@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_5e18e34b-8ac4-4170-b532-3a67ece8bd5a
  a a2a:Record ;
  rdfs:label "Overlijden op 7 augustus 1951 te Emmen" ;
  a2a:hasPerson oa:person_dar_5e18e34b-8ac4-4170-b532-3a67ece8bd5a_Person-b8c0dbd9-7f71-4596-a9f3-9cde64e4f079, oa:person_dar_5e18e34b-8ac4-4170-b532-3a67ece8bd5a_Person-7274d257-c1d3-4840-8fd7-63ae9e01f8d7, oa:person_dar_5e18e34b-8ac4-4170-b532-3a67ece8bd5a_Person-1aaa72e0-00c8-4c3e-9795-9bfa1f5286a4, oa:person_dar_5e18e34b-8ac4-4170-b532-3a67ece8bd5a_Person-9e7f4896-e154-4742-920a-e4558711ea9b ;
  a2a:hasEvent oa:event_dar_5e18e34b-8ac4-4170-b532-3a67ece8bd5a_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_5e18e34b-8ac4-4170-b532-3a67ece8bd5a_0, oa:relationep_dar_5e18e34b-8ac4-4170-b532-3a67ece8bd5a_1, oa:relationep_dar_5e18e34b-8ac4-4170-b532-3a67ece8bd5a_2 ;
  a2a:hasRelationPP oa:relationpp_dar_5e18e34b-8ac4-4170-b532-3a67ece8bd5a_0 ;
  a2a:hasSource oa:source_dar_5e18e34b-8ac4-4170-b532-3a67ece8bd5a .

oa:person_dar_5e18e34b-8ac4-4170-b532-3a67ece8bd5a_Person-b8c0dbd9-7f71-4596-a9f3-9cde64e4f079
  a a2a:Person ;
  rdfs:label "Sietske Herder" ;
  a2a:PersonName [
    rdfs:label "Sietske Herder" ;
    a2a:PersonNameFirstName "Sietske" ;
    a2a:PersonNameLastName "Herder"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_5e18e34b-8ac4-4170-b532-3a67ece8bd5a_Person-7274d257-c1d3-4840-8fd7-63ae9e01f8d7
  a a2a:Person ;
  rdfs:label "Geertje Broekema" ;
  a2a:PersonName [
    rdfs:label "Geertje Broekema" ;
    a2a:PersonNameFirstName "Geertje" ;
    a2a:PersonNameLastName "Broekema"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_5e18e34b-8ac4-4170-b532-3a67ece8bd5a_Person-1aaa72e0-00c8-4c3e-9795-9bfa1f5286a4
  a a2a:Person ;
  rdfs:label "Reinder Vegter" ;
  a2a:PersonName [
    rdfs:label "Reinder Vegter" ;
    a2a:PersonNameFirstName "Reinder" ;
    a2a:PersonNameLastName "Vegter"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "70 jaar" ;
    rdfs:label "70 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Hoogezand" ;
    rdfs:label "Hoogezand"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_5e18e34b-8ac4-4170-b532-3a67ece8bd5a_Person-9e7f4896-e154-4742-920a-e4558711ea9b
  a a2a:Person ;
  rdfs:label "Luitje Vegter" ;
  a2a:PersonName [
    rdfs:label "Luitje Vegter" ;
    a2a:PersonNameFirstName "Luitje" ;
    a2a:PersonNameLastName "Vegter"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:event_dar_5e18e34b-8ac4-4170-b532-3a67ece8bd5a_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1951" ;
    a2a:Month "8" ;
    a2a:Day "7" ;
    rdfs:label "1951-08-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Emmen" ;
    rdfs:label "Emmen"
  ] .

oa:relationep_dar_5e18e34b-8ac4-4170-b532-3a67ece8bd5a_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_5e18e34b-8ac4-4170-b532-3a67ece8bd5a_Person:7274d257-c1d3-4840-8fd7-63ae9e01f8d7 ;
  a2a:EventKeyRef oa:event_dar_5e18e34b-8ac4-4170-b532-3a67ece8bd5a_Event1 .

oa:relationep_dar_5e18e34b-8ac4-4170-b532-3a67ece8bd5a_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_5e18e34b-8ac4-4170-b532-3a67ece8bd5a_Person:1aaa72e0-00c8-4c3e-9795-9bfa1f5286a4 ;
  a2a:EventKeyRef oa:event_dar_5e18e34b-8ac4-4170-b532-3a67ece8bd5a_Event1 .

oa:relationep_dar_5e18e34b-8ac4-4170-b532-3a67ece8bd5a_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_5e18e34b-8ac4-4170-b532-3a67ece8bd5a_Person:9e7f4896-e154-4742-920a-e4558711ea9b ;
  a2a:EventKeyRef oa:event_dar_5e18e34b-8ac4-4170-b532-3a67ece8bd5a_Event1 .

oa:relationpp_dar_5e18e34b-8ac4-4170-b532-3a67ece8bd5a_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_5e18e34b-8ac4-4170-b532-3a67ece8bd5a_Person:1aaa72e0-00c8-4c3e-9795-9bfa1f5286a4, oa:person_dar_5e18e34b-8ac4-4170-b532-3a67ece8bd5a_Person:b8c0dbd9-7f71-4596-a9f3-9cde64e4f079 .

oa:source_dar_5e18e34b-8ac4-4170-b532-3a67ece8bd5a
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Emmen" ;
    rdfs:label "Emmen", "1951-08-08 - 1951-08-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1951-08-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1951-08-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1951" ;
    a2a:Month "8" ;
    a2a:Day "8" ;
    rdfs:label "1951-08-08"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Uittreksel, Deel: 1951, Periode: 1951" ;
    a2a:Book "Overlijdensregister Emmen 1951" ;
    a2a:DocumentNumber "288" ;
    a2a:RegistryNumber "1951" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Uittreksel, Deel: 1951, Periode: 1951, Overlijdensregister Emmen 1951, 288, 1951"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/f73da50a-61b9-a810-87ae-ae0e1cf296a6.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/5e18e34b-8ac4-4170-b532-3a67ece8bd5a" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/f73da50a-61b9-a810-87ae-ae0e1cf296a6.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/5e18e34b-8ac4-4170-b532-3a67ece8bd5a" ;
  a2a:RecordGUID "{5e18e34b-8ac4-4170-b532-3a67ece8bd5a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_5723_00005723.xml van DAR" .

