@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_3851034F-5FEB-41F8-B405-98E1DE88083C
  a a2a:Record ;
  rdfs:label "Overlijden op 21 november 1924 te Warnsveld" ;
  a2a:hasPerson oa:person_gld_3851034F-5FEB-41F8-B405-98E1DE88083C_Person3023178036, oa:person_gld_3851034F-5FEB-41F8-B405-98E1DE88083C_Person3023178037, oa:person_gld_3851034F-5FEB-41F8-B405-98E1DE88083C_Person3023178038, oa:person_gld_3851034F-5FEB-41F8-B405-98E1DE88083C_Person3023178039 ;
  a2a:hasEvent oa:event_gld_3851034F-5FEB-41F8-B405-98E1DE88083C_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_3851034F-5FEB-41F8-B405-98E1DE88083C_0, oa:relationep_gld_3851034F-5FEB-41F8-B405-98E1DE88083C_1, oa:relationep_gld_3851034F-5FEB-41F8-B405-98E1DE88083C_2, oa:relationep_gld_3851034F-5FEB-41F8-B405-98E1DE88083C_3 ;
  a2a:hasSource oa:source_gld_3851034F-5FEB-41F8-B405-98E1DE88083C .

oa:person_gld_3851034F-5FEB-41F8-B405-98E1DE88083C_Person3023178036
  a a2a:Person ;
  rdfs:label "Alijda Hulsman" ;
  a2a:PersonName [
    rdfs:label "Alijda Hulsman" ;
    a2a:PersonNameFirstName "Alijda" ;
    a2a:PersonNameLastName "Hulsman"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "75 Jaar" ;
    rdfs:label "75 Jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Arnhem" ;
    rdfs:label "Arnhem"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_gld_3851034F-5FEB-41F8-B405-98E1DE88083C_Person3023178037
  a a2a:Person ;
  rdfs:label "Leendert Hulsman" ;
  a2a:PersonName [
    rdfs:label "Leendert Hulsman" ;
    a2a:PersonNameFirstName "Leendert" ;
    a2a:PersonNameLastName "Hulsman"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_3851034F-5FEB-41F8-B405-98E1DE88083C_Person3023178038
  a a2a:Person ;
  rdfs:label "Hendrina Ophuizen" ;
  a2a:PersonName [
    rdfs:label "Hendrina Ophuizen" ;
    a2a:PersonNameFirstName "Hendrina" ;
    a2a:PersonNameLastName "Ophuizen"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_3851034F-5FEB-41F8-B405-98E1DE88083C_Person3023178039
  a a2a:Person ;
  rdfs:label "Georg Adam Engelhard" ;
  a2a:PersonName [
    rdfs:label "Georg Adam Engelhard" ;
    a2a:PersonNameFirstName "Georg Adam" ;
    a2a:PersonNameLastName "Engelhard"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:event_gld_3851034F-5FEB-41F8-B405-98E1DE88083C_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "21-11-1924" ;
    a2a:Year "1924" ;
    a2a:Month "11" ;
    a2a:Day "21" ;
    rdfs:label "1924-11-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Warnsveld" ;
    rdfs:label "Warnsveld"
  ] .

oa:relationep_gld_3851034F-5FEB-41F8-B405-98E1DE88083C_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gld_3851034F-5FEB-41F8-B405-98E1DE88083C_Person3023178036 ;
  a2a:EventKeyRef oa:event_gld_3851034F-5FEB-41F8-B405-98E1DE88083C_Event1 .

oa:relationep_gld_3851034F-5FEB-41F8-B405-98E1DE88083C_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_3851034F-5FEB-41F8-B405-98E1DE88083C_Person3023178037 ;
  a2a:EventKeyRef oa:event_gld_3851034F-5FEB-41F8-B405-98E1DE88083C_Event1 .

oa:relationep_gld_3851034F-5FEB-41F8-B405-98E1DE88083C_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_3851034F-5FEB-41F8-B405-98E1DE88083C_Person3023178038 ;
  a2a:EventKeyRef oa:event_gld_3851034F-5FEB-41F8-B405-98E1DE88083C_Event1 .

oa:relationep_gld_3851034F-5FEB-41F8-B405-98E1DE88083C_3
  a a2a:RelationEP ;
  rdfs:label "other:(ex-)partner" ;
  a2a:RelationType "other:(ex-)partner" ;
  a2a:PersonKeyRef oa:person_gld_3851034F-5FEB-41F8-B405-98E1DE88083C_Person3023178039 ;
  a2a:EventKeyRef oa:event_gld_3851034F-5FEB-41F8-B405-98E1DE88083C_Event1 .

oa:source_gld_3851034F-5FEB-41F8-B405-98E1DE88083C
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Warnsveld" ;
    a2a:Country "Nederland" ;
    rdfs:label "Warnsveld, Nederland", "1924-11-22 - 1924-11-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1924-11-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1924-11-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "22-11-1924" ;
    a2a:Year "1924" ;
    a2a:Month "11" ;
    a2a:Day "22" ;
    rdfs:label "22-11-1924"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Warnsveld, Overlijdensregister" ;
    a2a:Book "Warnsveld, Overlijdensregister" ;
    a2a:DocumentNumber "56" ;
    a2a:RegistryNumber "8806.10" ;
    rdfs:label "Gelders Archief, Arnhem, Warnsveld, Overlijdensregister, Warnsveld, Overlijdensregister, 56, 8806.10"
  ] ;
  a2a:SourceLastChangeDate "2022-11-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/3851034F5FEB41F8B40598E1DE88083C" ;
  a2a:RecordIdentifier "3023178035" ;
  a2a:RecordGUID "{3851034F-5FEB-41F8-B405-98E1DE88083C}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/7BF425D6181B48639191D8FE934F16B0" .

