@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_68f6c9a7-e059-96fd-3e66-e0c2488bd885
  a a2a:Record ;
  rdfs:label "Overlijden op 20 november 1972 te Dwingeloo" ;
  a2a:hasPerson oa:person_dar_68f6c9a7-e059-96fd-3e66-e0c2488bd885_Person-b6d65a39-a9b0-bc17-ec1b-59d595f752d2, oa:person_dar_68f6c9a7-e059-96fd-3e66-e0c2488bd885_Person-fb812f98-2a8d-e5d7-f5b7-ffe48e8837cc, oa:person_dar_68f6c9a7-e059-96fd-3e66-e0c2488bd885_Person-0f8cfb44-f4bd-5fe4-ea60-6c5abed47385, oa:person_dar_68f6c9a7-e059-96fd-3e66-e0c2488bd885_Person-300e6dab-7b21-94ee-1b4f-d742f52af632 ;
  a2a:hasEvent oa:event_dar_68f6c9a7-e059-96fd-3e66-e0c2488bd885_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_68f6c9a7-e059-96fd-3e66-e0c2488bd885_0, oa:relationep_dar_68f6c9a7-e059-96fd-3e66-e0c2488bd885_1, oa:relationep_dar_68f6c9a7-e059-96fd-3e66-e0c2488bd885_2, oa:relationep_dar_68f6c9a7-e059-96fd-3e66-e0c2488bd885_3 ;
  a2a:hasSource oa:source_dar_68f6c9a7-e059-96fd-3e66-e0c2488bd885 .

oa:person_dar_68f6c9a7-e059-96fd-3e66-e0c2488bd885_Person-b6d65a39-a9b0-bc17-ec1b-59d595f752d2
  a a2a:Person ;
  rdfs:label "Willem van Es" ;
  a2a:PersonName [
    rdfs:label "Willem van Es" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Es"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_68f6c9a7-e059-96fd-3e66-e0c2488bd885_Person-fb812f98-2a8d-e5d7-f5b7-ffe48e8837cc
  a a2a:Person ;
  rdfs:label "Hendrik Vlot" ;
  a2a:PersonName [
    rdfs:label "Hendrik Vlot" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Vlot"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_68f6c9a7-e059-96fd-3e66-e0c2488bd885_Person-0f8cfb44-f4bd-5fe4-ea60-6c5abed47385
  a a2a:Person ;
  rdfs:label "Albertina Elisabeth Bruins" ;
  a2a:PersonName [
    rdfs:label "Albertina Elisabeth Bruins" ;
    a2a:PersonNameFirstName "Albertina Elisabeth" ;
    a2a:PersonNameLastName "Bruins"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_68f6c9a7-e059-96fd-3e66-e0c2488bd885_Person-300e6dab-7b21-94ee-1b4f-d742f52af632
  a a2a:Person ;
  rdfs:label "Catrina Vlot" ;
  a2a:PersonName [
    rdfs:label "Catrina Vlot" ;
    a2a:PersonNameFirstName "Catrina" ;
    a2a:PersonNameLastName "Vlot"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1896" ;
    a2a:Month "5" ;
    a2a:Day "13" ;
    rdfs:label "1896-05-13"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Ruinen" ;
    rdfs:label "Ruinen"
  ] .

oa:event_dar_68f6c9a7-e059-96fd-3e66-e0c2488bd885_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1972" ;
    a2a:Month "11" ;
    a2a:Day "20" ;
    rdfs:label "1972-11-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Dwingeloo" ;
    rdfs:label "Dwingeloo"
  ] .

oa:relationep_dar_68f6c9a7-e059-96fd-3e66-e0c2488bd885_0
  a a2a:RelationEP ;
  rdfs:label "other:Gehuwd geweest met" ;
  a2a:RelationType "other:Gehuwd geweest met" ;
  a2a:PersonKeyRef oa:person_dar_68f6c9a7-e059-96fd-3e66-e0c2488bd885_Person:b6d65a39-a9b0-bc17-ec1b-59d595f752d2 ;
  a2a:EventKeyRef oa:event_dar_68f6c9a7-e059-96fd-3e66-e0c2488bd885_Event1 .

oa:relationep_dar_68f6c9a7-e059-96fd-3e66-e0c2488bd885_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_68f6c9a7-e059-96fd-3e66-e0c2488bd885_Person:fb812f98-2a8d-e5d7-f5b7-ffe48e8837cc ;
  a2a:EventKeyRef oa:event_dar_68f6c9a7-e059-96fd-3e66-e0c2488bd885_Event1 .

oa:relationep_dar_68f6c9a7-e059-96fd-3e66-e0c2488bd885_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_68f6c9a7-e059-96fd-3e66-e0c2488bd885_Person:0f8cfb44-f4bd-5fe4-ea60-6c5abed47385 ;
  a2a:EventKeyRef oa:event_dar_68f6c9a7-e059-96fd-3e66-e0c2488bd885_Event1 .

oa:relationep_dar_68f6c9a7-e059-96fd-3e66-e0c2488bd885_3
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_68f6c9a7-e059-96fd-3e66-e0c2488bd885_Person:300e6dab-7b21-94ee-1b4f-d742f52af632 ;
  a2a:EventKeyRef oa:event_dar_68f6c9a7-e059-96fd-3e66-e0c2488bd885_Event1 .

oa:source_dar_68f6c9a7-e059-96fd-3e66-e0c2488bd885
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Dwingeloo" ;
    rdfs:label "Dwingeloo", "1972-11-21 - 1972-11-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1972-11-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1972-11-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1972" ;
    a2a:Month "11" ;
    a2a:Day "21" ;
    rdfs:label "1972-11-21"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1972, Periode: 1972" ;
    a2a:Book "Overlijdensregister Dwingeloo 1972" ;
    a2a:DocumentNumber "16" ;
    a2a:RegistryNumber "1972" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1972, Periode: 1972, Overlijdensregister Dwingeloo 1972, 16, 1972"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/b3ac094e-5a49-ac0a-84f4-630335ab879c.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/68f6c9a7-e059-96fd-3e66-e0c2488bd885" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/b3ac094e-5a49-ac0a-84f4-630335ab879c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-08-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/68f6c9a7-e059-96fd-3e66-e0c2488bd885" ;
  a2a:RecordGUID "{68f6c9a7-e059-96fd-3e66-e0c2488bd885}" ;
  a2a:SourceRemarkdeel "1972" ;
  a2a:SourceRemarkregister_periode "1972" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251116_15_00000015.xml van DAR" .

[] a2a:PersonRemarkdiversen "overleden" .
[] a2a:PersonRemarkdiversen "overleden" .
[]
  a2a:PersonRemarkplaats_overlijden "Dwingeloo" ;
  a2a:PersonRemarkdatum_overlijden "1972-11-20" .

