@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_daafd75d-14fa-b6aa-e203-067f6cc16dfa
  a a2a:Record ;
  rdfs:label "Overlijden op 27 maart 1954 te Valkenswaard" ;
  a2a:hasPerson oa:person_bhi_daafd75d-14fa-b6aa-e203-067f6cc16dfa_Person-7e73f508-46c4-5238-6025-ab57e0341de9, oa:person_bhi_daafd75d-14fa-b6aa-e203-067f6cc16dfa_Person-8eda9756-4d96-adac-2d59-1e59b37af993, oa:person_bhi_daafd75d-14fa-b6aa-e203-067f6cc16dfa_Person-7ea311cf-f351-1727-9db9-68a02d57d2fe, oa:person_bhi_daafd75d-14fa-b6aa-e203-067f6cc16dfa_Person-f30cd121-cf78-451d-10fb-827fc0134d9c ;
  a2a:hasEvent oa:event_bhi_daafd75d-14fa-b6aa-e203-067f6cc16dfa_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_daafd75d-14fa-b6aa-e203-067f6cc16dfa_0, oa:relationep_bhi_daafd75d-14fa-b6aa-e203-067f6cc16dfa_1, oa:relationep_bhi_daafd75d-14fa-b6aa-e203-067f6cc16dfa_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_daafd75d-14fa-b6aa-e203-067f6cc16dfa_0 ;
  a2a:hasSource oa:source_bhi_daafd75d-14fa-b6aa-e203-067f6cc16dfa .

oa:person_bhi_daafd75d-14fa-b6aa-e203-067f6cc16dfa_Person-7e73f508-46c4-5238-6025-ab57e0341de9
  a a2a:Person ;
  rdfs:label "Adrianus Peeters" ;
  a2a:PersonName [
    rdfs:label "Adrianus Peeters" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Peeters"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_daafd75d-14fa-b6aa-e203-067f6cc16dfa_Person-8eda9756-4d96-adac-2d59-1e59b37af993
  a a2a:Person ;
  rdfs:label "Johanna Maria Anna Cleven" ;
  a2a:PersonName [
    rdfs:label "Johanna Maria Anna Cleven" ;
    a2a:PersonNameFirstName "Johanna Maria Anna" ;
    a2a:PersonNameLastName "Cleven"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_daafd75d-14fa-b6aa-e203-067f6cc16dfa_Person-7ea311cf-f351-1727-9db9-68a02d57d2fe
  a a2a:Person ;
  rdfs:label "Adrianus Augustinus Peeters" ;
  a2a:PersonName [
    rdfs:label "Adrianus Augustinus Peeters" ;
    a2a:PersonNameFirstName "Adrianus Augustinus" ;
    a2a:PersonNameLastName "Peeters"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_daafd75d-14fa-b6aa-e203-067f6cc16dfa_Person-f30cd121-cf78-451d-10fb-827fc0134d9c
  a a2a:Person ;
  rdfs:label "Johanna Maria Claas" ;
  a2a:PersonName [
    rdfs:label "Johanna Maria Claas" ;
    a2a:PersonNameFirstName "Johanna Maria" ;
    a2a:PersonNameLastName "Claas"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_daafd75d-14fa-b6aa-e203-067f6cc16dfa_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1954" ;
    a2a:Month "3" ;
    a2a:Day "27" ;
    rdfs:label "1954-03-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Valkenswaard" ;
    rdfs:label "Valkenswaard"
  ] .

oa:relationep_bhi_daafd75d-14fa-b6aa-e203-067f6cc16dfa_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_daafd75d-14fa-b6aa-e203-067f6cc16dfa_Person:7e73f508-46c4-5238-6025-ab57e0341de9 ;
  a2a:EventKeyRef oa:event_bhi_daafd75d-14fa-b6aa-e203-067f6cc16dfa_Event1 .

oa:relationep_bhi_daafd75d-14fa-b6aa-e203-067f6cc16dfa_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_daafd75d-14fa-b6aa-e203-067f6cc16dfa_Person:7ea311cf-f351-1727-9db9-68a02d57d2fe ;
  a2a:EventKeyRef oa:event_bhi_daafd75d-14fa-b6aa-e203-067f6cc16dfa_Event1 .

oa:relationep_bhi_daafd75d-14fa-b6aa-e203-067f6cc16dfa_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_daafd75d-14fa-b6aa-e203-067f6cc16dfa_Person:f30cd121-cf78-451d-10fb-827fc0134d9c ;
  a2a:EventKeyRef oa:event_bhi_daafd75d-14fa-b6aa-e203-067f6cc16dfa_Event1 .

oa:relationpp_bhi_daafd75d-14fa-b6aa-e203-067f6cc16dfa_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_daafd75d-14fa-b6aa-e203-067f6cc16dfa_Person:7ea311cf-f351-1727-9db9-68a02d57d2fe, oa:person_bhi_daafd75d-14fa-b6aa-e203-067f6cc16dfa_Person:8eda9756-4d96-adac-2d59-1e59b37af993 .

oa:source_bhi_daafd75d-14fa-b6aa-e203-067f6cc16dfa
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Valkenswaard" ;
    rdfs:label "Valkenswaard", "1954-03-29 - 1954-03-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1954-03-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1954-03-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1954" ;
    a2a:Month "3" ;
    a2a:Day "29" ;
    rdfs:label "1954-03-29"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 4478, Periode: 1954" ;
    a2a:Book "Overlijdensregister Valkenswaard 1954" ;
    a2a:DocumentNumber "28" ;
    a2a:RegistryNumber "4478" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 4478, Periode: 1954, Overlijdensregister Valkenswaard 1954, 28, 4478"
  ] ;
  a2a:SourceLastChangeDate "2019-07-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/daafd75d-14fa-b6aa-e203-067f6cc16dfa" ;
  a2a:RecordGUID "{daafd75d-14fa-b6aa-e203-067f6cc16dfa}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231208_81792_00081792.xml van BHI" .

