@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_3DBF645B-F0C2-45CC-ADEB-0D3B8ADB6BD8
  a a2a:Record ;
  rdfs:label "Overlijden op 25 april 1905 te Zutphen" ;
  a2a:hasPerson oa:person_gld_3DBF645B-F0C2-45CC-ADEB-0D3B8ADB6BD8_Person3023313287, oa:person_gld_3DBF645B-F0C2-45CC-ADEB-0D3B8ADB6BD8_Person3023313288, oa:person_gld_3DBF645B-F0C2-45CC-ADEB-0D3B8ADB6BD8_Person3023313289, oa:person_gld_3DBF645B-F0C2-45CC-ADEB-0D3B8ADB6BD8_Person3023313290 ;
  a2a:hasEvent oa:event_gld_3DBF645B-F0C2-45CC-ADEB-0D3B8ADB6BD8_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_3DBF645B-F0C2-45CC-ADEB-0D3B8ADB6BD8_0, oa:relationep_gld_3DBF645B-F0C2-45CC-ADEB-0D3B8ADB6BD8_1, oa:relationep_gld_3DBF645B-F0C2-45CC-ADEB-0D3B8ADB6BD8_2, oa:relationep_gld_3DBF645B-F0C2-45CC-ADEB-0D3B8ADB6BD8_3 ;
  a2a:hasSource oa:source_gld_3DBF645B-F0C2-45CC-ADEB-0D3B8ADB6BD8 .

oa:person_gld_3DBF645B-F0C2-45CC-ADEB-0D3B8ADB6BD8_Person3023313287
  a a2a:Person ;
  rdfs:label "Rebecca de Winter" ;
  a2a:PersonName [
    rdfs:label "Rebecca de Winter" ;
    a2a:PersonNameFirstName "Rebecca" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Winter"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "84 Jaar" ;
    rdfs:label "84 Jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Gendringen (Oude IJsselstreek)" ;
    rdfs:label "Gendringen (Oude IJsselstreek)"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_gld_3DBF645B-F0C2-45CC-ADEB-0D3B8ADB6BD8_Person3023313288
  a a2a:Person ;
  rdfs:label "Samuel Hertz de Winter" ;
  a2a:PersonName [
    rdfs:label "Samuel Hertz de Winter" ;
    a2a:PersonNameFirstName "Samuel Hertz" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Winter"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_3DBF645B-F0C2-45CC-ADEB-0D3B8ADB6BD8_Person3023313289
  a a2a:Person ;
  rdfs:label "Johanna Mozes" ;
  a2a:PersonName [
    rdfs:label "Johanna Mozes" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Mozes"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_3DBF645B-F0C2-45CC-ADEB-0D3B8ADB6BD8_Person3023313290
  a a2a:Person ;
  rdfs:label "Abraham Jacob van Gelder" ;
  a2a:PersonName [
    rdfs:label "Abraham Jacob van Gelder" ;
    a2a:PersonNameFirstName "Abraham Jacob" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gelder"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:event_gld_3DBF645B-F0C2-45CC-ADEB-0D3B8ADB6BD8_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "25-04-1905" ;
    a2a:Year "1905" ;
    a2a:Month "04" ;
    a2a:Day "25" ;
    rdfs:label "1905-04-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zutphen" ;
    rdfs:label "Zutphen"
  ] .

oa:relationep_gld_3DBF645B-F0C2-45CC-ADEB-0D3B8ADB6BD8_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gld_3DBF645B-F0C2-45CC-ADEB-0D3B8ADB6BD8_Person3023313287 ;
  a2a:EventKeyRef oa:event_gld_3DBF645B-F0C2-45CC-ADEB-0D3B8ADB6BD8_Event1 .

oa:relationep_gld_3DBF645B-F0C2-45CC-ADEB-0D3B8ADB6BD8_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_3DBF645B-F0C2-45CC-ADEB-0D3B8ADB6BD8_Person3023313288 ;
  a2a:EventKeyRef oa:event_gld_3DBF645B-F0C2-45CC-ADEB-0D3B8ADB6BD8_Event1 .

oa:relationep_gld_3DBF645B-F0C2-45CC-ADEB-0D3B8ADB6BD8_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_3DBF645B-F0C2-45CC-ADEB-0D3B8ADB6BD8_Person3023313289 ;
  a2a:EventKeyRef oa:event_gld_3DBF645B-F0C2-45CC-ADEB-0D3B8ADB6BD8_Event1 .

oa:relationep_gld_3DBF645B-F0C2-45CC-ADEB-0D3B8ADB6BD8_3
  a a2a:RelationEP ;
  rdfs:label "other:(ex-)partner" ;
  a2a:RelationType "other:(ex-)partner" ;
  a2a:PersonKeyRef oa:person_gld_3DBF645B-F0C2-45CC-ADEB-0D3B8ADB6BD8_Person3023313290 ;
  a2a:EventKeyRef oa:event_gld_3DBF645B-F0C2-45CC-ADEB-0D3B8ADB6BD8_Event1 .

oa:source_gld_3DBF645B-F0C2-45CC-ADEB-0D3B8ADB6BD8
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Zutphen" ;
    a2a:Country "Nederland" ;
    rdfs:label "Zutphen, Nederland", "1905-04-26 - 1905-04-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1905-04-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1905-04-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "26-04-1905" ;
    a2a:Year "1905" ;
    a2a:Month "04" ;
    a2a:Day "26" ;
    rdfs:label "26-04-1905"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen 1903-1980" ;
    a2a:Book "Zutphen, Overlijdensregister" ;
    a2a:DocumentNumber "121" ;
    a2a:RegistryNumber "8903.01" ;
    rdfs:label "Gelders Archief, Burgerlijke stand Gelderland, dubbelen 1903-1980, Zutphen, Overlijdensregister, 121, 8903.01"
  ] ;
  a2a:SourceLastChangeDate "2024-09-02"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/3DBF645BF0C245CCADEB0D3B8ADB6BD8" ;
  a2a:RecordIdentifier "3023313286" ;
  a2a:RecordGUID "{3DBF645B-F0C2-45CC-ADEB-0D3B8ADB6BD8}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/577E12E8D8604E13907F73928F4CB23A" .

