@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_4e8aca29-7972-41fc-bb79-0c6093d4c0aa
  a a2a:Record ;
  rdfs:label "Overlijden op 19 november 1880 te Roswinkel (Emmen)" ;
  a2a:hasPerson oa:person_dar_4e8aca29-7972-41fc-bb79-0c6093d4c0aa_Person-770a1fe2-989f-4f6a-92d0-8e2976c784bf, oa:person_dar_4e8aca29-7972-41fc-bb79-0c6093d4c0aa_Person-9b724425-a0cd-40a6-aee5-00e99668da68, oa:person_dar_4e8aca29-7972-41fc-bb79-0c6093d4c0aa_Person-84ae33b3-0e88-4957-824a-a35f0d648f72, oa:person_dar_4e8aca29-7972-41fc-bb79-0c6093d4c0aa_Person-3747d35b-a0c4-4543-bca1-dfe01debc94a ;
  a2a:hasEvent oa:event_dar_4e8aca29-7972-41fc-bb79-0c6093d4c0aa_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_4e8aca29-7972-41fc-bb79-0c6093d4c0aa_0, oa:relationep_dar_4e8aca29-7972-41fc-bb79-0c6093d4c0aa_1, oa:relationep_dar_4e8aca29-7972-41fc-bb79-0c6093d4c0aa_2 ;
  a2a:hasRelationPP oa:relationpp_dar_4e8aca29-7972-41fc-bb79-0c6093d4c0aa_0 ;
  a2a:hasSource oa:source_dar_4e8aca29-7972-41fc-bb79-0c6093d4c0aa .

oa:person_dar_4e8aca29-7972-41fc-bb79-0c6093d4c0aa_Person-770a1fe2-989f-4f6a-92d0-8e2976c784bf
  a a2a:Person ;
  rdfs:label "Geesien Zwiers" ;
  a2a:PersonName [
    rdfs:label "Geesien Zwiers" ;
    a2a:PersonNameFirstName "Geesien" ;
    a2a:PersonNameLastName "Zwiers"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_4e8aca29-7972-41fc-bb79-0c6093d4c0aa_Person-9b724425-a0cd-40a6-aee5-00e99668da68
  a a2a:Person ;
  rdfs:label "Geertien Rengs" ;
  a2a:PersonName [
    rdfs:label "Geertien Rengs" ;
    a2a:PersonNameFirstName "Geertien" ;
    a2a:PersonNameLastName "Rengs"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "79 jaar en 8 maand" ;
    rdfs:label "79 jaar en 8 maand"
  ] ;
  a2a:BirthDate [
    a2a:Year "1801" ;
    a2a:Month "2" ;
    a2a:Day "22" ;
    rdfs:label "1801-02-22"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Emmen" ;
    rdfs:label "Emmen"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_4e8aca29-7972-41fc-bb79-0c6093d4c0aa_Person-84ae33b3-0e88-4957-824a-a35f0d648f72
  a a2a:Person ;
  rdfs:label "Kars Rengs" ;
  a2a:PersonName [
    rdfs:label "Kars Rengs" ;
    a2a:PersonNameFirstName "Kars" ;
    a2a:PersonNameLastName "Rengs"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_4e8aca29-7972-41fc-bb79-0c6093d4c0aa_Person-3747d35b-a0c4-4543-bca1-dfe01debc94a
  a a2a:Person ;
  rdfs:label "Ernestus Elling" ;
  a2a:PersonName [
    rdfs:label "Ernestus Elling" ;
    a2a:PersonNameFirstName "Ernestus" ;
    a2a:PersonNameLastName "Elling"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_4e8aca29-7972-41fc-bb79-0c6093d4c0aa_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1880" ;
    a2a:Month "11" ;
    a2a:Day "19" ;
    rdfs:label "1880-11-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Roswinkel (Emmen)" ;
    rdfs:label "Roswinkel (Emmen)"
  ] .

oa:relationep_dar_4e8aca29-7972-41fc-bb79-0c6093d4c0aa_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_4e8aca29-7972-41fc-bb79-0c6093d4c0aa_Person:770a1fe2-989f-4f6a-92d0-8e2976c784bf ;
  a2a:EventKeyRef oa:event_dar_4e8aca29-7972-41fc-bb79-0c6093d4c0aa_Event1 .

oa:relationep_dar_4e8aca29-7972-41fc-bb79-0c6093d4c0aa_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_4e8aca29-7972-41fc-bb79-0c6093d4c0aa_Person:9b724425-a0cd-40a6-aee5-00e99668da68 ;
  a2a:EventKeyRef oa:event_dar_4e8aca29-7972-41fc-bb79-0c6093d4c0aa_Event1 .

oa:relationep_dar_4e8aca29-7972-41fc-bb79-0c6093d4c0aa_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_4e8aca29-7972-41fc-bb79-0c6093d4c0aa_Person:84ae33b3-0e88-4957-824a-a35f0d648f72 ;
  a2a:EventKeyRef oa:event_dar_4e8aca29-7972-41fc-bb79-0c6093d4c0aa_Event1 .

oa:relationpp_dar_4e8aca29-7972-41fc-bb79-0c6093d4c0aa_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_4e8aca29-7972-41fc-bb79-0c6093d4c0aa_Person:9b724425-a0cd-40a6-aee5-00e99668da68, oa:person_dar_4e8aca29-7972-41fc-bb79-0c6093d4c0aa_Person:3747d35b-a0c4-4543-bca1-dfe01debc94a .

oa:source_dar_4e8aca29-7972-41fc-bb79-0c6093d4c0aa
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Emmen" ;
    rdfs:label "Emmen", "1880-11-20 - 1880-11-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1880-11-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1880-11-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1880" ;
    a2a:Month "11" ;
    a2a:Day "20" ;
    rdfs:label "1880-11-20"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1880, Periode: 1880" ;
    a2a:Book "Overlijdensregister Emmen 1880" ;
    a2a:DocumentNumber "183" ;
    a2a:RegistryNumber "1880" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1880, Periode: 1880, Overlijdensregister Emmen 1880, 183, 1880"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/1c761f04-3795-753c-36c8-3cbe206549b4.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/4e8aca29-7972-41fc-bb79-0c6093d4c0aa" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/1c761f04-3795-753c-36c8-3cbe206549b4.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/4e8aca29-7972-41fc-bb79-0c6093d4c0aa" ;
  a2a:RecordGUID "{4e8aca29-7972-41fc-bb79-0c6093d4c0aa}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_4011_00004011.xml van DAR" .

