@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_bhi_0b31ac7b-e86c-12f3-9659-3cda20ae0d64
  a a2a:Record ;
  rdfs:label "Overlijden op 30 april 1945 te Waalwijk" ;
  a2a:hasPerson oa:person_bhi_0b31ac7b-e86c-12f3-9659-3cda20ae0d64_Person-cc0be158-5727-2c2d-6f87-99493bb86634, oa:person_bhi_0b31ac7b-e86c-12f3-9659-3cda20ae0d64_Person-c0df3c2c-0396-306f-37a3-cb754625490c, oa:person_bhi_0b31ac7b-e86c-12f3-9659-3cda20ae0d64_Person-57b5acda-1db6-b2bb-9f23-92eb231e6d3c ;
  a2a:hasEvent oa:event_bhi_0b31ac7b-e86c-12f3-9659-3cda20ae0d64_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_0b31ac7b-e86c-12f3-9659-3cda20ae0d64_0, oa:relationep_bhi_0b31ac7b-e86c-12f3-9659-3cda20ae0d64_1, oa:relationep_bhi_0b31ac7b-e86c-12f3-9659-3cda20ae0d64_2 ;
  a2a:hasSource oa:source_bhi_0b31ac7b-e86c-12f3-9659-3cda20ae0d64 .

oa:person_bhi_0b31ac7b-e86c-12f3-9659-3cda20ae0d64_Person-cc0be158-5727-2c2d-6f87-99493bb86634
  a a2a:Person ;
  rdfs:label "N.N. de Bonth" ;
  a2a:PersonName [
    rdfs:label "N.N. de Bonth" ;
    a2a:PersonNameFirstName "N.N." ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Bonth"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0b31ac7b-e86c-12f3-9659-3cda20ae0d64_Person-c0df3c2c-0396-306f-37a3-cb754625490c
  a a2a:Person ;
  rdfs:label "Johanna Maria van Dongen" ;
  a2a:PersonName [
    rdfs:label "Johanna Maria van Dongen" ;
    a2a:PersonNameFirstName "Johanna Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dongen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0b31ac7b-e86c-12f3-9659-3cda20ae0d64_Person-57b5acda-1db6-b2bb-9f23-92eb231e6d3c
  a a2a:Person ;
  rdfs:label "Godefridus Maria de Bonth" ;
  a2a:PersonName [
    rdfs:label "Godefridus Maria de Bonth" ;
    a2a:PersonNameFirstName "Godefridus Maria" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Bonth"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_0b31ac7b-e86c-12f3-9659-3cda20ae0d64_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1945" ;
    a2a:Month "4" ;
    a2a:Day "30" ;
    rdfs:label "1945-04-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk"
  ] .

oa:relationep_bhi_0b31ac7b-e86c-12f3-9659-3cda20ae0d64_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_0b31ac7b-e86c-12f3-9659-3cda20ae0d64_Person:cc0be158-5727-2c2d-6f87-99493bb86634 ;
  a2a:EventKeyRef oa:event_bhi_0b31ac7b-e86c-12f3-9659-3cda20ae0d64_Event1 .

oa:relationep_bhi_0b31ac7b-e86c-12f3-9659-3cda20ae0d64_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_0b31ac7b-e86c-12f3-9659-3cda20ae0d64_Person:c0df3c2c-0396-306f-37a3-cb754625490c ;
  a2a:EventKeyRef oa:event_bhi_0b31ac7b-e86c-12f3-9659-3cda20ae0d64_Event1 .

oa:relationep_bhi_0b31ac7b-e86c-12f3-9659-3cda20ae0d64_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_0b31ac7b-e86c-12f3-9659-3cda20ae0d64_Person:57b5acda-1db6-b2bb-9f23-92eb231e6d3c ;
  a2a:EventKeyRef oa:event_bhi_0b31ac7b-e86c-12f3-9659-3cda20ae0d64_Event1 .

oa:source_bhi_0b31ac7b-e86c-12f3-9659-3cda20ae0d64
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk", "1945-05-01 - 1945-05-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1945-05-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1945-05-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1945" ;
    a2a:Month "5" ;
    a2a:Day "1" ;
    rdfs:label "1945-05-01"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3710, Periode: 1945" ;
    a2a:Book "Overlijdensregister Waalwijk 1945" ;
    a2a:DocumentNumber "107" ;
    a2a:RegistryNumber "3710" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3710, Periode: 1945, Overlijdensregister Waalwijk 1945, 107, 3710"
  ] ;
  a2a:SourceLastChangeDate "2018-08-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/0b31ac7b-e86c-12f3-9659-3cda20ae0d64" ;
  a2a:RecordGUID "{0b31ac7b-e86c-12f3-9659-3cda20ae0d64}" ;
  a2a:SourceRemarkOpmerking "Levenloos kind." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231208_80369_00080369.xml van BHI" .

