@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_a6ba32ed-fa40-4d4e-9286-4fcbf45a7982
  a a2a:Record ;
  rdfs:label "Overlijden op 9 maart 1816 te Gees (Dalen)" ;
  a2a:hasPerson oa:person_dar_a6ba32ed-fa40-4d4e-9286-4fcbf45a7982_Person-2be3209c-1da3-4071-9d93-8fc5470e734d, oa:person_dar_a6ba32ed-fa40-4d4e-9286-4fcbf45a7982_Person-1a6da49b-592a-4a8e-827a-d94e33e57876, oa:person_dar_a6ba32ed-fa40-4d4e-9286-4fcbf45a7982_Person-3caeb6fb-b596-4ba5-93da-82cb9b63dacf, oa:person_dar_a6ba32ed-fa40-4d4e-9286-4fcbf45a7982_Person-65671107-c3ab-4826-82c0-fde51c06d46d ;
  a2a:hasEvent oa:event_dar_a6ba32ed-fa40-4d4e-9286-4fcbf45a7982_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_a6ba32ed-fa40-4d4e-9286-4fcbf45a7982_0, oa:relationep_dar_a6ba32ed-fa40-4d4e-9286-4fcbf45a7982_1, oa:relationep_dar_a6ba32ed-fa40-4d4e-9286-4fcbf45a7982_2 ;
  a2a:hasRelationPP oa:relationpp_dar_a6ba32ed-fa40-4d4e-9286-4fcbf45a7982_0 ;
  a2a:hasSource oa:source_dar_a6ba32ed-fa40-4d4e-9286-4fcbf45a7982 .

oa:person_dar_a6ba32ed-fa40-4d4e-9286-4fcbf45a7982_Person-2be3209c-1da3-4071-9d93-8fc5470e734d
  a a2a:Person ;
  rdfs:label "" ;
  a2a:PersonName [ rdfs:label "" ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_a6ba32ed-fa40-4d4e-9286-4fcbf45a7982_Person-1a6da49b-592a-4a8e-827a-d94e33e57876
  a a2a:Person ;
  rdfs:label "Geesje Berends" ;
  a2a:PersonName [
    rdfs:label "Geesje Berends" ;
    a2a:PersonNameFirstName "Geesje" ;
    a2a:PersonNameLastName "Berends"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "35 jaar" ;
    rdfs:label "35 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "-" ;
    rdfs:label "-"
  ] ;
  a2a:Profession "-" .

oa:person_dar_a6ba32ed-fa40-4d4e-9286-4fcbf45a7982_Person-3caeb6fb-b596-4ba5-93da-82cb9b63dacf
  a a2a:Person ;
  rdfs:label "" ;
  a2a:PersonName [ rdfs:label "" ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_a6ba32ed-fa40-4d4e-9286-4fcbf45a7982_Person-65671107-c3ab-4826-82c0-fde51c06d46d
  a a2a:Person ;
  rdfs:label "Jan Albers Snoeijing" ;
  a2a:PersonName [
    rdfs:label "Jan Albers Snoeijing" ;
    a2a:PersonNameFirstName "Jan Albers" ;
    a2a:PersonNameLastName "Snoeijing"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_a6ba32ed-fa40-4d4e-9286-4fcbf45a7982_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1816" ;
    a2a:Month "3" ;
    a2a:Day "9" ;
    rdfs:label "1816-03-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Gees (Dalen)" ;
    rdfs:label "Gees (Dalen)"
  ] .

oa:relationep_dar_a6ba32ed-fa40-4d4e-9286-4fcbf45a7982_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_a6ba32ed-fa40-4d4e-9286-4fcbf45a7982_Person:2be3209c-1da3-4071-9d93-8fc5470e734d ;
  a2a:EventKeyRef oa:event_dar_a6ba32ed-fa40-4d4e-9286-4fcbf45a7982_Event1 .

oa:relationep_dar_a6ba32ed-fa40-4d4e-9286-4fcbf45a7982_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_a6ba32ed-fa40-4d4e-9286-4fcbf45a7982_Person:1a6da49b-592a-4a8e-827a-d94e33e57876 ;
  a2a:EventKeyRef oa:event_dar_a6ba32ed-fa40-4d4e-9286-4fcbf45a7982_Event1 .

oa:relationep_dar_a6ba32ed-fa40-4d4e-9286-4fcbf45a7982_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_a6ba32ed-fa40-4d4e-9286-4fcbf45a7982_Person:3caeb6fb-b596-4ba5-93da-82cb9b63dacf ;
  a2a:EventKeyRef oa:event_dar_a6ba32ed-fa40-4d4e-9286-4fcbf45a7982_Event1 .

oa:relationpp_dar_a6ba32ed-fa40-4d4e-9286-4fcbf45a7982_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_a6ba32ed-fa40-4d4e-9286-4fcbf45a7982_Person:1a6da49b-592a-4a8e-827a-d94e33e57876, oa:person_dar_a6ba32ed-fa40-4d4e-9286-4fcbf45a7982_Person:65671107-c3ab-4826-82c0-fde51c06d46d .

oa:source_dar_a6ba32ed-fa40-4d4e-9286-4fcbf45a7982
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Dalen" ;
    rdfs:label "Dalen", "1816-03-09 - 1816-03-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1816-03-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1816-03-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1816" ;
    a2a:Month "3" ;
    a2a:Day "9" ;
    rdfs:label "1816-03-09"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1816, Periode: 1816" ;
    a2a:Book "Overlijdensregister Dalen 1816" ;
    a2a:DocumentNumber "5" ;
    a2a:RegistryNumber "1816" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1816, Periode: 1816, Overlijdensregister Dalen 1816, 5, 1816"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/0d5c140d-eaf6-eb68-fc5f-d7a8f4cf3c89.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/a6ba32ed-fa40-4d4e-9286-4fcbf45a7982" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/0d5c140d-eaf6-eb68-fc5f-d7a8f4cf3c89.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/a6ba32ed-fa40-4d4e-9286-4fcbf45a7982" ;
  a2a:RecordGUID "{a6ba32ed-fa40-4d4e-9286-4fcbf45a7982}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_6109_00006109.xml van DAR" .

