@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_1889a6d3-4e1f-6966-e33b-7f5f23981abd
  a a2a:Record ;
  rdfs:label "Overlijden op 17 maart 1967 te Schoonebeek" ;
  a2a:hasPerson oa:person_dar_1889a6d3-4e1f-6966-e33b-7f5f23981abd_Person-bac70071-5132-9deb-bc43-ca7d6eaec83d, oa:person_dar_1889a6d3-4e1f-6966-e33b-7f5f23981abd_Person-07de4169-3b1b-4dcf-0e31-9c738788f042, oa:person_dar_1889a6d3-4e1f-6966-e33b-7f5f23981abd_Person-00e33fc4-0e55-2b95-7104-266bc4915778, oa:person_dar_1889a6d3-4e1f-6966-e33b-7f5f23981abd_Person-cb50aa0a-3f3a-e487-aed3-6a93674dc25b ;
  a2a:hasEvent oa:event_dar_1889a6d3-4e1f-6966-e33b-7f5f23981abd_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_1889a6d3-4e1f-6966-e33b-7f5f23981abd_0, oa:relationep_dar_1889a6d3-4e1f-6966-e33b-7f5f23981abd_1, oa:relationep_dar_1889a6d3-4e1f-6966-e33b-7f5f23981abd_2 ;
  a2a:hasRelationPP oa:relationpp_dar_1889a6d3-4e1f-6966-e33b-7f5f23981abd_0 ;
  a2a:hasSource oa:source_dar_1889a6d3-4e1f-6966-e33b-7f5f23981abd .

oa:person_dar_1889a6d3-4e1f-6966-e33b-7f5f23981abd_Person-bac70071-5132-9deb-bc43-ca7d6eaec83d
  a a2a:Person ;
  rdfs:label "Jan Blancke" ;
  a2a:PersonName [
    rdfs:label "Jan Blancke" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Blancke"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_1889a6d3-4e1f-6966-e33b-7f5f23981abd_Person-07de4169-3b1b-4dcf-0e31-9c738788f042
  a a2a:Person ;
  rdfs:label "Geert Engbers" ;
  a2a:PersonName [
    rdfs:label "Geert Engbers" ;
    a2a:PersonNameFirstName "Geert" ;
    a2a:PersonNameLastName "Engbers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_1889a6d3-4e1f-6966-e33b-7f5f23981abd_Person-00e33fc4-0e55-2b95-7104-266bc4915778
  a a2a:Person ;
  rdfs:label "Aaltje Meppelink" ;
  a2a:PersonName [
    rdfs:label "Aaltje Meppelink" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNameLastName "Meppelink"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_1889a6d3-4e1f-6966-e33b-7f5f23981abd_Person-cb50aa0a-3f3a-e487-aed3-6a93674dc25b
  a a2a:Person ;
  rdfs:label "Geesje Engbers" ;
  a2a:PersonName [
    rdfs:label "Geesje Engbers" ;
    a2a:PersonNameFirstName "Geesje" ;
    a2a:PersonNameLastName "Engbers"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "91 jaar" ;
    rdfs:label "91 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Dalen" ;
    rdfs:label "Dalen"
  ] .

oa:event_dar_1889a6d3-4e1f-6966-e33b-7f5f23981abd_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1967" ;
    a2a:Month "3" ;
    a2a:Day "17" ;
    rdfs:label "1967-03-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Schoonebeek" ;
    rdfs:label "Schoonebeek"
  ] .

oa:relationep_dar_1889a6d3-4e1f-6966-e33b-7f5f23981abd_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_1889a6d3-4e1f-6966-e33b-7f5f23981abd_Person:07de4169-3b1b-4dcf-0e31-9c738788f042 ;
  a2a:EventKeyRef oa:event_dar_1889a6d3-4e1f-6966-e33b-7f5f23981abd_Event1 .

oa:relationep_dar_1889a6d3-4e1f-6966-e33b-7f5f23981abd_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_1889a6d3-4e1f-6966-e33b-7f5f23981abd_Person:00e33fc4-0e55-2b95-7104-266bc4915778 ;
  a2a:EventKeyRef oa:event_dar_1889a6d3-4e1f-6966-e33b-7f5f23981abd_Event1 .

oa:relationep_dar_1889a6d3-4e1f-6966-e33b-7f5f23981abd_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_1889a6d3-4e1f-6966-e33b-7f5f23981abd_Person:cb50aa0a-3f3a-e487-aed3-6a93674dc25b ;
  a2a:EventKeyRef oa:event_dar_1889a6d3-4e1f-6966-e33b-7f5f23981abd_Event1 .

oa:relationpp_dar_1889a6d3-4e1f-6966-e33b-7f5f23981abd_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_1889a6d3-4e1f-6966-e33b-7f5f23981abd_Person:cb50aa0a-3f3a-e487-aed3-6a93674dc25b, oa:person_dar_1889a6d3-4e1f-6966-e33b-7f5f23981abd_Person:bac70071-5132-9deb-bc43-ca7d6eaec83d .

oa:source_dar_1889a6d3-4e1f-6966-e33b-7f5f23981abd
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Schoonebeek" ;
    rdfs:label "Schoonebeek", "1967-03-20 - 1967-03-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1967-03-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1967-03-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1967" ;
    a2a:Month "3" ;
    a2a:Day "20" ;
    rdfs:label "1967-03-20"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1967, Periode: 1967" ;
    a2a:Book "Overlijdensregister Schoonebeek 1967" ;
    a2a:DocumentNumber "6" ;
    a2a:RegistryNumber "1967" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1967, Periode: 1967, Overlijdensregister Schoonebeek 1967, 6, 1967"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/d07220e6-4fab-bb19-b2ed-5024316c7c8a.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/1889a6d3-4e1f-6966-e33b-7f5f23981abd" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/d07220e6-4fab-bb19-b2ed-5024316c7c8a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-01-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/1889a6d3-4e1f-6966-e33b-7f5f23981abd" ;
  a2a:RecordGUID "{1889a6d3-4e1f-6966-e33b-7f5f23981abd}" ;
  a2a:SourceRemarkdeel "1967" ;
  a2a:SourceRemarkregister_periode "1967" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250424_32_00000032.xml van DAR" .

[]
  a2a:PersonRemarkplaats_overlijden "Schoonebeek" ;
  a2a:PersonRemarkdatum_overlijden "1967-03-17" .

