@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_097933c7-c846-4dbd-b710-e13355f97c23
  a a2a:Record ;
  rdfs:label "Overlijden op 5 mei 1951 te Odoorn" ;
  a2a:hasPerson oa:person_dar_097933c7-c846-4dbd-b710-e13355f97c23_Person-39cfd8c2-cf28-4ee2-bca6-fc8e0fd5c469, oa:person_dar_097933c7-c846-4dbd-b710-e13355f97c23_Person-122b8fdc-91d4-499a-aac8-81338068b512, oa:person_dar_097933c7-c846-4dbd-b710-e13355f97c23_Person-9db39e4d-d421-4a0a-a59f-1a03cec9579f, oa:person_dar_097933c7-c846-4dbd-b710-e13355f97c23_Person-d4f7f6d5-e688-4db2-bc3d-e2418de6a533 ;
  a2a:hasEvent oa:event_dar_097933c7-c846-4dbd-b710-e13355f97c23_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_097933c7-c846-4dbd-b710-e13355f97c23_0, oa:relationep_dar_097933c7-c846-4dbd-b710-e13355f97c23_1, oa:relationep_dar_097933c7-c846-4dbd-b710-e13355f97c23_2 ;
  a2a:hasRelationPP oa:relationpp_dar_097933c7-c846-4dbd-b710-e13355f97c23_0 ;
  a2a:hasSource oa:source_dar_097933c7-c846-4dbd-b710-e13355f97c23 .

oa:person_dar_097933c7-c846-4dbd-b710-e13355f97c23_Person-39cfd8c2-cf28-4ee2-bca6-fc8e0fd5c469
  a a2a:Person ;
  rdfs:label "Albert Weggemans" ;
  a2a:PersonName [
    rdfs:label "Albert Weggemans" ;
    a2a:PersonNameFirstName "Albert" ;
    a2a:PersonNameLastName "Weggemans"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_097933c7-c846-4dbd-b710-e13355f97c23_Person-122b8fdc-91d4-499a-aac8-81338068b512
  a a2a:Person ;
  rdfs:label "Aaltien Sanders" ;
  a2a:PersonName [
    rdfs:label "Aaltien Sanders" ;
    a2a:PersonNameFirstName "Aaltien" ;
    a2a:PersonNameLastName "Sanders"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_097933c7-c846-4dbd-b710-e13355f97c23_Person-9db39e4d-d421-4a0a-a59f-1a03cec9579f
  a a2a:Person ;
  rdfs:label "Jantje Weggemans" ;
  a2a:PersonName [
    rdfs:label "Jantje Weggemans" ;
    a2a:PersonNameFirstName "Jantje" ;
    a2a:PersonNameLastName "Weggemans"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "87 jaar" ;
    rdfs:label "87 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Sleen" ;
    rdfs:label "Sleen"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_097933c7-c846-4dbd-b710-e13355f97c23_Person-d4f7f6d5-e688-4db2-bc3d-e2418de6a533
  a a2a:Person ;
  rdfs:label "Jan Steenbergen" ;
  a2a:PersonName [
    rdfs:label "Jan Steenbergen" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Steenbergen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_097933c7-c846-4dbd-b710-e13355f97c23_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1951" ;
    a2a:Month "5" ;
    a2a:Day "5" ;
    rdfs:label "1951-05-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Odoorn" ;
    rdfs:label "Odoorn"
  ] .

oa:relationep_dar_097933c7-c846-4dbd-b710-e13355f97c23_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_097933c7-c846-4dbd-b710-e13355f97c23_Person:39cfd8c2-cf28-4ee2-bca6-fc8e0fd5c469 ;
  a2a:EventKeyRef oa:event_dar_097933c7-c846-4dbd-b710-e13355f97c23_Event1 .

oa:relationep_dar_097933c7-c846-4dbd-b710-e13355f97c23_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_097933c7-c846-4dbd-b710-e13355f97c23_Person:122b8fdc-91d4-499a-aac8-81338068b512 ;
  a2a:EventKeyRef oa:event_dar_097933c7-c846-4dbd-b710-e13355f97c23_Event1 .

oa:relationep_dar_097933c7-c846-4dbd-b710-e13355f97c23_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_097933c7-c846-4dbd-b710-e13355f97c23_Person:9db39e4d-d421-4a0a-a59f-1a03cec9579f ;
  a2a:EventKeyRef oa:event_dar_097933c7-c846-4dbd-b710-e13355f97c23_Event1 .

oa:relationpp_dar_097933c7-c846-4dbd-b710-e13355f97c23_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_097933c7-c846-4dbd-b710-e13355f97c23_Person:9db39e4d-d421-4a0a-a59f-1a03cec9579f, oa:person_dar_097933c7-c846-4dbd-b710-e13355f97c23_Person:d4f7f6d5-e688-4db2-bc3d-e2418de6a533 .

oa:source_dar_097933c7-c846-4dbd-b710-e13355f97c23
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Odoorn" ;
    rdfs:label "Odoorn", "1951-05-05 - 1951-05-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1951-05-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1951-05-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1951" ;
    a2a:Month "5" ;
    a2a:Day "5" ;
    rdfs:label "1951-05-05"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1951, Periode: 1951" ;
    a2a:Book "Overlijdensregister Odoorn 1951" ;
    a2a:DocumentNumber "31" ;
    a2a:RegistryNumber "1951" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1951, Periode: 1951, Overlijdensregister Odoorn 1951, 31, 1951"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/4ddea209-f81e-dfdc-eaf3-41ce95ee77bc.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/097933c7-c846-4dbd-b710-e13355f97c23" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/4ddea209-f81e-dfdc-eaf3-41ce95ee77bc.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/097933c7-c846-4dbd-b710-e13355f97c23" ;
  a2a:RecordGUID "{097933c7-c846-4dbd-b710-e13355f97c23}" ;
  a2a:SourceRemarkbron "Overlijden" ;
  a2a:SourceRemarkdeel "1951" ;
  a2a:SourceRemarkregister_periode "1951" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250102_69_00000069.xml van DAR" .

[]
  a2a:PersonRemarkdiversen "Plaats doop: -" ;
  a2a:PersonRemarkdatum_overlijden "1951-05-05" .

