@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_ECEBFD8D-8AF8-458D-B5C3-EF7F070FEBD8
  a a2a:Record ;
  rdfs:label "Overlijden op 2 april 1942 te Arnhem" ;
  a2a:hasPerson oa:person_gld_ECEBFD8D-8AF8-458D-B5C3-EF7F070FEBD8_Person3023966920, oa:person_gld_ECEBFD8D-8AF8-458D-B5C3-EF7F070FEBD8_Person3023966921, oa:person_gld_ECEBFD8D-8AF8-458D-B5C3-EF7F070FEBD8_Person3023966922, oa:person_gld_ECEBFD8D-8AF8-458D-B5C3-EF7F070FEBD8_Person3023966923 ;
  a2a:hasEvent oa:event_gld_ECEBFD8D-8AF8-458D-B5C3-EF7F070FEBD8_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_ECEBFD8D-8AF8-458D-B5C3-EF7F070FEBD8_0, oa:relationep_gld_ECEBFD8D-8AF8-458D-B5C3-EF7F070FEBD8_1, oa:relationep_gld_ECEBFD8D-8AF8-458D-B5C3-EF7F070FEBD8_2, oa:relationep_gld_ECEBFD8D-8AF8-458D-B5C3-EF7F070FEBD8_3 ;
  a2a:hasSource oa:source_gld_ECEBFD8D-8AF8-458D-B5C3-EF7F070FEBD8 .

oa:person_gld_ECEBFD8D-8AF8-458D-B5C3-EF7F070FEBD8_Person3023966920
  a a2a:Person ;
  rdfs:label "Helene Simons" ;
  a2a:PersonName [
    rdfs:label "Helene Simons" ;
    a2a:PersonNameFirstName "Helene" ;
    a2a:PersonNameLastName "Simons"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "70 Jaar" ;
    rdfs:label "70 Jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Altenessen Duitsland" ;
    rdfs:label "Altenessen Duitsland"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_gld_ECEBFD8D-8AF8-458D-B5C3-EF7F070FEBD8_Person3023966921
  a a2a:Person ;
  rdfs:label "David Simons" ;
  a2a:PersonName [
    rdfs:label "David Simons" ;
    a2a:PersonNameFirstName "David" ;
    a2a:PersonNameLastName "Simons"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_ECEBFD8D-8AF8-458D-B5C3-EF7F070FEBD8_Person3023966922
  a a2a:Person ;
  rdfs:label "Eva Vogelsang" ;
  a2a:PersonName [
    rdfs:label "Eva Vogelsang" ;
    a2a:PersonNameFirstName "Eva" ;
    a2a:PersonNameLastName "Vogelsang"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_ECEBFD8D-8AF8-458D-B5C3-EF7F070FEBD8_Person3023966923
  a a2a:Person ;
  rdfs:label "Nathan Heijmans" ;
  a2a:PersonName [
    rdfs:label "Nathan Heijmans" ;
    a2a:PersonNameFirstName "Nathan" ;
    a2a:PersonNameLastName "Heijmans"
  ] .

oa:event_gld_ECEBFD8D-8AF8-458D-B5C3-EF7F070FEBD8_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "02-04-1942" ;
    a2a:Year "1942" ;
    a2a:Month "04" ;
    a2a:Day "02" ;
    rdfs:label "1942-04-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Arnhem" ;
    rdfs:label "Arnhem"
  ] .

oa:relationep_gld_ECEBFD8D-8AF8-458D-B5C3-EF7F070FEBD8_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gld_ECEBFD8D-8AF8-458D-B5C3-EF7F070FEBD8_Person3023966920 ;
  a2a:EventKeyRef oa:event_gld_ECEBFD8D-8AF8-458D-B5C3-EF7F070FEBD8_Event1 .

oa:relationep_gld_ECEBFD8D-8AF8-458D-B5C3-EF7F070FEBD8_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_ECEBFD8D-8AF8-458D-B5C3-EF7F070FEBD8_Person3023966921 ;
  a2a:EventKeyRef oa:event_gld_ECEBFD8D-8AF8-458D-B5C3-EF7F070FEBD8_Event1 .

oa:relationep_gld_ECEBFD8D-8AF8-458D-B5C3-EF7F070FEBD8_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_ECEBFD8D-8AF8-458D-B5C3-EF7F070FEBD8_Person3023966922 ;
  a2a:EventKeyRef oa:event_gld_ECEBFD8D-8AF8-458D-B5C3-EF7F070FEBD8_Event1 .

oa:relationep_gld_ECEBFD8D-8AF8-458D-B5C3-EF7F070FEBD8_3
  a a2a:RelationEP ;
  rdfs:label "other:(ex-)partner" ;
  a2a:RelationType "other:(ex-)partner" ;
  a2a:PersonKeyRef oa:person_gld_ECEBFD8D-8AF8-458D-B5C3-EF7F070FEBD8_Person3023966923 ;
  a2a:EventKeyRef oa:event_gld_ECEBFD8D-8AF8-458D-B5C3-EF7F070FEBD8_Event1 .

oa:source_gld_ECEBFD8D-8AF8-458D-B5C3-EF7F070FEBD8
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Arnhem" ;
    a2a:Country "Nederland" ;
    rdfs:label "Arnhem, Nederland", "1942-04-04 - 1942-04-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1942-04-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1942-04-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "04-04-1942" ;
    a2a:Year "1942" ;
    a2a:Month "04" ;
    a2a:Day "04" ;
    rdfs:label "04-04-1942"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen 1903-1980" ;
    a2a:Book "Arnhem, Overlijdensregister" ;
    a2a:DocumentNumber "346" ;
    a2a:RegistryNumber "9712.06" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen 1903-1980, Arnhem, Overlijdensregister, 346, 9712.06"
  ] ;
  a2a:SourceLastChangeDate "2025-03-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/ECEBFD8D8AF8458DB5C3EF7F070FEBD8" ;
  a2a:RecordIdentifier "3023966919" ;
  a2a:RecordGUID "{ECEBFD8D-8AF8-458D-B5C3-EF7F070FEBD8}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/C83CB05514E149DCA1E6FAAB0FF2F8D8" .

