@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_ef50e509-3668-411e-9e4e-273af4e08e1b
  a a2a:Record ;
  rdfs:label "Overlijden op 10 augustus 1932 te Emmen" ;
  a2a:hasPerson oa:person_dar_ef50e509-3668-411e-9e4e-273af4e08e1b_Person-d5020314-416f-4046-ad71-54e2074856a8, oa:person_dar_ef50e509-3668-411e-9e4e-273af4e08e1b_Person-593973ac-5a2d-4ad1-9b29-ee4aec1407eb, oa:person_dar_ef50e509-3668-411e-9e4e-273af4e08e1b_Person-9a61f421-0fa5-488c-a6bc-550f772f2565, oa:person_dar_ef50e509-3668-411e-9e4e-273af4e08e1b_Person-589cac20-e9ae-4fb6-a383-d7aca7836e94, oa:person_dar_ef50e509-3668-411e-9e4e-273af4e08e1b_Person-5c7bfb8e-405c-4802-87cc-4504daa23077 ;
  a2a:hasEvent oa:event_dar_ef50e509-3668-411e-9e4e-273af4e08e1b_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_ef50e509-3668-411e-9e4e-273af4e08e1b_0, oa:relationep_dar_ef50e509-3668-411e-9e4e-273af4e08e1b_1, oa:relationep_dar_ef50e509-3668-411e-9e4e-273af4e08e1b_2 ;
  a2a:hasRelationPP oa:relationpp_dar_ef50e509-3668-411e-9e4e-273af4e08e1b_0, oa:relationpp_dar_ef50e509-3668-411e-9e4e-273af4e08e1b_1 ;
  a2a:hasSource oa:source_dar_ef50e509-3668-411e-9e4e-273af4e08e1b .

oa:person_dar_ef50e509-3668-411e-9e4e-273af4e08e1b_Person-d5020314-416f-4046-ad71-54e2074856a8
  a a2a:Person ;
  rdfs:label "Neeltje Klazes de Vries" ;
  a2a:PersonName [
    rdfs:label "Neeltje Klazes de Vries" ;
    a2a:PersonNameFirstName "Neeltje Klazes" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Vries"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_ef50e509-3668-411e-9e4e-273af4e08e1b_Person-593973ac-5a2d-4ad1-9b29-ee4aec1407eb
  a a2a:Person ;
  rdfs:label "Neeltje Kestes Jongsma" ;
  a2a:PersonName [
    rdfs:label "Neeltje Kestes Jongsma" ;
    a2a:PersonNameFirstName "Neeltje Kestes" ;
    a2a:PersonNameLastName "Jongsma"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "86 jaar" ;
    rdfs:label "86 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Ooststellingwerf" ;
    rdfs:label "Ooststellingwerf"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_ef50e509-3668-411e-9e4e-273af4e08e1b_Person-9a61f421-0fa5-488c-a6bc-550f772f2565
  a a2a:Person ;
  rdfs:label "Kest Pieters Jongsma" ;
  a2a:PersonName [
    rdfs:label "Kest Pieters Jongsma" ;
    a2a:PersonNameFirstName "Kest Pieters" ;
    a2a:PersonNameLastName "Jongsma"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_ef50e509-3668-411e-9e4e-273af4e08e1b_Person-589cac20-e9ae-4fb6-a383-d7aca7836e94
  a a2a:Person ;
  rdfs:label "Lubbertus Kooiker" ;
  a2a:PersonName [
    rdfs:label "Lubbertus Kooiker" ;
    a2a:PersonNameFirstName "Lubbertus" ;
    a2a:PersonNameLastName "Kooiker"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_ef50e509-3668-411e-9e4e-273af4e08e1b_Person-5c7bfb8e-405c-4802-87cc-4504daa23077
  a a2a:Person ;
  rdfs:label "Jan Ernst Jansen" ;
  a2a:PersonName [
    rdfs:label "Jan Ernst Jansen" ;
    a2a:PersonNameFirstName "Jan Ernst" ;
    a2a:PersonNameLastName "Jansen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_ef50e509-3668-411e-9e4e-273af4e08e1b_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1932" ;
    a2a:Month "8" ;
    a2a:Day "10" ;
    rdfs:label "1932-08-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Emmen" ;
    rdfs:label "Emmen"
  ] .

oa:relationep_dar_ef50e509-3668-411e-9e4e-273af4e08e1b_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_ef50e509-3668-411e-9e4e-273af4e08e1b_Person:d5020314-416f-4046-ad71-54e2074856a8 ;
  a2a:EventKeyRef oa:event_dar_ef50e509-3668-411e-9e4e-273af4e08e1b_Event1 .

oa:relationep_dar_ef50e509-3668-411e-9e4e-273af4e08e1b_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_ef50e509-3668-411e-9e4e-273af4e08e1b_Person:593973ac-5a2d-4ad1-9b29-ee4aec1407eb ;
  a2a:EventKeyRef oa:event_dar_ef50e509-3668-411e-9e4e-273af4e08e1b_Event1 .

oa:relationep_dar_ef50e509-3668-411e-9e4e-273af4e08e1b_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_ef50e509-3668-411e-9e4e-273af4e08e1b_Person:9a61f421-0fa5-488c-a6bc-550f772f2565 ;
  a2a:EventKeyRef oa:event_dar_ef50e509-3668-411e-9e4e-273af4e08e1b_Event1 .

oa:relationpp_dar_ef50e509-3668-411e-9e4e-273af4e08e1b_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_ef50e509-3668-411e-9e4e-273af4e08e1b_Person:593973ac-5a2d-4ad1-9b29-ee4aec1407eb, oa:person_dar_ef50e509-3668-411e-9e4e-273af4e08e1b_Person:589cac20-e9ae-4fb6-a383-d7aca7836e94 .

oa:relationpp_dar_ef50e509-3668-411e-9e4e-273af4e08e1b_1
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_ef50e509-3668-411e-9e4e-273af4e08e1b_Person:593973ac-5a2d-4ad1-9b29-ee4aec1407eb, oa:person_dar_ef50e509-3668-411e-9e4e-273af4e08e1b_Person:5c7bfb8e-405c-4802-87cc-4504daa23077 .

oa:source_dar_ef50e509-3668-411e-9e4e-273af4e08e1b
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Emmen" ;
    rdfs:label "Emmen", "1932-08-10 - 1932-08-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1932-08-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1932-08-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1932" ;
    a2a:Month "8" ;
    a2a:Day "10" ;
    rdfs:label "1932-08-10"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1932, Periode: 1932" ;
    a2a:Book "Overlijdensregister Emmen 1932" ;
    a2a:DocumentNumber "238" ;
    a2a:RegistryNumber "1932" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1932, Periode: 1932, Overlijdensregister Emmen 1932, 238, 1932"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/9ca13c47-fc8d-e8fa-3688-7692bd8bb096.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/ef50e509-3668-411e-9e4e-273af4e08e1b" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/9ca13c47-fc8d-e8fa-3688-7692bd8bb096.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/ef50e509-3668-411e-9e4e-273af4e08e1b" ;
  a2a:RecordGUID "{ef50e509-3668-411e-9e4e-273af4e08e1b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_6494_00006494.xml van DAR" .

