@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_3F6E86CD-AFB5-4897-ABFB-FAF2AFDFB662
  a a2a:Record ;
  rdfs:label "Overlijden op 26 juli 1947 te Nijmegen" ;
  a2a:hasPerson oa:person_gld_3F6E86CD-AFB5-4897-ABFB-FAF2AFDFB662_Person3099941183, oa:person_gld_3F6E86CD-AFB5-4897-ABFB-FAF2AFDFB662_Person3099941184, oa:person_gld_3F6E86CD-AFB5-4897-ABFB-FAF2AFDFB662_Person3099941185 ;
  a2a:hasEvent oa:event_gld_3F6E86CD-AFB5-4897-ABFB-FAF2AFDFB662_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_3F6E86CD-AFB5-4897-ABFB-FAF2AFDFB662_0, oa:relationep_gld_3F6E86CD-AFB5-4897-ABFB-FAF2AFDFB662_1, oa:relationep_gld_3F6E86CD-AFB5-4897-ABFB-FAF2AFDFB662_2 ;
  a2a:hasSource oa:source_gld_3F6E86CD-AFB5-4897-ABFB-FAF2AFDFB662 .

oa:person_gld_3F6E86CD-AFB5-4897-ABFB-FAF2AFDFB662_Person3099941183
  a a2a:Person ;
  rdfs:label "Peter Burmanje" ;
  a2a:PersonName [
    rdfs:label "Peter Burmanje" ;
    a2a:PersonNameFirstName "Peter" ;
    a2a:PersonNameLastName "Burmanje"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "84 jaar" ;
    rdfs:label "84 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Baardwijk" ;
    rdfs:label "Baardwijk"
  ] .

oa:person_gld_3F6E86CD-AFB5-4897-ABFB-FAF2AFDFB662_Person3099941184
  a a2a:Person ;
  rdfs:label "Johannes Burmanje" ;
  a2a:PersonName [
    rdfs:label "Johannes Burmanje" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Burmanje"
  ] ;
  a2a:Gender "Man" .

oa:person_gld_3F6E86CD-AFB5-4897-ABFB-FAF2AFDFB662_Person3099941185
  a a2a:Person ;
  rdfs:label "Johanna Leijtens" ;
  a2a:PersonName [
    rdfs:label "Johanna Leijtens" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Leijtens"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_gld_3F6E86CD-AFB5-4897-ABFB-FAF2AFDFB662_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "26-07-1947" ;
    a2a:Year "1947" ;
    a2a:Month "07" ;
    a2a:Day "26" ;
    rdfs:label "1947-07-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nijmegen" ;
    rdfs:label "Nijmegen"
  ] .

oa:relationep_gld_3F6E86CD-AFB5-4897-ABFB-FAF2AFDFB662_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gld_3F6E86CD-AFB5-4897-ABFB-FAF2AFDFB662_Person3099941183 ;
  a2a:EventKeyRef oa:event_gld_3F6E86CD-AFB5-4897-ABFB-FAF2AFDFB662_Event1 .

oa:relationep_gld_3F6E86CD-AFB5-4897-ABFB-FAF2AFDFB662_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_3F6E86CD-AFB5-4897-ABFB-FAF2AFDFB662_Person3099941184 ;
  a2a:EventKeyRef oa:event_gld_3F6E86CD-AFB5-4897-ABFB-FAF2AFDFB662_Event1 .

oa:relationep_gld_3F6E86CD-AFB5-4897-ABFB-FAF2AFDFB662_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_3F6E86CD-AFB5-4897-ABFB-FAF2AFDFB662_Person3099941185 ;
  a2a:EventKeyRef oa:event_gld_3F6E86CD-AFB5-4897-ABFB-FAF2AFDFB662_Event1 .

oa:source_gld_3F6E86CD-AFB5-4897-ABFB-FAF2AFDFB662
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Nijmegen" ;
    a2a:Country "Nederland" ;
    rdfs:label "Nijmegen, Nederland", "1947-07-29 - 1947-07-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1947-07-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1947-07-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "29-07-1947" ;
    a2a:Year "1947" ;
    a2a:Month "07" ;
    a2a:Day "29" ;
    rdfs:label "29-07-1947"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen 1903-1980" ;
    a2a:Book "Nijmegen, Overlijdensregister" ;
    a2a:DocumentNumber "0766" ;
    a2a:RegistryNumber "33007" ;
    rdfs:label "Gelders Archief, Burgerlijke stand Gelderland, dubbelen 1903-1980, Nijmegen, Overlijdensregister, 0766, 33007"
  ] ;
  a2a:SourceLastChangeDate "2024-06-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/3F6E86CDAFB54897ABFBFAF2AFDFB662" ;
  a2a:RecordIdentifier "3099941182" ;
  a2a:RecordGUID "{3F6E86CD-AFB5-4897-ABFB-FAF2AFDFB662}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/40DF2B2F6AC3454F96333283AEF9E123" .

