@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_5DAE2C80-5D43-45C0-9DA6-61A3DFEB6E5D
  a a2a:Record ;
  rdfs:label "Overlijden op 20 maart 1961 te Nijmegen" ;
  a2a:hasPerson oa:person_gld_5DAE2C80-5D43-45C0-9DA6-61A3DFEB6E5D_Person3665722962, oa:person_gld_5DAE2C80-5D43-45C0-9DA6-61A3DFEB6E5D_Person3665722964, oa:person_gld_5DAE2C80-5D43-45C0-9DA6-61A3DFEB6E5D_Person3665722963, oa:person_gld_5DAE2C80-5D43-45C0-9DA6-61A3DFEB6E5D_Person3665722965 ;
  a2a:hasEvent oa:event_gld_5DAE2C80-5D43-45C0-9DA6-61A3DFEB6E5D_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_5DAE2C80-5D43-45C0-9DA6-61A3DFEB6E5D_0, oa:relationep_gld_5DAE2C80-5D43-45C0-9DA6-61A3DFEB6E5D_1, oa:relationep_gld_5DAE2C80-5D43-45C0-9DA6-61A3DFEB6E5D_2, oa:relationep_gld_5DAE2C80-5D43-45C0-9DA6-61A3DFEB6E5D_3 ;
  a2a:hasSource oa:source_gld_5DAE2C80-5D43-45C0-9DA6-61A3DFEB6E5D .

oa:person_gld_5DAE2C80-5D43-45C0-9DA6-61A3DFEB6E5D_Person3665722962
  a a2a:Person ;
  rdfs:label "Jan Hubert Augustus" ;
  a2a:PersonName [
    rdfs:label "Jan Hubert Augustus" ;
    a2a:PersonNameFirstName "Jan Hubert" ;
    a2a:PersonNameLastName "Augustus"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "70" ;
    rdfs:label "70"
  ] ;
  a2a:Profession "kok" .

oa:person_gld_5DAE2C80-5D43-45C0-9DA6-61A3DFEB6E5D_Person3665722964
  a a2a:Person ;
  rdfs:label "Jan Lambert Augustus" ;
  a2a:PersonName [
    rdfs:label "Jan Lambert Augustus" ;
    a2a:PersonNameFirstName "Jan Lambert" ;
    a2a:PersonNameLastName "Augustus"
  ] ;
  a2a:Gender "Man" .

oa:person_gld_5DAE2C80-5D43-45C0-9DA6-61A3DFEB6E5D_Person3665722963
  a a2a:Person ;
  rdfs:label "Maria Elisabeth Schoffeleers" ;
  a2a:PersonName [
    rdfs:label "Maria Elisabeth Schoffeleers" ;
    a2a:PersonNameFirstName "Maria Elisabeth" ;
    a2a:PersonNameLastName "Schoffeleers"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_gld_5DAE2C80-5D43-45C0-9DA6-61A3DFEB6E5D_Person3665722965
  a a2a:Person ;
  rdfs:label "Martina Werts" ;
  a2a:PersonName [
    rdfs:label "Martina Werts" ;
    a2a:PersonNameFirstName "Martina" ;
    a2a:PersonNameLastName "Werts"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_gld_5DAE2C80-5D43-45C0-9DA6-61A3DFEB6E5D_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "20-03-1961" ;
    a2a:Year "1961" ;
    a2a:Month "03" ;
    a2a:Day "20" ;
    rdfs:label "1961-03-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nijmegen" ;
    rdfs:label "Nijmegen"
  ] .

oa:relationep_gld_5DAE2C80-5D43-45C0-9DA6-61A3DFEB6E5D_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gld_5DAE2C80-5D43-45C0-9DA6-61A3DFEB6E5D_Person3665722962 ;
  a2a:EventKeyRef oa:event_gld_5DAE2C80-5D43-45C0-9DA6-61A3DFEB6E5D_Event1 .

oa:relationep_gld_5DAE2C80-5D43-45C0-9DA6-61A3DFEB6E5D_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_5DAE2C80-5D43-45C0-9DA6-61A3DFEB6E5D_Person3665722964 ;
  a2a:EventKeyRef oa:event_gld_5DAE2C80-5D43-45C0-9DA6-61A3DFEB6E5D_Event1 .

oa:relationep_gld_5DAE2C80-5D43-45C0-9DA6-61A3DFEB6E5D_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_5DAE2C80-5D43-45C0-9DA6-61A3DFEB6E5D_Person3665722963 ;
  a2a:EventKeyRef oa:event_gld_5DAE2C80-5D43-45C0-9DA6-61A3DFEB6E5D_Event1 .

oa:relationep_gld_5DAE2C80-5D43-45C0-9DA6-61A3DFEB6E5D_3
  a a2a:RelationEP ;
  rdfs:label "other:(ex-)partner" ;
  a2a:RelationType "other:(ex-)partner" ;
  a2a:PersonKeyRef oa:person_gld_5DAE2C80-5D43-45C0-9DA6-61A3DFEB6E5D_Person3665722965 ;
  a2a:EventKeyRef oa:event_gld_5DAE2C80-5D43-45C0-9DA6-61A3DFEB6E5D_Event1 .

oa:source_gld_5DAE2C80-5D43-45C0-9DA6-61A3DFEB6E5D
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Nijmegen" ;
    a2a:Country "Nederland" ;
    rdfs:label "Nijmegen, Nederland", "1961-03-21 - 1961-03-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1961-03-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1961-03-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "21-03-1961" ;
    a2a:Year "1961" ;
    a2a:Month "03" ;
    a2a:Day "21" ;
    rdfs:label "21-03-1961"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen 1903-1980" ;
    a2a:Book "Nijmegen, Overlijdensregister" ;
    a2a:DocumentNumber "315" ;
    a2a:RegistryNumber "22095" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen 1903-1980, Nijmegen, Overlijdensregister, 315, 22095"
  ] ;
  a2a:SourceLastChangeDate "2024-04-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/5DAE2C805D4345C09DA661A3DFEB6E5D" ;
  a2a:RecordIdentifier "3665722961" ;
  a2a:RecordGUID "{5DAE2C80-5D43-45C0-9DA6-61A3DFEB6E5D}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/0B85062540DF40B28085B69C98849CA9" .

