@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_e2ddb45c-8c43-a1ea-dc27-e7a0bb6da269
  a a2a:Record ;
  rdfs:label "Overlijden op 7 april 1906 te Tilburg" ;
  a2a:hasPerson oa:person_bhi_e2ddb45c-8c43-a1ea-dc27-e7a0bb6da269_Person-e7cffa1e-c231-a8e1-e8ff-be6241a54402, oa:person_bhi_e2ddb45c-8c43-a1ea-dc27-e7a0bb6da269_Person-67df2efb-a4a8-35a1-5313-c2735ba527c3, oa:person_bhi_e2ddb45c-8c43-a1ea-dc27-e7a0bb6da269_Person-55681a80-78f7-0f65-1788-efd4768973a5 ;
  a2a:hasEvent oa:event_bhi_e2ddb45c-8c43-a1ea-dc27-e7a0bb6da269_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_e2ddb45c-8c43-a1ea-dc27-e7a0bb6da269_0, oa:relationep_bhi_e2ddb45c-8c43-a1ea-dc27-e7a0bb6da269_1, oa:relationep_bhi_e2ddb45c-8c43-a1ea-dc27-e7a0bb6da269_2 ;
  a2a:hasSource oa:source_bhi_e2ddb45c-8c43-a1ea-dc27-e7a0bb6da269 .

oa:person_bhi_e2ddb45c-8c43-a1ea-dc27-e7a0bb6da269_Person-e7cffa1e-c231-a8e1-e8ff-be6241a54402
  a a2a:Person ;
  rdfs:label "N.N. Ooms" ;
  a2a:PersonName [
    rdfs:label "N.N. Ooms" ;
    a2a:PersonNameFirstName "N.N." ;
    a2a:PersonNameLastName "Ooms"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_e2ddb45c-8c43-a1ea-dc27-e7a0bb6da269_Person-67df2efb-a4a8-35a1-5313-c2735ba527c3
  a a2a:Person ;
  rdfs:label "Constance Maria Broeckx" ;
  a2a:PersonName [
    rdfs:label "Constance Maria Broeckx" ;
    a2a:PersonNameFirstName "Constance Maria" ;
    a2a:PersonNameLastName "Broeckx"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e2ddb45c-8c43-a1ea-dc27-e7a0bb6da269_Person-55681a80-78f7-0f65-1788-efd4768973a5
  a a2a:Person ;
  rdfs:label "Franciscus Ooms" ;
  a2a:PersonName [
    rdfs:label "Franciscus Ooms" ;
    a2a:PersonNameFirstName "Franciscus" ;
    a2a:PersonNameLastName "Ooms"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_e2ddb45c-8c43-a1ea-dc27-e7a0bb6da269_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1906" ;
    a2a:Month "4" ;
    a2a:Day "7" ;
    rdfs:label "1906-04-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_bhi_e2ddb45c-8c43-a1ea-dc27-e7a0bb6da269_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_e2ddb45c-8c43-a1ea-dc27-e7a0bb6da269_Person:e7cffa1e-c231-a8e1-e8ff-be6241a54402 ;
  a2a:EventKeyRef oa:event_bhi_e2ddb45c-8c43-a1ea-dc27-e7a0bb6da269_Event1 .

oa:relationep_bhi_e2ddb45c-8c43-a1ea-dc27-e7a0bb6da269_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_e2ddb45c-8c43-a1ea-dc27-e7a0bb6da269_Person:67df2efb-a4a8-35a1-5313-c2735ba527c3 ;
  a2a:EventKeyRef oa:event_bhi_e2ddb45c-8c43-a1ea-dc27-e7a0bb6da269_Event1 .

oa:relationep_bhi_e2ddb45c-8c43-a1ea-dc27-e7a0bb6da269_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_e2ddb45c-8c43-a1ea-dc27-e7a0bb6da269_Person:55681a80-78f7-0f65-1788-efd4768973a5 ;
  a2a:EventKeyRef oa:event_bhi_e2ddb45c-8c43-a1ea-dc27-e7a0bb6da269_Event1 .

oa:source_bhi_e2ddb45c-8c43-a1ea-dc27-e7a0bb6da269
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1906-04-09 - 1906-04-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1906-04-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1906-04-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1906" ;
    a2a:Month "4" ;
    a2a:Day "9" ;
    rdfs:label "1906-04-09"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3184, Periode: 1906" ;
    a2a:Book "Overlijdensregister Tilburg 1906" ;
    a2a:DocumentNumber "215" ;
    a2a:RegistryNumber "3184" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3184, Periode: 1906, Overlijdensregister Tilburg 1906, 215, 3184"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/ea36e897-f425-5745-3171-76fadc1ec1d5.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/ea36e897-f425-5745-3171-76fadc1ec1d5.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-10-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/e2ddb45c-8c43-a1ea-dc27-e7a0bb6da269" ;
  a2a:RecordGUID "{e2ddb45c-8c43-a1ea-dc27-e7a0bb6da269}" ;
  a2a:SourceRemarkOpmerking "Levenloos kind." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_79525_00079525.xml van BHI" .

