@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_gld_DB373C3A-6F42-4FE0-B8EB-E5FDECEDA4A7
  a a2a:Record ;
  rdfs:label "Overlijden op 25 december 1920 te Deventer" ;
  a2a:hasPerson oa:person_gld_DB373C3A-6F42-4FE0-B8EB-E5FDECEDA4A7_Person3023106074, oa:person_gld_DB373C3A-6F42-4FE0-B8EB-E5FDECEDA4A7_Person3023106075, oa:person_gld_DB373C3A-6F42-4FE0-B8EB-E5FDECEDA4A7_Person3023106076, oa:person_gld_DB373C3A-6F42-4FE0-B8EB-E5FDECEDA4A7_Person3023106077, oa:person_gld_DB373C3A-6F42-4FE0-B8EB-E5FDECEDA4A7_Person3023106078 ;
  a2a:hasEvent oa:event_gld_DB373C3A-6F42-4FE0-B8EB-E5FDECEDA4A7_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_DB373C3A-6F42-4FE0-B8EB-E5FDECEDA4A7_0, oa:relationep_gld_DB373C3A-6F42-4FE0-B8EB-E5FDECEDA4A7_1, oa:relationep_gld_DB373C3A-6F42-4FE0-B8EB-E5FDECEDA4A7_2, oa:relationep_gld_DB373C3A-6F42-4FE0-B8EB-E5FDECEDA4A7_3, oa:relationep_gld_DB373C3A-6F42-4FE0-B8EB-E5FDECEDA4A7_4 ;
  a2a:hasSource oa:source_gld_DB373C3A-6F42-4FE0-B8EB-E5FDECEDA4A7 .

oa:person_gld_DB373C3A-6F42-4FE0-B8EB-E5FDECEDA4A7_Person3023106074
  a a2a:Person ;
  rdfs:label "Hein Beekman" ;
  a2a:PersonName [
    rdfs:label "Hein Beekman" ;
    a2a:PersonNameFirstName "Hein" ;
    a2a:PersonNameLastName "Beekman"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "81 Jaar" ;
    rdfs:label "81 Jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_gld_DB373C3A-6F42-4FE0-B8EB-E5FDECEDA4A7_Person3023106075
  a a2a:Person ;
  rdfs:label "Willem Beekman" ;
  a2a:PersonName [
    rdfs:label "Willem Beekman" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Beekman"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_DB373C3A-6F42-4FE0-B8EB-E5FDECEDA4A7_Person3023106076
  a a2a:Person ;
  rdfs:label "Hendrina Put" ;
  a2a:PersonName [
    rdfs:label "Hendrina Put" ;
    a2a:PersonNameFirstName "Hendrina" ;
    a2a:PersonNameLastName "Put"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_DB373C3A-6F42-4FE0-B8EB-E5FDECEDA4A7_Person3023106077
  a a2a:Person ;
  rdfs:label "Johanna Tijssen" ;
  a2a:PersonName [
    rdfs:label "Johanna Tijssen" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Tijssen"
  ] .

oa:person_gld_DB373C3A-6F42-4FE0-B8EB-E5FDECEDA4A7_Person3023106078
  a a2a:Person ;
  rdfs:label "Aaltje Karrenbeld" ;
  a2a:PersonName [
    rdfs:label "Aaltje Karrenbeld" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNameLastName "Karrenbeld"
  ] .

oa:event_gld_DB373C3A-6F42-4FE0-B8EB-E5FDECEDA4A7_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "25-12-1920" ;
    a2a:Year "1920" ;
    a2a:Month "12" ;
    a2a:Day "25" ;
    rdfs:label "1920-12-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Deventer" ;
    rdfs:label "Deventer"
  ] .

oa:relationep_gld_DB373C3A-6F42-4FE0-B8EB-E5FDECEDA4A7_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gld_DB373C3A-6F42-4FE0-B8EB-E5FDECEDA4A7_Person3023106074 ;
  a2a:EventKeyRef oa:event_gld_DB373C3A-6F42-4FE0-B8EB-E5FDECEDA4A7_Event1 .

oa:relationep_gld_DB373C3A-6F42-4FE0-B8EB-E5FDECEDA4A7_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_DB373C3A-6F42-4FE0-B8EB-E5FDECEDA4A7_Person3023106075 ;
  a2a:EventKeyRef oa:event_gld_DB373C3A-6F42-4FE0-B8EB-E5FDECEDA4A7_Event1 .

oa:relationep_gld_DB373C3A-6F42-4FE0-B8EB-E5FDECEDA4A7_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_DB373C3A-6F42-4FE0-B8EB-E5FDECEDA4A7_Person3023106076 ;
  a2a:EventKeyRef oa:event_gld_DB373C3A-6F42-4FE0-B8EB-E5FDECEDA4A7_Event1 .

oa:relationep_gld_DB373C3A-6F42-4FE0-B8EB-E5FDECEDA4A7_3
  a a2a:RelationEP ;
  rdfs:label "other:(ex-)partner" ;
  a2a:RelationType "other:(ex-)partner" ;
  a2a:PersonKeyRef oa:person_gld_DB373C3A-6F42-4FE0-B8EB-E5FDECEDA4A7_Person3023106077 ;
  a2a:EventKeyRef oa:event_gld_DB373C3A-6F42-4FE0-B8EB-E5FDECEDA4A7_Event1 .

oa:relationep_gld_DB373C3A-6F42-4FE0-B8EB-E5FDECEDA4A7_4
  a a2a:RelationEP ;
  rdfs:label "other:(ex-)partner" ;
  a2a:RelationType "other:(ex-)partner" ;
  a2a:PersonKeyRef oa:person_gld_DB373C3A-6F42-4FE0-B8EB-E5FDECEDA4A7_Person3023106078 ;
  a2a:EventKeyRef oa:event_gld_DB373C3A-6F42-4FE0-B8EB-E5FDECEDA4A7_Event1 .

oa:source_gld_DB373C3A-6F42-4FE0-B8EB-E5FDECEDA4A7
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Voorst" ;
    a2a:Country "Nederland" ;
    rdfs:label "Voorst, Nederland", "1920-12-27 - 1920-12-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1920-12-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1920-12-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "27-12-1920" ;
    a2a:Year "1920" ;
    a2a:Month "12" ;
    a2a:Day "27" ;
    rdfs:label "27-12-1920"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen 1903-1980" ;
    a2a:Book "Voorst, Overlijdensregister" ;
    a2a:DocumentNumber "154" ;
    a2a:RegistryNumber "8760.02" ;
    rdfs:label "Gelders Archief, Burgerlijke stand Gelderland, dubbelen 1903-1980, Voorst, Overlijdensregister, 154, 8760.02"
  ] ;
  a2a:SourceLastChangeDate "2024-09-02"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/DB373C3A6F424FE0B8EBE5FDECEDA4A7" ;
  a2a:RecordIdentifier "3023106073" ;
  a2a:RecordGUID "{DB373C3A-6F42-4FE0-B8EB-E5FDECEDA4A7}" ;
  a2a:SourceRemarkOpmerking "Overleden in andere gemeente" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/3D08DA482B034441842ADCECE15E045D" .

