@prefix oa: <https://www.openarchieven.nl/id/> .
@prefix a2a: <https://www.openarchieven.nl/def/a2a#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

oa:record_dar_c3e60d1f-c13d-45fc-9db7-0d7abefd87cf
  a a2a:Record ;
  rdfs:label "Overlijden op 30 januari 1854 te Meppel" ;
  a2a:hasPerson oa:person_dar_c3e60d1f-c13d-45fc-9db7-0d7abefd87cf_Person-50db141a-7ff3-4418-af8c-6312f9b3f5fd, oa:person_dar_c3e60d1f-c13d-45fc-9db7-0d7abefd87cf_Person-9981a831-7572-4e4c-aaa2-71d528883d77, oa:person_dar_c3e60d1f-c13d-45fc-9db7-0d7abefd87cf_Person-64c5088f-2999-4266-97c5-c611682c871e ;
  a2a:hasEvent oa:event_dar_c3e60d1f-c13d-45fc-9db7-0d7abefd87cf_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_c3e60d1f-c13d-45fc-9db7-0d7abefd87cf_0, oa:relationep_dar_c3e60d1f-c13d-45fc-9db7-0d7abefd87cf_1, oa:relationep_dar_c3e60d1f-c13d-45fc-9db7-0d7abefd87cf_2 ;
  a2a:hasSource oa:source_dar_c3e60d1f-c13d-45fc-9db7-0d7abefd87cf .

oa:person_dar_c3e60d1f-c13d-45fc-9db7-0d7abefd87cf_Person-50db141a-7ff3-4418-af8c-6312f9b3f5fd
  a a2a:Person ;
  rdfs:label "Annechien Meiboom" ;
  a2a:PersonName [
    rdfs:label "Annechien Meiboom" ;
    a2a:PersonNameFirstName "Annechien" ;
    a2a:PersonNameLastName "Meiboom"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_c3e60d1f-c13d-45fc-9db7-0d7abefd87cf_Person-9981a831-7572-4e4c-aaa2-71d528883d77
  a a2a:Person ;
  rdfs:label "Jan Hulst" ;
  a2a:PersonName [
    rdfs:label "Jan Hulst" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Hulst"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "26 jaar en 8 maand" ;
    rdfs:label "26 jaar en 8 maand"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel"
  ] ;
  a2a:Profession "koperslagersknecht" .

oa:person_dar_c3e60d1f-c13d-45fc-9db7-0d7abefd87cf_Person-64c5088f-2999-4266-97c5-c611682c871e
  a a2a:Person ;
  rdfs:label "Stoffer Hulst" ;
  a2a:PersonName [
    rdfs:label "Stoffer Hulst" ;
    a2a:PersonNameFirstName "Stoffer" ;
    a2a:PersonNameLastName "Hulst"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "winkelier" .

oa:event_dar_c3e60d1f-c13d-45fc-9db7-0d7abefd87cf_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1854" ;
    a2a:Month "1" ;
    a2a:Day "30" ;
    rdfs:label "1854-01-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel"
  ] .

oa:relationep_dar_c3e60d1f-c13d-45fc-9db7-0d7abefd87cf_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_c3e60d1f-c13d-45fc-9db7-0d7abefd87cf_Person:50db141a-7ff3-4418-af8c-6312f9b3f5fd ;
  a2a:EventKeyRef oa:event_dar_c3e60d1f-c13d-45fc-9db7-0d7abefd87cf_Event1 .

oa:relationep_dar_c3e60d1f-c13d-45fc-9db7-0d7abefd87cf_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_c3e60d1f-c13d-45fc-9db7-0d7abefd87cf_Person:9981a831-7572-4e4c-aaa2-71d528883d77 ;
  a2a:EventKeyRef oa:event_dar_c3e60d1f-c13d-45fc-9db7-0d7abefd87cf_Event1 .

oa:relationep_dar_c3e60d1f-c13d-45fc-9db7-0d7abefd87cf_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_c3e60d1f-c13d-45fc-9db7-0d7abefd87cf_Person:64c5088f-2999-4266-97c5-c611682c871e ;
  a2a:EventKeyRef oa:event_dar_c3e60d1f-c13d-45fc-9db7-0d7abefd87cf_Event1 .

oa:source_dar_c3e60d1f-c13d-45fc-9db7-0d7abefd87cf
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel", "1854-01-30 - 1854-01-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1854-01-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1854-01-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1854" ;
    a2a:Month "1" ;
    a2a:Day "30" ;
    rdfs:label "1854-01-30"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1854, Periode: 1854" ;
    a2a:Book "Overlijdensregister Meppel 1854" ;
    a2a:DocumentNumber "20" ;
    a2a:RegistryNumber "1854" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1854, Periode: 1854, Overlijdensregister Meppel 1854, 20, 1854"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/65e1e6a2-2cb2-63a9-3023-a2cb2b89f7b6.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/c3e60d1f-c13d-45fc-9db7-0d7abefd87cf" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/65e1e6a2-2cb2-63a9-3023-a2cb2b89f7b6.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/c3e60d1f-c13d-45fc-9db7-0d7abefd87cf" ;
  a2a:RecordGUID "{c3e60d1f-c13d-45fc-9db7-0d7abefd87cf}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_7279_00007279.xml van DAR" .

[] a2a:PersonRemarkdiversen """Plaats doop: -
Opmerkingen: woonplaats Hoogeveen""" .
