@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_e3981c9e-be1b-e019-e11e-2a28c1101599
  a a2a:Record ;
  rdfs:label "Overlijden op 24 maart 1942 te Valkenswaard" ;
  a2a:hasPerson oa:person_bhi_e3981c9e-be1b-e019-e11e-2a28c1101599_Person-61d4e458-01b4-130c-7c00-a098001e550c, oa:person_bhi_e3981c9e-be1b-e019-e11e-2a28c1101599_Person-fe14903d-f9ff-0536-556f-281663901ab6, oa:person_bhi_e3981c9e-be1b-e019-e11e-2a28c1101599_Person-c63d721c-aa02-c842-06bd-1724498cd266 ;
  a2a:hasEvent oa:event_bhi_e3981c9e-be1b-e019-e11e-2a28c1101599_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_e3981c9e-be1b-e019-e11e-2a28c1101599_0, oa:relationep_bhi_e3981c9e-be1b-e019-e11e-2a28c1101599_1, oa:relationep_bhi_e3981c9e-be1b-e019-e11e-2a28c1101599_2 ;
  a2a:hasSource oa:source_bhi_e3981c9e-be1b-e019-e11e-2a28c1101599 .

oa:person_bhi_e3981c9e-be1b-e019-e11e-2a28c1101599_Person-61d4e458-01b4-130c-7c00-a098001e550c
  a a2a:Person ;
  rdfs:label "Antonius Wilhelmus Godefridus Cornelis Peels" ;
  a2a:PersonName [
    rdfs:label "Antonius Wilhelmus Godefridus Cornelis Peels" ;
    a2a:PersonNameFirstName "Antonius Wilhelmus Godefridus Cornelis" ;
    a2a:PersonNameLastName "Peels"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_e3981c9e-be1b-e019-e11e-2a28c1101599_Person-fe14903d-f9ff-0536-556f-281663901ab6
  a a2a:Person ;
  rdfs:label "Ardina Aldegonda Hoogers" ;
  a2a:PersonName [
    rdfs:label "Ardina Aldegonda Hoogers" ;
    a2a:PersonNameFirstName "Ardina Aldegonda" ;
    a2a:PersonNameLastName "Hoogers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e3981c9e-be1b-e019-e11e-2a28c1101599_Person-c63d721c-aa02-c842-06bd-1724498cd266
  a a2a:Person ;
  rdfs:label "Johannes Bartholomeus Peels" ;
  a2a:PersonName [
    rdfs:label "Johannes Bartholomeus Peels" ;
    a2a:PersonNameFirstName "Johannes Bartholomeus" ;
    a2a:PersonNameLastName "Peels"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_e3981c9e-be1b-e019-e11e-2a28c1101599_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1942" ;
    a2a:Month "3" ;
    a2a:Day "24" ;
    rdfs:label "1942-03-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Valkenswaard" ;
    rdfs:label "Valkenswaard"
  ] .

oa:relationep_bhi_e3981c9e-be1b-e019-e11e-2a28c1101599_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_e3981c9e-be1b-e019-e11e-2a28c1101599_Person:61d4e458-01b4-130c-7c00-a098001e550c ;
  a2a:EventKeyRef oa:event_bhi_e3981c9e-be1b-e019-e11e-2a28c1101599_Event1 .

oa:relationep_bhi_e3981c9e-be1b-e019-e11e-2a28c1101599_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_e3981c9e-be1b-e019-e11e-2a28c1101599_Person:fe14903d-f9ff-0536-556f-281663901ab6 ;
  a2a:EventKeyRef oa:event_bhi_e3981c9e-be1b-e019-e11e-2a28c1101599_Event1 .

oa:relationep_bhi_e3981c9e-be1b-e019-e11e-2a28c1101599_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_e3981c9e-be1b-e019-e11e-2a28c1101599_Person:c63d721c-aa02-c842-06bd-1724498cd266 ;
  a2a:EventKeyRef oa:event_bhi_e3981c9e-be1b-e019-e11e-2a28c1101599_Event1 .

oa:source_bhi_e3981c9e-be1b-e019-e11e-2a28c1101599
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Valkenswaard" ;
    rdfs:label "Valkenswaard", "1942-01-01 - 1942-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1942-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1942-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1942" ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 576, Periode: 1942" ;
    a2a:Book "Overlijdensregister Valkenswaard 1942" ;
    a2a:DocumentNumber "35" ;
    a2a:RegistryNumber "576" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 576, Periode: 1942, Overlijdensregister Valkenswaard 1942, 35, 576"
  ] ;
  a2a:SourceLastChangeDate "2019-07-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/e3981c9e-be1b-e019-e11e-2a28c1101599" ;
  a2a:RecordGUID "{e3981c9e-be1b-e019-e11e-2a28c1101599}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_77504_00077504.xml van BHI" .

