@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_hco_2ABC9DA5-F76E-4BD5-A448-1F76BD0243C2
  a a2a:Record ;
  rdfs:label "Overlijden op 24 augustus 1945 te Olst" ;
  a2a:hasPerson oa:person_hco_2ABC9DA5-F76E-4BD5-A448-1F76BD0243C2_Person3279307799, oa:person_hco_2ABC9DA5-F76E-4BD5-A448-1F76BD0243C2_Person3279307796, oa:person_hco_2ABC9DA5-F76E-4BD5-A448-1F76BD0243C2_Person3279307803 ;
  a2a:hasEvent oa:event_hco_2ABC9DA5-F76E-4BD5-A448-1F76BD0243C2_Event1 ;
  a2a:hasRelationEP oa:relationep_hco_2ABC9DA5-F76E-4BD5-A448-1F76BD0243C2_0, oa:relationep_hco_2ABC9DA5-F76E-4BD5-A448-1F76BD0243C2_1, oa:relationep_hco_2ABC9DA5-F76E-4BD5-A448-1F76BD0243C2_2 ;
  a2a:hasSource oa:source_hco_2ABC9DA5-F76E-4BD5-A448-1F76BD0243C2 .

oa:person_hco_2ABC9DA5-F76E-4BD5-A448-1F76BD0243C2_Person3279307799
  a a2a:Person ;
  rdfs:label "Henricus Gerhardus Logtenberg" ;
  a2a:PersonName [
    rdfs:label "Henricus Gerhardus Logtenberg" ;
    a2a:PersonNameFirstName "Henricus Gerhardus" ;
    a2a:PersonNameLastName "Logtenberg"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "8" ;
    rdfs:label "8"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Olst" ;
    rdfs:label "Olst"
  ] .

oa:person_hco_2ABC9DA5-F76E-4BD5-A448-1F76BD0243C2_Person3279307796
  a a2a:Person ;
  rdfs:label "Egbertus Logtenberg" ;
  a2a:PersonName [
    rdfs:label "Egbertus Logtenberg" ;
    a2a:PersonNameFirstName "Egbertus" ;
    a2a:PersonNameLastName "Logtenberg"
  ] .

oa:person_hco_2ABC9DA5-F76E-4BD5-A448-1F76BD0243C2_Person3279307803
  a a2a:Person ;
  rdfs:label "Cornelia Maria Johanna Blankvoort" ;
  a2a:PersonName [
    rdfs:label "Cornelia Maria Johanna Blankvoort" ;
    a2a:PersonNameFirstName "Cornelia Maria Johanna" ;
    a2a:PersonNameLastName "Blankvoort"
  ] .

oa:event_hco_2ABC9DA5-F76E-4BD5-A448-1F76BD0243C2_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "24-08-1945" ;
    a2a:Year "1945" ;
    a2a:Month "08" ;
    a2a:Day "24" ;
    rdfs:label "1945-08-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Olst" ;
    rdfs:label "Olst"
  ] .

oa:relationep_hco_2ABC9DA5-F76E-4BD5-A448-1F76BD0243C2_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_hco_2ABC9DA5-F76E-4BD5-A448-1F76BD0243C2_Person3279307799 ;
  a2a:EventKeyRef oa:event_hco_2ABC9DA5-F76E-4BD5-A448-1F76BD0243C2_Event1 .

oa:relationep_hco_2ABC9DA5-F76E-4BD5-A448-1F76BD0243C2_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_hco_2ABC9DA5-F76E-4BD5-A448-1F76BD0243C2_Person3279307796 ;
  a2a:EventKeyRef oa:event_hco_2ABC9DA5-F76E-4BD5-A448-1F76BD0243C2_Event1 .

oa:relationep_hco_2ABC9DA5-F76E-4BD5-A448-1F76BD0243C2_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_hco_2ABC9DA5-F76E-4BD5-A448-1F76BD0243C2_Person3279307803 ;
  a2a:EventKeyRef oa:event_hco_2ABC9DA5-F76E-4BD5-A448-1F76BD0243C2_Event1 .

oa:source_hco_2ABC9DA5-F76E-4BD5-A448-1F76BD0243C2
  a a2a:Source ;
  rdfs:label "Collectie Overijssel locatie Zwolle, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Olst" ;
    a2a:Country "Nederland" ;
    rdfs:label "Olst, Nederland", "1945-08-27 - 1945-08-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1945-08-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1945-08-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "27-08-1945" ;
    a2a:Year "1945" ;
    a2a:Month "08" ;
    a2a:Day "27" ;
    rdfs:label "27-08-1945"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Collectie Overijssel locatie Zwolle" ;
    a2a:Place "Zwolle" ;
    a2a:Collection "Burgerlijke Stand in Overijssel" ;
    a2a:Book "Register van overlijden, Olst" ;
    a2a:DocumentNumber "65" ;
    a2a:RegistryNumber "16916" ;
    rdfs:label "Collectie Overijssel locatie Zwolle, Zwolle, Burgerlijke Stand in Overijssel, Register van overlijden, Olst, 65, 16916"
  ] ;
  a2a:SourceLastChangeDate "2023-06-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://proxy.archieven.nl/141/2ABC9DA5F76E4BD5A4481F76BD0243C2" ;
  a2a:RecordIdentifier "3279307791" ;
  a2a:RecordGUID "{2ABC9DA5-F76E-4BD5-A448-1F76BD0243C2}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/AAA55D2A21F148B88487612307412055" .

