@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_AF3D20F4-89CD-4F8D-9AC9-68B0FF8E2BFC
  a a2a:Record ;
  rdfs:label "Overlijden op 26 mei 1962 te Zaltbommel" ;
  a2a:hasPerson oa:person_gld_AF3D20F4-89CD-4F8D-9AC9-68B0FF8E2BFC_Person3666717486, oa:person_gld_AF3D20F4-89CD-4F8D-9AC9-68B0FF8E2BFC_Person3666717488, oa:person_gld_AF3D20F4-89CD-4F8D-9AC9-68B0FF8E2BFC_Person3666717487, oa:person_gld_AF3D20F4-89CD-4F8D-9AC9-68B0FF8E2BFC_Person3666717489 ;
  a2a:hasEvent oa:event_gld_AF3D20F4-89CD-4F8D-9AC9-68B0FF8E2BFC_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_AF3D20F4-89CD-4F8D-9AC9-68B0FF8E2BFC_0, oa:relationep_gld_AF3D20F4-89CD-4F8D-9AC9-68B0FF8E2BFC_1, oa:relationep_gld_AF3D20F4-89CD-4F8D-9AC9-68B0FF8E2BFC_2, oa:relationep_gld_AF3D20F4-89CD-4F8D-9AC9-68B0FF8E2BFC_3 ;
  a2a:hasSource oa:source_gld_AF3D20F4-89CD-4F8D-9AC9-68B0FF8E2BFC .

oa:person_gld_AF3D20F4-89CD-4F8D-9AC9-68B0FF8E2BFC_Person3666717486
  a a2a:Person ;
  rdfs:label "Anthonie Spiering" ;
  a2a:PersonName [
    rdfs:label "Anthonie Spiering" ;
    a2a:PersonNameFirstName "Anthonie" ;
    a2a:PersonNameLastName "Spiering"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "68" ;
    rdfs:label "68"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_gld_AF3D20F4-89CD-4F8D-9AC9-68B0FF8E2BFC_Person3666717488
  a a2a:Person ;
  rdfs:label "Gerrit Spiering" ;
  a2a:PersonName [
    rdfs:label "Gerrit Spiering" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Spiering"
  ] ;
  a2a:Gender "Man" .

oa:person_gld_AF3D20F4-89CD-4F8D-9AC9-68B0FF8E2BFC_Person3666717487
  a a2a:Person ;
  rdfs:label "Anneke Verhoeks" ;
  a2a:PersonName [
    rdfs:label "Anneke Verhoeks" ;
    a2a:PersonNameFirstName "Anneke" ;
    a2a:PersonNameLastName "Verhoeks"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_gld_AF3D20F4-89CD-4F8D-9AC9-68B0FF8E2BFC_Person3666717489
  a a2a:Person ;
  rdfs:label "Dirkje Intveld" ;
  a2a:PersonName [
    rdfs:label "Dirkje Intveld" ;
    a2a:PersonNameFirstName "Dirkje" ;
    a2a:PersonNameLastName "Intveld"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_gld_AF3D20F4-89CD-4F8D-9AC9-68B0FF8E2BFC_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "26-05-1962" ;
    a2a:Year "1962" ;
    a2a:Month "05" ;
    a2a:Day "26" ;
    rdfs:label "1962-05-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zaltbommel" ;
    rdfs:label "Zaltbommel"
  ] .

oa:relationep_gld_AF3D20F4-89CD-4F8D-9AC9-68B0FF8E2BFC_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gld_AF3D20F4-89CD-4F8D-9AC9-68B0FF8E2BFC_Person3666717486 ;
  a2a:EventKeyRef oa:event_gld_AF3D20F4-89CD-4F8D-9AC9-68B0FF8E2BFC_Event1 .

oa:relationep_gld_AF3D20F4-89CD-4F8D-9AC9-68B0FF8E2BFC_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_AF3D20F4-89CD-4F8D-9AC9-68B0FF8E2BFC_Person3666717488 ;
  a2a:EventKeyRef oa:event_gld_AF3D20F4-89CD-4F8D-9AC9-68B0FF8E2BFC_Event1 .

oa:relationep_gld_AF3D20F4-89CD-4F8D-9AC9-68B0FF8E2BFC_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_AF3D20F4-89CD-4F8D-9AC9-68B0FF8E2BFC_Person3666717487 ;
  a2a:EventKeyRef oa:event_gld_AF3D20F4-89CD-4F8D-9AC9-68B0FF8E2BFC_Event1 .

oa:relationep_gld_AF3D20F4-89CD-4F8D-9AC9-68B0FF8E2BFC_3
  a a2a:RelationEP ;
  rdfs:label "other:(ex-)partner" ;
  a2a:RelationType "other:(ex-)partner" ;
  a2a:PersonKeyRef oa:person_gld_AF3D20F4-89CD-4F8D-9AC9-68B0FF8E2BFC_Person3666717489 ;
  a2a:EventKeyRef oa:event_gld_AF3D20F4-89CD-4F8D-9AC9-68B0FF8E2BFC_Event1 .

oa:source_gld_AF3D20F4-89CD-4F8D-9AC9-68B0FF8E2BFC
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Zaltbommel" ;
    a2a:Country "Nederland" ;
    rdfs:label "Zaltbommel, Nederland", "1962-05-28 - 1962-05-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1962-05-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1962-05-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "28-05-1962" ;
    a2a:Year "1962" ;
    a2a:Month "05" ;
    a2a:Day "28" ;
    rdfs:label "28-05-1962"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen 1903-1980" ;
    a2a:Book "Zaltbommel, Overlijdensregister" ;
    a2a:DocumentNumber "28" ;
    a2a:RegistryNumber "22388" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen 1903-1980, Zaltbommel, Overlijdensregister, 28, 22388"
  ] ;
  a2a:SourceLastChangeDate "2024-04-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/AF3D20F489CD4F8D9AC968B0FF8E2BFC" ;
  a2a:RecordIdentifier "3666717485" ;
  a2a:RecordGUID "{AF3D20F4-89CD-4F8D-9AC9-68B0FF8E2BFC}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/7AF0F9AE7CCC49A899EA5576BBDFCF67" .

