@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_d4cfa2ee-8094-ebc4-47f4-7cc78e952f5b
  a a2a:Record ;
  rdfs:label "Overlijden op 5 april 1965 te Assen" ;
  a2a:hasPerson oa:person_dar_d4cfa2ee-8094-ebc4-47f4-7cc78e952f5b_Person-9bf2580b-9ab6-f29c-4a5b-ee045f82032c, oa:person_dar_d4cfa2ee-8094-ebc4-47f4-7cc78e952f5b_Person-fb59eccf-1bfd-6e57-fd54-7568a865de55, oa:person_dar_d4cfa2ee-8094-ebc4-47f4-7cc78e952f5b_Person-ee1a32d9-947f-18b4-448b-da0030dc0037, oa:person_dar_d4cfa2ee-8094-ebc4-47f4-7cc78e952f5b_Person-b2f7d2a2-344e-7f40-f28a-1421baf8160c ;
  a2a:hasEvent oa:event_dar_d4cfa2ee-8094-ebc4-47f4-7cc78e952f5b_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_d4cfa2ee-8094-ebc4-47f4-7cc78e952f5b_0, oa:relationep_dar_d4cfa2ee-8094-ebc4-47f4-7cc78e952f5b_1, oa:relationep_dar_d4cfa2ee-8094-ebc4-47f4-7cc78e952f5b_2 ;
  a2a:hasRelationPP oa:relationpp_dar_d4cfa2ee-8094-ebc4-47f4-7cc78e952f5b_0 ;
  a2a:hasSource oa:source_dar_d4cfa2ee-8094-ebc4-47f4-7cc78e952f5b .

oa:person_dar_d4cfa2ee-8094-ebc4-47f4-7cc78e952f5b_Person-9bf2580b-9ab6-f29c-4a5b-ee045f82032c
  a a2a:Person ;
  rdfs:label "Egbertje Meertens" ;
  a2a:PersonName [
    rdfs:label "Egbertje Meertens" ;
    a2a:PersonNameFirstName "Egbertje" ;
    a2a:PersonNameLastName "Meertens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_d4cfa2ee-8094-ebc4-47f4-7cc78e952f5b_Person-fb59eccf-1bfd-6e57-fd54-7568a865de55
  a a2a:Person ;
  rdfs:label "Hendrik Honebeeke" ;
  a2a:PersonName [
    rdfs:label "Hendrik Honebeeke" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Honebeeke"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_d4cfa2ee-8094-ebc4-47f4-7cc78e952f5b_Person-ee1a32d9-947f-18b4-448b-da0030dc0037
  a a2a:Person ;
  rdfs:label "Hendrikje Warnders" ;
  a2a:PersonName [
    rdfs:label "Hendrikje Warnders" ;
    a2a:PersonNameFirstName "Hendrikje" ;
    a2a:PersonNameLastName "Warnders"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_d4cfa2ee-8094-ebc4-47f4-7cc78e952f5b_Person-b2f7d2a2-344e-7f40-f28a-1421baf8160c
  a a2a:Person ;
  rdfs:label "Gerhard Honebeeke" ;
  a2a:PersonName [
    rdfs:label "Gerhard Honebeeke" ;
    a2a:PersonNameFirstName "Gerhard" ;
    a2a:PersonNameLastName "Honebeeke"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "72 jaar" ;
    rdfs:label "72 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Haren" ;
    rdfs:label "Haren"
  ] .

oa:event_dar_d4cfa2ee-8094-ebc4-47f4-7cc78e952f5b_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1965" ;
    a2a:Month "4" ;
    a2a:Day "5" ;
    rdfs:label "1965-04-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] .

oa:relationep_dar_d4cfa2ee-8094-ebc4-47f4-7cc78e952f5b_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_d4cfa2ee-8094-ebc4-47f4-7cc78e952f5b_Person:fb59eccf-1bfd-6e57-fd54-7568a865de55 ;
  a2a:EventKeyRef oa:event_dar_d4cfa2ee-8094-ebc4-47f4-7cc78e952f5b_Event1 .

oa:relationep_dar_d4cfa2ee-8094-ebc4-47f4-7cc78e952f5b_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_d4cfa2ee-8094-ebc4-47f4-7cc78e952f5b_Person:ee1a32d9-947f-18b4-448b-da0030dc0037 ;
  a2a:EventKeyRef oa:event_dar_d4cfa2ee-8094-ebc4-47f4-7cc78e952f5b_Event1 .

oa:relationep_dar_d4cfa2ee-8094-ebc4-47f4-7cc78e952f5b_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_d4cfa2ee-8094-ebc4-47f4-7cc78e952f5b_Person:b2f7d2a2-344e-7f40-f28a-1421baf8160c ;
  a2a:EventKeyRef oa:event_dar_d4cfa2ee-8094-ebc4-47f4-7cc78e952f5b_Event1 .

oa:relationpp_dar_d4cfa2ee-8094-ebc4-47f4-7cc78e952f5b_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_d4cfa2ee-8094-ebc4-47f4-7cc78e952f5b_Person:b2f7d2a2-344e-7f40-f28a-1421baf8160c, oa:person_dar_d4cfa2ee-8094-ebc4-47f4-7cc78e952f5b_Person:9bf2580b-9ab6-f29c-4a5b-ee045f82032c .

oa:source_dar_d4cfa2ee-8094-ebc4-47f4-7cc78e952f5b
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen", "1965-04-06 - 1965-04-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1965-04-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1965-04-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1965" ;
    a2a:Month "4" ;
    a2a:Day "6" ;
    rdfs:label "1965-04-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1965, Periode: 1965" ;
    a2a:Book "Overlijdensregister Assen 1965" ;
    a2a:DocumentNumber "117" ;
    a2a:RegistryNumber "1965" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1965, Periode: 1965, Overlijdensregister Assen 1965, 117, 1965"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/27baa46e-859f-eb55-9f65-369930b90a21.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/d4cfa2ee-8094-ebc4-47f4-7cc78e952f5b" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/27baa46e-859f-eb55-9f65-369930b90a21.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-09-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/d4cfa2ee-8094-ebc4-47f4-7cc78e952f5b" ;
  a2a:RecordGUID "{d4cfa2ee-8094-ebc4-47f4-7cc78e952f5b}" ;
  a2a:SourceRemarkdeel "1965" ;
  a2a:SourceRemarkregister_periode "1965" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250102_686_00000686.xml van DAR" .

[] a2a:PersonRemarkdatum_overlijden "1965-04-05" .
