@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_2c2d3c45-3feb-4f58-82c2-8a3f795e4041
  a a2a:Record ;
  rdfs:label "Overlijden op 8 juni 1837 te Echten (Ruinen)" ;
  a2a:hasPerson oa:person_dar_2c2d3c45-3feb-4f58-82c2-8a3f795e4041_Person-95623b31-2a65-43b6-b591-5ca9bc0c6fbd, oa:person_dar_2c2d3c45-3feb-4f58-82c2-8a3f795e4041_Person-b3994fca-32d6-47a8-9693-ae2a2b0f13da, oa:person_dar_2c2d3c45-3feb-4f58-82c2-8a3f795e4041_Person-24103d67-25d7-4638-85af-d3dbd919dd23 ;
  a2a:hasEvent oa:event_dar_2c2d3c45-3feb-4f58-82c2-8a3f795e4041_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_2c2d3c45-3feb-4f58-82c2-8a3f795e4041_0, oa:relationep_dar_2c2d3c45-3feb-4f58-82c2-8a3f795e4041_1, oa:relationep_dar_2c2d3c45-3feb-4f58-82c2-8a3f795e4041_2 ;
  a2a:hasSource oa:source_dar_2c2d3c45-3feb-4f58-82c2-8a3f795e4041 .

oa:person_dar_2c2d3c45-3feb-4f58-82c2-8a3f795e4041_Person-95623b31-2a65-43b6-b591-5ca9bc0c6fbd
  a a2a:Person ;
  rdfs:label "Geesje Arends Snijder" ;
  a2a:PersonName [
    rdfs:label "Geesje Arends Snijder" ;
    a2a:PersonNameFirstName "Geesje Arends" ;
    a2a:PersonNameLastName "Snijder"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_2c2d3c45-3feb-4f58-82c2-8a3f795e4041_Person-b3994fca-32d6-47a8-9693-ae2a2b0f13da
  a a2a:Person ;
  rdfs:label "Willem Moes" ;
  a2a:PersonName [
    rdfs:label "Willem Moes" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Moes"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_2c2d3c45-3feb-4f58-82c2-8a3f795e4041_Person-24103d67-25d7-4638-85af-d3dbd919dd23
  a a2a:Person ;
  rdfs:label "Jan Willem Moes" ;
  a2a:PersonName [
    rdfs:label "Jan Willem Moes" ;
    a2a:PersonNameFirstName "Jan Willem" ;
    a2a:PersonNameLastName "Moes"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "22 jaar" ;
    rdfs:label "22 jaar"
  ] ;
  a2a:BirthDate [
    a2a:Year "1814" ;
    a2a:Month "9" ;
    a2a:Day "6" ;
    rdfs:label "1814-09-06"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zuidwolde" ;
    rdfs:label "Zuidwolde"
  ] ;
  a2a:Profession "zonder" .

oa:event_dar_2c2d3c45-3feb-4f58-82c2-8a3f795e4041_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1837" ;
    a2a:Month "6" ;
    a2a:Day "8" ;
    rdfs:label "1837-06-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Echten (Ruinen)" ;
    rdfs:label "Echten (Ruinen)"
  ] .

oa:relationep_dar_2c2d3c45-3feb-4f58-82c2-8a3f795e4041_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_2c2d3c45-3feb-4f58-82c2-8a3f795e4041_Person:95623b31-2a65-43b6-b591-5ca9bc0c6fbd ;
  a2a:EventKeyRef oa:event_dar_2c2d3c45-3feb-4f58-82c2-8a3f795e4041_Event1 .

oa:relationep_dar_2c2d3c45-3feb-4f58-82c2-8a3f795e4041_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_2c2d3c45-3feb-4f58-82c2-8a3f795e4041_Person:b3994fca-32d6-47a8-9693-ae2a2b0f13da ;
  a2a:EventKeyRef oa:event_dar_2c2d3c45-3feb-4f58-82c2-8a3f795e4041_Event1 .

oa:relationep_dar_2c2d3c45-3feb-4f58-82c2-8a3f795e4041_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_2c2d3c45-3feb-4f58-82c2-8a3f795e4041_Person:24103d67-25d7-4638-85af-d3dbd919dd23 ;
  a2a:EventKeyRef oa:event_dar_2c2d3c45-3feb-4f58-82c2-8a3f795e4041_Event1 .

oa:source_dar_2c2d3c45-3feb-4f58-82c2-8a3f795e4041
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Ruinen" ;
    rdfs:label "Ruinen", "1837-06-08 - 1837-06-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1837-06-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1837-06-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1837" ;
    a2a:Month "6" ;
    a2a:Day "8" ;
    rdfs:label "1837-06-08"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Uittreksel, Deel: 1837, Periode: 1837" ;
    a2a:Book "Overlijdensregister Ruinen 1837" ;
    a2a:DocumentNumber "28" ;
    a2a:RegistryNumber "1837" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Uittreksel, Deel: 1837, Periode: 1837, Overlijdensregister Ruinen 1837, 28, 1837"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/82ebf2c2-fda7-441c-095d-51f769742992.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/2c2d3c45-3feb-4f58-82c2-8a3f795e4041" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/82ebf2c2-fda7-441c-095d-51f769742992.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/2c2d3c45-3feb-4f58-82c2-8a3f795e4041" ;
  a2a:RecordGUID "{2c2d3c45-3feb-4f58-82c2-8a3f795e4041}" ;
  a2a:SourceRemarkbron "Uittreksel" ;
  a2a:SourceRemarkdeel "1837" ;
  a2a:SourceRemarkregister_periode "1837" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_6982_00006982.xml van DAR" .

[]
  a2a:PersonRemarkdiversen "Plaats doop: -" ;
  a2a:PersonRemarkplaats_overlijden "Echten (Ruinen)" ;
  a2a:PersonRemarkdatum_overlijden "1837-06-08" .

