@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_22febd62-e3ee-48ed-de1d-79ac3bd33f94
  a a2a:Record ;
  rdfs:label "Overlijden op 19 december 1969 te Schoonloo" ;
  a2a:hasPerson oa:person_dar_22febd62-e3ee-48ed-de1d-79ac3bd33f94_Person-7ebeed0a-c0a9-e48f-c7d2-6521fd689138, oa:person_dar_22febd62-e3ee-48ed-de1d-79ac3bd33f94_Person-2bf09591-7aa2-c4c4-2c51-ad3c612edb54, oa:person_dar_22febd62-e3ee-48ed-de1d-79ac3bd33f94_Person-a3bdc03f-0be1-3735-b328-76e4064ac065, oa:person_dar_22febd62-e3ee-48ed-de1d-79ac3bd33f94_Person-f6dcb29d-9237-0c26-400d-9c1accc6cb34 ;
  a2a:hasEvent oa:event_dar_22febd62-e3ee-48ed-de1d-79ac3bd33f94_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_22febd62-e3ee-48ed-de1d-79ac3bd33f94_0, oa:relationep_dar_22febd62-e3ee-48ed-de1d-79ac3bd33f94_1, oa:relationep_dar_22febd62-e3ee-48ed-de1d-79ac3bd33f94_2 ;
  a2a:hasRelationPP oa:relationpp_dar_22febd62-e3ee-48ed-de1d-79ac3bd33f94_0 ;
  a2a:hasSource oa:source_dar_22febd62-e3ee-48ed-de1d-79ac3bd33f94 .

oa:person_dar_22febd62-e3ee-48ed-de1d-79ac3bd33f94_Person-7ebeed0a-c0a9-e48f-c7d2-6521fd689138
  a a2a:Person ;
  rdfs:label "Geesje Wiggerink" ;
  a2a:PersonName [
    rdfs:label "Geesje Wiggerink" ;
    a2a:PersonNameFirstName "Geesje" ;
    a2a:PersonNameLastName "Wiggerink"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_22febd62-e3ee-48ed-de1d-79ac3bd33f94_Person-2bf09591-7aa2-c4c4-2c51-ad3c612edb54
  a a2a:Person ;
  rdfs:label "Harm Zeewuster" ;
  a2a:PersonName [
    rdfs:label "Harm Zeewuster" ;
    a2a:PersonNameFirstName "Harm" ;
    a2a:PersonNameLastName "Zeewuster"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_22febd62-e3ee-48ed-de1d-79ac3bd33f94_Person-a3bdc03f-0be1-3735-b328-76e4064ac065
  a a2a:Person ;
  rdfs:label "Janna Zandvoort" ;
  a2a:PersonName [
    rdfs:label "Janna Zandvoort" ;
    a2a:PersonNameFirstName "Janna" ;
    a2a:PersonNameLastName "Zandvoort"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_22febd62-e3ee-48ed-de1d-79ac3bd33f94_Person-f6dcb29d-9237-0c26-400d-9c1accc6cb34
  a a2a:Person ;
  rdfs:label "Hinderikus Zeewuster" ;
  a2a:PersonName [
    rdfs:label "Hinderikus Zeewuster" ;
    a2a:PersonNameFirstName "Hinderikus" ;
    a2a:PersonNameLastName "Zeewuster"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "85 jaar" ;
    rdfs:label "85 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rolde" ;
    rdfs:label "Rolde"
  ] .

oa:event_dar_22febd62-e3ee-48ed-de1d-79ac3bd33f94_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1969" ;
    a2a:Month "12" ;
    a2a:Day "19" ;
    rdfs:label "1969-12-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Schoonloo" ;
    rdfs:label "Schoonloo"
  ] .

oa:relationep_dar_22febd62-e3ee-48ed-de1d-79ac3bd33f94_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_22febd62-e3ee-48ed-de1d-79ac3bd33f94_Person:2bf09591-7aa2-c4c4-2c51-ad3c612edb54 ;
  a2a:EventKeyRef oa:event_dar_22febd62-e3ee-48ed-de1d-79ac3bd33f94_Event1 .

oa:relationep_dar_22febd62-e3ee-48ed-de1d-79ac3bd33f94_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_22febd62-e3ee-48ed-de1d-79ac3bd33f94_Person:a3bdc03f-0be1-3735-b328-76e4064ac065 ;
  a2a:EventKeyRef oa:event_dar_22febd62-e3ee-48ed-de1d-79ac3bd33f94_Event1 .

oa:relationep_dar_22febd62-e3ee-48ed-de1d-79ac3bd33f94_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_22febd62-e3ee-48ed-de1d-79ac3bd33f94_Person:f6dcb29d-9237-0c26-400d-9c1accc6cb34 ;
  a2a:EventKeyRef oa:event_dar_22febd62-e3ee-48ed-de1d-79ac3bd33f94_Event1 .

oa:relationpp_dar_22febd62-e3ee-48ed-de1d-79ac3bd33f94_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_22febd62-e3ee-48ed-de1d-79ac3bd33f94_Person:f6dcb29d-9237-0c26-400d-9c1accc6cb34, oa:person_dar_22febd62-e3ee-48ed-de1d-79ac3bd33f94_Person:7ebeed0a-c0a9-e48f-c7d2-6521fd689138 .

oa:source_dar_22febd62-e3ee-48ed-de1d-79ac3bd33f94
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Rolde" ;
    rdfs:label "Rolde", "1969-12-19 - 1969-12-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1969-12-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1969-12-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1969" ;
    a2a:Month "12" ;
    a2a:Day "19" ;
    rdfs:label "1969-12-19"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1969, Periode: 1969" ;
    a2a:Book "Overlijdensregister Rolde 1969" ;
    a2a:DocumentNumber "32" ;
    a2a:RegistryNumber "1969" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1969, Periode: 1969, Overlijdensregister Rolde 1969, 32, 1969"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/771a7abc-ea5f-8855-dba8-9b9bf56be297.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/22febd62-e3ee-48ed-de1d-79ac3bd33f94" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/771a7abc-ea5f-8855-dba8-9b9bf56be297.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-12-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/22febd62-e3ee-48ed-de1d-79ac3bd33f94" ;
  a2a:RecordGUID "{22febd62-e3ee-48ed-de1d-79ac3bd33f94}" ;
  a2a:SourceRemarkdeel "1969" ;
  a2a:SourceRemarkregister_periode "1969" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250222_1547_00001547.xml van DAR" .

[]
  a2a:PersonRemarkplaats_overlijden "Schoonloo" ;
  a2a:PersonRemarkdatum_overlijden "1969-12-19" .

