@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_dc0db863-0a3e-4797-8685-e2762293fec3
  a a2a:Record ;
  rdfs:label "Overlijden op 13 september 1873 te De Maten (Emmen)" ;
  a2a:hasPerson oa:person_dar_dc0db863-0a3e-4797-8685-e2762293fec3_Person-805eafca-c299-4dc1-a1eb-a70faf021d5e, oa:person_dar_dc0db863-0a3e-4797-8685-e2762293fec3_Person-170851f5-99f7-4183-b1ff-5ef0f2fa36a5, oa:person_dar_dc0db863-0a3e-4797-8685-e2762293fec3_Person-bc760de3-b701-4e3b-aa9a-e1177b98ff22, oa:person_dar_dc0db863-0a3e-4797-8685-e2762293fec3_Person-924b8c64-fbdf-46b9-90cb-f8e522d66658 ;
  a2a:hasEvent oa:event_dar_dc0db863-0a3e-4797-8685-e2762293fec3_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_dc0db863-0a3e-4797-8685-e2762293fec3_0, oa:relationep_dar_dc0db863-0a3e-4797-8685-e2762293fec3_1, oa:relationep_dar_dc0db863-0a3e-4797-8685-e2762293fec3_2 ;
  a2a:hasRelationPP oa:relationpp_dar_dc0db863-0a3e-4797-8685-e2762293fec3_0 ;
  a2a:hasSource oa:source_dar_dc0db863-0a3e-4797-8685-e2762293fec3 .

oa:person_dar_dc0db863-0a3e-4797-8685-e2762293fec3_Person-805eafca-c299-4dc1-a1eb-a70faf021d5e
  a a2a:Person ;
  rdfs:label "Johan Hindrik Emming" ;
  a2a:PersonName [
    rdfs:label "Johan Hindrik Emming" ;
    a2a:PersonNameFirstName "Johan Hindrik" ;
    a2a:PersonNameLastName "Emming"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_dc0db863-0a3e-4797-8685-e2762293fec3_Person-170851f5-99f7-4183-b1ff-5ef0f2fa36a5
  a a2a:Person ;
  rdfs:label "Maria Elisabeth Hilling" ;
  a2a:PersonName [
    rdfs:label "Maria Elisabeth Hilling" ;
    a2a:PersonNameFirstName "Maria Elisabeth" ;
    a2a:PersonNameLastName "Hilling"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_dc0db863-0a3e-4797-8685-e2762293fec3_Person-bc760de3-b701-4e3b-aa9a-e1177b98ff22
  a a2a:Person ;
  rdfs:label "Anna Maria Eiken" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Eiken" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Eiken"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "51 jaar" ;
    rdfs:label "51 jaar"
  ] ;
  a2a:BirthDate [
    a2a:Year "1822" ;
    a2a:Month "7" ;
    a2a:Day "8" ;
    rdfs:label "1822-07-08"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Nederlangen (Duitsland)" ;
    rdfs:label "Nederlangen (Duitsland)"
  ] ;
  a2a:Profession "landbouwster" .

oa:person_dar_dc0db863-0a3e-4797-8685-e2762293fec3_Person-924b8c64-fbdf-46b9-90cb-f8e522d66658
  a a2a:Person ;
  rdfs:label "Johan Herm Eiken" ;
  a2a:PersonName [
    rdfs:label "Johan Herm Eiken" ;
    a2a:PersonNameFirstName "Johan Herm" ;
    a2a:PersonNameLastName "Eiken"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:event_dar_dc0db863-0a3e-4797-8685-e2762293fec3_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1873" ;
    a2a:Month "9" ;
    a2a:Day "13" ;
    rdfs:label "1873-09-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "De Maten (Emmen)" ;
    rdfs:label "De Maten (Emmen)"
  ] .

oa:relationep_dar_dc0db863-0a3e-4797-8685-e2762293fec3_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_dc0db863-0a3e-4797-8685-e2762293fec3_Person:170851f5-99f7-4183-b1ff-5ef0f2fa36a5 ;
  a2a:EventKeyRef oa:event_dar_dc0db863-0a3e-4797-8685-e2762293fec3_Event1 .

oa:relationep_dar_dc0db863-0a3e-4797-8685-e2762293fec3_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_dc0db863-0a3e-4797-8685-e2762293fec3_Person:bc760de3-b701-4e3b-aa9a-e1177b98ff22 ;
  a2a:EventKeyRef oa:event_dar_dc0db863-0a3e-4797-8685-e2762293fec3_Event1 .

oa:relationep_dar_dc0db863-0a3e-4797-8685-e2762293fec3_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_dc0db863-0a3e-4797-8685-e2762293fec3_Person:924b8c64-fbdf-46b9-90cb-f8e522d66658 ;
  a2a:EventKeyRef oa:event_dar_dc0db863-0a3e-4797-8685-e2762293fec3_Event1 .

oa:relationpp_dar_dc0db863-0a3e-4797-8685-e2762293fec3_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_dc0db863-0a3e-4797-8685-e2762293fec3_Person:bc760de3-b701-4e3b-aa9a-e1177b98ff22, oa:person_dar_dc0db863-0a3e-4797-8685-e2762293fec3_Person:805eafca-c299-4dc1-a1eb-a70faf021d5e .

oa:source_dar_dc0db863-0a3e-4797-8685-e2762293fec3
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Emmen" ;
    rdfs:label "Emmen", "1873-09-13 - 1873-09-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1873-09-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1873-09-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1873" ;
    a2a:Month "9" ;
    a2a:Day "13" ;
    rdfs:label "1873-09-13"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Uittreksel, Deel: 1873, Periode: 1873" ;
    a2a:Book "Overlijdensregister Emmen 1873" ;
    a2a:DocumentNumber "112" ;
    a2a:RegistryNumber "1873" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Uittreksel, Deel: 1873, Periode: 1873, Overlijdensregister Emmen 1873, 112, 1873"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/788239ba-cb07-ab2e-f43e-ed7a91ea17ae.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/dc0db863-0a3e-4797-8685-e2762293fec3" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/788239ba-cb07-ab2e-f43e-ed7a91ea17ae.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/dc0db863-0a3e-4797-8685-e2762293fec3" ;
  a2a:RecordGUID "{dc0db863-0a3e-4797-8685-e2762293fec3}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_5332_00005332.xml van DAR" .

