@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_e7a32c1b-8a87-eafa-882a-06dec734f86d
  a a2a:Record ;
  rdfs:label "Overlijden op 26 februari 1969 te Oosterhesselen" ;
  a2a:hasPerson oa:person_dar_e7a32c1b-8a87-eafa-882a-06dec734f86d_Person-46b62bbf-1689-8009-e3fc-1dd12cb01b97, oa:person_dar_e7a32c1b-8a87-eafa-882a-06dec734f86d_Person-5dc9c152-3e4b-76e3-f97f-1308db3d53a2, oa:person_dar_e7a32c1b-8a87-eafa-882a-06dec734f86d_Person-25aa60be-6c6f-8b67-f70e-639b83ac7b3f, oa:person_dar_e7a32c1b-8a87-eafa-882a-06dec734f86d_Person-ec195ec1-f99c-0841-3cb3-591c9e009668 ;
  a2a:hasEvent oa:event_dar_e7a32c1b-8a87-eafa-882a-06dec734f86d_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_e7a32c1b-8a87-eafa-882a-06dec734f86d_0, oa:relationep_dar_e7a32c1b-8a87-eafa-882a-06dec734f86d_1, oa:relationep_dar_e7a32c1b-8a87-eafa-882a-06dec734f86d_2, oa:relationep_dar_e7a32c1b-8a87-eafa-882a-06dec734f86d_3 ;
  a2a:hasSource oa:source_dar_e7a32c1b-8a87-eafa-882a-06dec734f86d .

oa:person_dar_e7a32c1b-8a87-eafa-882a-06dec734f86d_Person-46b62bbf-1689-8009-e3fc-1dd12cb01b97
  a a2a:Person ;
  rdfs:label "Evertje Jacoba Wilhelmina Groeneveld" ;
  a2a:PersonName [
    rdfs:label "Evertje Jacoba Wilhelmina Groeneveld" ;
    a2a:PersonNameFirstName "Evertje Jacoba Wilhelmina" ;
    a2a:PersonNameLastName "Groeneveld"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_e7a32c1b-8a87-eafa-882a-06dec734f86d_Person-5dc9c152-3e4b-76e3-f97f-1308db3d53a2
  a a2a:Person ;
  rdfs:label "Lolke Dijkstra" ;
  a2a:PersonName [
    rdfs:label "Lolke Dijkstra" ;
    a2a:PersonNameFirstName "Lolke" ;
    a2a:PersonNameLastName "Dijkstra"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_e7a32c1b-8a87-eafa-882a-06dec734f86d_Person-25aa60be-6c6f-8b67-f70e-639b83ac7b3f
  a a2a:Person ;
  rdfs:label "Geertje Geertruida Gorter" ;
  a2a:PersonName [
    rdfs:label "Geertje Geertruida Gorter" ;
    a2a:PersonNameFirstName "Geertje Geertruida" ;
    a2a:PersonNameLastName "Gorter"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_e7a32c1b-8a87-eafa-882a-06dec734f86d_Person-ec195ec1-f99c-0841-3cb3-591c9e009668
  a a2a:Person ;
  rdfs:label "Jan Dijkstra" ;
  a2a:PersonName [
    rdfs:label "Jan Dijkstra" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Dijkstra"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "44 jaar" ;
    rdfs:label "44 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Schoterland" ;
    rdfs:label "Schoterland"
  ] ;
  a2a:Profession "pianostemmer-technicer" .

oa:event_dar_e7a32c1b-8a87-eafa-882a-06dec734f86d_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1969" ;
    a2a:Month "2" ;
    a2a:Day "26" ;
    rdfs:label "1969-02-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oosterhesselen" ;
    rdfs:label "Oosterhesselen"
  ] .

oa:relationep_dar_e7a32c1b-8a87-eafa-882a-06dec734f86d_0
  a a2a:RelationEP ;
  rdfs:label "other:Echtgenote" ;
  a2a:RelationType "other:Echtgenote" ;
  a2a:PersonKeyRef oa:person_dar_e7a32c1b-8a87-eafa-882a-06dec734f86d_Person:46b62bbf-1689-8009-e3fc-1dd12cb01b97 ;
  a2a:EventKeyRef oa:event_dar_e7a32c1b-8a87-eafa-882a-06dec734f86d_Event1 .

oa:relationep_dar_e7a32c1b-8a87-eafa-882a-06dec734f86d_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_e7a32c1b-8a87-eafa-882a-06dec734f86d_Person:5dc9c152-3e4b-76e3-f97f-1308db3d53a2 ;
  a2a:EventKeyRef oa:event_dar_e7a32c1b-8a87-eafa-882a-06dec734f86d_Event1 .

oa:relationep_dar_e7a32c1b-8a87-eafa-882a-06dec734f86d_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_e7a32c1b-8a87-eafa-882a-06dec734f86d_Person:25aa60be-6c6f-8b67-f70e-639b83ac7b3f ;
  a2a:EventKeyRef oa:event_dar_e7a32c1b-8a87-eafa-882a-06dec734f86d_Event1 .

oa:relationep_dar_e7a32c1b-8a87-eafa-882a-06dec734f86d_3
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_e7a32c1b-8a87-eafa-882a-06dec734f86d_Person:ec195ec1-f99c-0841-3cb3-591c9e009668 ;
  a2a:EventKeyRef oa:event_dar_e7a32c1b-8a87-eafa-882a-06dec734f86d_Event1 .

oa:source_dar_e7a32c1b-8a87-eafa-882a-06dec734f86d
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Oosterhesselen" ;
    rdfs:label "Oosterhesselen", "1969-02-27 - 1969-02-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1969-02-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1969-02-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1969" ;
    a2a:Month "2" ;
    a2a:Day "27" ;
    rdfs:label "1969-02-27"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1969, Periode: 1969" ;
    a2a:Book "Overlijdensregister Oosterhesselen 1969" ;
    a2a:DocumentNumber "4" ;
    a2a:RegistryNumber "1969" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1969, Periode: 1969, Overlijdensregister Oosterhesselen 1969, 4, 1969"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/10853ea6-f551-84bf-4bd4-0c79e19bfbfe.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/e7a32c1b-8a87-eafa-882a-06dec734f86d" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/10853ea6-f551-84bf-4bd4-0c79e19bfbfe.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-01-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/e7a32c1b-8a87-eafa-882a-06dec734f86d" ;
  a2a:RecordGUID "{e7a32c1b-8a87-eafa-882a-06dec734f86d}" ;
  a2a:SourceRemarkdeel "1969" ;
  a2a:SourceRemarkregister_periode "1969" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_8185_00008185.xml van DAR" .

[]
  a2a:PersonRemarkplaats_overlijden "Oosterhesselen" ;
  a2a:PersonRemarkdatum_overlijden "1969-02-26" .

