@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_f5974dcc-e62a-3ee7-fed1-4363b761587f
  a a2a:Record ;
  rdfs:label "Overlijden op 28 maart 1947 te 's-Hertogenbosch" ;
  a2a:hasPerson oa:person_bhi_f5974dcc-e62a-3ee7-fed1-4363b761587f_Person-6eae3150-bdfa-7b66-08d0-70921bd402c2, oa:person_bhi_f5974dcc-e62a-3ee7-fed1-4363b761587f_Person-96359620-d0b2-aed2-fcc9-eb390b7c3769, oa:person_bhi_f5974dcc-e62a-3ee7-fed1-4363b761587f_Person-cbdd38c3-fc97-eeaa-73fe-0ea3ed45b503 ;
  a2a:hasEvent oa:event_bhi_f5974dcc-e62a-3ee7-fed1-4363b761587f_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_f5974dcc-e62a-3ee7-fed1-4363b761587f_0, oa:relationep_bhi_f5974dcc-e62a-3ee7-fed1-4363b761587f_1, oa:relationep_bhi_f5974dcc-e62a-3ee7-fed1-4363b761587f_2 ;
  a2a:hasSource oa:source_bhi_f5974dcc-e62a-3ee7-fed1-4363b761587f .

oa:person_bhi_f5974dcc-e62a-3ee7-fed1-4363b761587f_Person-6eae3150-bdfa-7b66-08d0-70921bd402c2
  a a2a:Person ;
  rdfs:label "Adriana Gerdina Maria Merkx" ;
  a2a:PersonName [
    rdfs:label "Adriana Gerdina Maria Merkx" ;
    a2a:PersonNameFirstName "Adriana Gerdina Maria" ;
    a2a:PersonNameLastName "Merkx"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_f5974dcc-e62a-3ee7-fed1-4363b761587f_Person-96359620-d0b2-aed2-fcc9-eb390b7c3769
  a a2a:Person ;
  rdfs:label "Christina Johanna Maria van Bommel" ;
  a2a:PersonName [
    rdfs:label "Christina Johanna Maria van Bommel" ;
    a2a:PersonNameFirstName "Christina Johanna Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Bommel"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_f5974dcc-e62a-3ee7-fed1-4363b761587f_Person-cbdd38c3-fc97-eeaa-73fe-0ea3ed45b503
  a a2a:Person ;
  rdfs:label "Johannes Martinus van Bommel" ;
  a2a:PersonName [
    rdfs:label "Johannes Martinus van Bommel" ;
    a2a:PersonNameFirstName "Johannes Martinus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Bommel"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_f5974dcc-e62a-3ee7-fed1-4363b761587f_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1947" ;
    a2a:Month "3" ;
    a2a:Day "28" ;
    rdfs:label "1947-03-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch"
  ] .

oa:relationep_bhi_f5974dcc-e62a-3ee7-fed1-4363b761587f_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_f5974dcc-e62a-3ee7-fed1-4363b761587f_Person:6eae3150-bdfa-7b66-08d0-70921bd402c2 ;
  a2a:EventKeyRef oa:event_bhi_f5974dcc-e62a-3ee7-fed1-4363b761587f_Event1 .

oa:relationep_bhi_f5974dcc-e62a-3ee7-fed1-4363b761587f_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_f5974dcc-e62a-3ee7-fed1-4363b761587f_Person:96359620-d0b2-aed2-fcc9-eb390b7c3769 ;
  a2a:EventKeyRef oa:event_bhi_f5974dcc-e62a-3ee7-fed1-4363b761587f_Event1 .

oa:relationep_bhi_f5974dcc-e62a-3ee7-fed1-4363b761587f_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_f5974dcc-e62a-3ee7-fed1-4363b761587f_Person:cbdd38c3-fc97-eeaa-73fe-0ea3ed45b503 ;
  a2a:EventKeyRef oa:event_bhi_f5974dcc-e62a-3ee7-fed1-4363b761587f_Event1 .

oa:source_bhi_f5974dcc-e62a-3ee7-fed1-4363b761587f
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1947-03-29 - 1947-03-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1947-03-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1947-03-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1947" ;
    a2a:Month "3" ;
    a2a:Day "29" ;
    rdfs:label "1947-03-29"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3117, Periode: 1947" ;
    a2a:Book "Overlijdensregister 's-Hertogenbosch 1947" ;
    a2a:DocumentNumber "261" ;
    a2a:RegistryNumber "3117" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3117, Periode: 1947, Overlijdensregister 's-Hertogenbosch 1947, 261, 3117"
  ] ;
  a2a:SourceLastChangeDate "2018-11-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/f5974dcc-e62a-3ee7-fed1-4363b761587f" ;
  a2a:RecordGUID "{f5974dcc-e62a-3ee7-fed1-4363b761587f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240413_720_00000720.xml van BHI" .

