@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_B9526EB4-2FF2-42CE-A852-C2DF3312F3BF
  a a2a:Record ;
  rdfs:label "Overlijden op 23 juni 1965 te Bemmel" ;
  a2a:hasPerson oa:person_gld_B9526EB4-2FF2-42CE-A852-C2DF3312F3BF_Person3666218578, oa:person_gld_B9526EB4-2FF2-42CE-A852-C2DF3312F3BF_Person3666218581, oa:person_gld_B9526EB4-2FF2-42CE-A852-C2DF3312F3BF_Person3666218579, oa:person_gld_B9526EB4-2FF2-42CE-A852-C2DF3312F3BF_Person3666218582, oa:person_gld_B9526EB4-2FF2-42CE-A852-C2DF3312F3BF_Person3666218584 ;
  a2a:hasEvent oa:event_gld_B9526EB4-2FF2-42CE-A852-C2DF3312F3BF_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_B9526EB4-2FF2-42CE-A852-C2DF3312F3BF_0, oa:relationep_gld_B9526EB4-2FF2-42CE-A852-C2DF3312F3BF_1, oa:relationep_gld_B9526EB4-2FF2-42CE-A852-C2DF3312F3BF_2, oa:relationep_gld_B9526EB4-2FF2-42CE-A852-C2DF3312F3BF_3, oa:relationep_gld_B9526EB4-2FF2-42CE-A852-C2DF3312F3BF_4 ;
  a2a:hasSource oa:source_gld_B9526EB4-2FF2-42CE-A852-C2DF3312F3BF .

oa:person_gld_B9526EB4-2FF2-42CE-A852-C2DF3312F3BF_Person3666218578
  a a2a:Person ;
  rdfs:label "Johannes Jan Arends" ;
  a2a:PersonName [
    rdfs:label "Johannes Jan Arends" ;
    a2a:PersonNameFirstName "Johannes Jan" ;
    a2a:PersonNameLastName "Arends"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "84" ;
    rdfs:label "84"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_gld_B9526EB4-2FF2-42CE-A852-C2DF3312F3BF_Person3666218581
  a a2a:Person ;
  rdfs:label "Hendrikus Arends" ;
  a2a:PersonName [
    rdfs:label "Hendrikus Arends" ;
    a2a:PersonNameFirstName "Hendrikus" ;
    a2a:PersonNameLastName "Arends"
  ] ;
  a2a:Gender "Man" .

oa:person_gld_B9526EB4-2FF2-42CE-A852-C2DF3312F3BF_Person3666218579
  a a2a:Person ;
  rdfs:label "Hendrika Spronk" ;
  a2a:PersonName [
    rdfs:label "Hendrika Spronk" ;
    a2a:PersonNameFirstName "Hendrika" ;
    a2a:PersonNameLastName "Spronk"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_gld_B9526EB4-2FF2-42CE-A852-C2DF3312F3BF_Person3666218582
  a a2a:Person ;
  rdfs:label "Maria Helena Stroot" ;
  a2a:PersonName [
    rdfs:label "Maria Helena Stroot" ;
    a2a:PersonNameFirstName "Maria Helena" ;
    a2a:PersonNameLastName "Stroot"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_gld_B9526EB4-2FF2-42CE-A852-C2DF3312F3BF_Person3666218584
  a a2a:Person ;
  rdfs:label "Maria Wilhelmina Sesinck" ;
  a2a:PersonName [
    rdfs:label "Maria Wilhelmina Sesinck" ;
    a2a:PersonNameFirstName "Maria Wilhelmina" ;
    a2a:PersonNameLastName "Sesinck"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_gld_B9526EB4-2FF2-42CE-A852-C2DF3312F3BF_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "23-06-1965" ;
    a2a:Year "1965" ;
    a2a:Month "06" ;
    a2a:Day "23" ;
    rdfs:label "1965-06-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Bemmel" ;
    rdfs:label "Bemmel"
  ] .

oa:relationep_gld_B9526EB4-2FF2-42CE-A852-C2DF3312F3BF_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gld_B9526EB4-2FF2-42CE-A852-C2DF3312F3BF_Person3666218578 ;
  a2a:EventKeyRef oa:event_gld_B9526EB4-2FF2-42CE-A852-C2DF3312F3BF_Event1 .

oa:relationep_gld_B9526EB4-2FF2-42CE-A852-C2DF3312F3BF_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_B9526EB4-2FF2-42CE-A852-C2DF3312F3BF_Person3666218581 ;
  a2a:EventKeyRef oa:event_gld_B9526EB4-2FF2-42CE-A852-C2DF3312F3BF_Event1 .

oa:relationep_gld_B9526EB4-2FF2-42CE-A852-C2DF3312F3BF_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_B9526EB4-2FF2-42CE-A852-C2DF3312F3BF_Person3666218579 ;
  a2a:EventKeyRef oa:event_gld_B9526EB4-2FF2-42CE-A852-C2DF3312F3BF_Event1 .

oa:relationep_gld_B9526EB4-2FF2-42CE-A852-C2DF3312F3BF_3
  a a2a:RelationEP ;
  rdfs:label "other:(ex-)partner" ;
  a2a:RelationType "other:(ex-)partner" ;
  a2a:PersonKeyRef oa:person_gld_B9526EB4-2FF2-42CE-A852-C2DF3312F3BF_Person3666218582 ;
  a2a:EventKeyRef oa:event_gld_B9526EB4-2FF2-42CE-A852-C2DF3312F3BF_Event1 .

oa:relationep_gld_B9526EB4-2FF2-42CE-A852-C2DF3312F3BF_4
  a a2a:RelationEP ;
  rdfs:label "other:(ex-)partner" ;
  a2a:RelationType "other:(ex-)partner" ;
  a2a:PersonKeyRef oa:person_gld_B9526EB4-2FF2-42CE-A852-C2DF3312F3BF_Person3666218584 ;
  a2a:EventKeyRef oa:event_gld_B9526EB4-2FF2-42CE-A852-C2DF3312F3BF_Event1 .

oa:source_gld_B9526EB4-2FF2-42CE-A852-C2DF3312F3BF
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Bemmel" ;
    a2a:Country "Nederland" ;
    rdfs:label "Bemmel, Nederland", "1965-06-25 - 1965-06-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1965-06-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1965-06-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "25-06-1965" ;
    a2a:Year "1965" ;
    a2a:Month "06" ;
    a2a:Day "25" ;
    rdfs:label "25-06-1965"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen 1903-1980" ;
    a2a:Book "Bemmel, Overlijdensregister" ;
    a2a:DocumentNumber "29" ;
    a2a:RegistryNumber "21446" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen 1903-1980, Bemmel, Overlijdensregister, 29, 21446"
  ] ;
  a2a:SourceLastChangeDate "2024-04-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/B9526EB42FF242CEA852C2DF3312F3BF" ;
  a2a:RecordIdentifier "3666218576" ;
  a2a:RecordGUID "{B9526EB4-2FF2-42CE-A852-C2DF3312F3BF}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/B07961C3D63042B588A9AD06204D288E" .

