@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_93ca2327-3eb4-e255-7a33-4eb2275a2114
  a a2a:Record ;
  rdfs:label "Overlijden op 15 februari 1963 te Zuidlaren" ;
  a2a:hasPerson oa:person_dar_93ca2327-3eb4-e255-7a33-4eb2275a2114_Person-10d7c58a-d109-2bd4-3ff2-bd11dd927836, oa:person_dar_93ca2327-3eb4-e255-7a33-4eb2275a2114_Person-7ab49bf9-e516-8a34-9b6a-91f74f30f9bc, oa:person_dar_93ca2327-3eb4-e255-7a33-4eb2275a2114_Person-77c1f10e-c649-6597-8156-ee9846b0cef9, oa:person_dar_93ca2327-3eb4-e255-7a33-4eb2275a2114_Person-d6dd4538-2d90-01f1-a027-72ec6c513600 ;
  a2a:hasEvent oa:event_dar_93ca2327-3eb4-e255-7a33-4eb2275a2114_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_93ca2327-3eb4-e255-7a33-4eb2275a2114_0, oa:relationep_dar_93ca2327-3eb4-e255-7a33-4eb2275a2114_1, oa:relationep_dar_93ca2327-3eb4-e255-7a33-4eb2275a2114_2 ;
  a2a:hasRelationPP oa:relationpp_dar_93ca2327-3eb4-e255-7a33-4eb2275a2114_0 ;
  a2a:hasSource oa:source_dar_93ca2327-3eb4-e255-7a33-4eb2275a2114 .

oa:person_dar_93ca2327-3eb4-e255-7a33-4eb2275a2114_Person-10d7c58a-d109-2bd4-3ff2-bd11dd927836
  a a2a:Person ;
  rdfs:label "Jan Poorta" ;
  a2a:PersonName [
    rdfs:label "Jan Poorta" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Poorta"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_93ca2327-3eb4-e255-7a33-4eb2275a2114_Person-7ab49bf9-e516-8a34-9b6a-91f74f30f9bc
  a a2a:Person ;
  rdfs:label "Eilert Olthoff" ;
  a2a:PersonName [
    rdfs:label "Eilert Olthoff" ;
    a2a:PersonNameFirstName "Eilert" ;
    a2a:PersonNameLastName "Olthoff"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_93ca2327-3eb4-e255-7a33-4eb2275a2114_Person-77c1f10e-c649-6597-8156-ee9846b0cef9
  a a2a:Person ;
  rdfs:label "Wiea Jansen" ;
  a2a:PersonName [
    rdfs:label "Wiea Jansen" ;
    a2a:PersonNameFirstName "Wiea" ;
    a2a:PersonNameLastName "Jansen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_93ca2327-3eb4-e255-7a33-4eb2275a2114_Person-d6dd4538-2d90-01f1-a027-72ec6c513600
  a a2a:Person ;
  rdfs:label "Aaltje Cornelia Olthoff" ;
  a2a:PersonName [
    rdfs:label "Aaltje Cornelia Olthoff" ;
    a2a:PersonNameFirstName "Aaltje Cornelia" ;
    a2a:PersonNameLastName "Olthoff"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "68 jaar" ;
    rdfs:label "68 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Loppersum" ;
    rdfs:label "Loppersum"
  ] .

oa:event_dar_93ca2327-3eb4-e255-7a33-4eb2275a2114_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1963" ;
    a2a:Month "2" ;
    a2a:Day "15" ;
    rdfs:label "1963-02-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zuidlaren" ;
    rdfs:label "Zuidlaren"
  ] .

oa:relationep_dar_93ca2327-3eb4-e255-7a33-4eb2275a2114_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_93ca2327-3eb4-e255-7a33-4eb2275a2114_Person:7ab49bf9-e516-8a34-9b6a-91f74f30f9bc ;
  a2a:EventKeyRef oa:event_dar_93ca2327-3eb4-e255-7a33-4eb2275a2114_Event1 .

oa:relationep_dar_93ca2327-3eb4-e255-7a33-4eb2275a2114_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_93ca2327-3eb4-e255-7a33-4eb2275a2114_Person:77c1f10e-c649-6597-8156-ee9846b0cef9 ;
  a2a:EventKeyRef oa:event_dar_93ca2327-3eb4-e255-7a33-4eb2275a2114_Event1 .

oa:relationep_dar_93ca2327-3eb4-e255-7a33-4eb2275a2114_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_93ca2327-3eb4-e255-7a33-4eb2275a2114_Person:d6dd4538-2d90-01f1-a027-72ec6c513600 ;
  a2a:EventKeyRef oa:event_dar_93ca2327-3eb4-e255-7a33-4eb2275a2114_Event1 .

oa:relationpp_dar_93ca2327-3eb4-e255-7a33-4eb2275a2114_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_93ca2327-3eb4-e255-7a33-4eb2275a2114_Person:d6dd4538-2d90-01f1-a027-72ec6c513600, oa:person_dar_93ca2327-3eb4-e255-7a33-4eb2275a2114_Person:10d7c58a-d109-2bd4-3ff2-bd11dd927836 .

oa:source_dar_93ca2327-3eb4-e255-7a33-4eb2275a2114
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Zuidlaren" ;
    rdfs:label "Zuidlaren", "1963-02-15 - 1963-02-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1963-02-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1963-02-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1963" ;
    a2a:Month "2" ;
    a2a:Day "15" ;
    rdfs:label "1963-02-15"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1963, Periode: 1963" ;
    a2a:Book "Overlijdensregister Zuidlaren 1963" ;
    a2a:DocumentNumber "24" ;
    a2a:RegistryNumber "1963" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1963, Periode: 1963, Overlijdensregister Zuidlaren 1963, 24, 1963"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/877a8d99-dd78-0de2-97a5-c333bd3ec057.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/93ca2327-3eb4-e255-7a33-4eb2275a2114" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/877a8d99-dd78-0de2-97a5-c333bd3ec057.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-01-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/93ca2327-3eb4-e255-7a33-4eb2275a2114" ;
  a2a:RecordGUID "{93ca2327-3eb4-e255-7a33-4eb2275a2114}" ;
  a2a:SourceRemarkdeel "1963" ;
  a2a:SourceRemarkregister_periode "1963" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250424_57_00000057.xml van DAR" .

[]
  a2a:PersonRemarkdiversen "Wonende te Groningen" ;
  a2a:PersonRemarkplaats_overlijden "Zuidlaren" ;
  a2a:PersonRemarkdatum_overlijden "1963-02-15" .

