@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_034cab48-a80c-2dab-cec4-01aa53a2b7f5
  a a2a:Record ;
  rdfs:label "Overlijden op 8 januari 1953 te Tilburg" ;
  a2a:hasPerson oa:person_bhi_034cab48-a80c-2dab-cec4-01aa53a2b7f5_Person-31248974-3ef9-3152-1468-bd253ef326ec, oa:person_bhi_034cab48-a80c-2dab-cec4-01aa53a2b7f5_Person-74403071-febe-033b-e16b-c7cde0a9b9ca, oa:person_bhi_034cab48-a80c-2dab-cec4-01aa53a2b7f5_Person-e1636303-0179-f643-a6ef-4fa9ced2185f ;
  a2a:hasEvent oa:event_bhi_034cab48-a80c-2dab-cec4-01aa53a2b7f5_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_034cab48-a80c-2dab-cec4-01aa53a2b7f5_0, oa:relationep_bhi_034cab48-a80c-2dab-cec4-01aa53a2b7f5_1, oa:relationep_bhi_034cab48-a80c-2dab-cec4-01aa53a2b7f5_2 ;
  a2a:hasSource oa:source_bhi_034cab48-a80c-2dab-cec4-01aa53a2b7f5 .

oa:person_bhi_034cab48-a80c-2dab-cec4-01aa53a2b7f5_Person-31248974-3ef9-3152-1468-bd253ef326ec
  a a2a:Person ;
  rdfs:label "Petrus Jacobs" ;
  a2a:PersonName [
    rdfs:label "Petrus Jacobs" ;
    a2a:PersonNameFirstName "Petrus" ;
    a2a:PersonNameLastName "Jacobs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_034cab48-a80c-2dab-cec4-01aa53a2b7f5_Person-74403071-febe-033b-e16b-c7cde0a9b9ca
  a a2a:Person ;
  rdfs:label "Maria Pieternella van de Wijngaart" ;
  a2a:PersonName [
    rdfs:label "Maria Pieternella van de Wijngaart" ;
    a2a:PersonNameFirstName "Maria Pieternella" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Wijngaart"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_034cab48-a80c-2dab-cec4-01aa53a2b7f5_Person-e1636303-0179-f643-a6ef-4fa9ced2185f
  a a2a:Person ;
  rdfs:label "Adrianus Hendriekus Jacobus Jacobs" ;
  a2a:PersonName [
    rdfs:label "Adrianus Hendriekus Jacobus Jacobs" ;
    a2a:PersonNameFirstName "Adrianus Hendriekus Jacobus" ;
    a2a:PersonNameLastName "Jacobs"
  ] ;
  a2a:Gender "Man" .

oa:event_bhi_034cab48-a80c-2dab-cec4-01aa53a2b7f5_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1953" ;
    a2a:Month "1" ;
    a2a:Day "8" ;
    rdfs:label "1953-01-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_bhi_034cab48-a80c-2dab-cec4-01aa53a2b7f5_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_034cab48-a80c-2dab-cec4-01aa53a2b7f5_Person:31248974-3ef9-3152-1468-bd253ef326ec ;
  a2a:EventKeyRef oa:event_bhi_034cab48-a80c-2dab-cec4-01aa53a2b7f5_Event1 .

oa:relationep_bhi_034cab48-a80c-2dab-cec4-01aa53a2b7f5_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_034cab48-a80c-2dab-cec4-01aa53a2b7f5_Person:74403071-febe-033b-e16b-c7cde0a9b9ca ;
  a2a:EventKeyRef oa:event_bhi_034cab48-a80c-2dab-cec4-01aa53a2b7f5_Event1 .

oa:relationep_bhi_034cab48-a80c-2dab-cec4-01aa53a2b7f5_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_034cab48-a80c-2dab-cec4-01aa53a2b7f5_Person:e1636303-0179-f643-a6ef-4fa9ced2185f ;
  a2a:EventKeyRef oa:event_bhi_034cab48-a80c-2dab-cec4-01aa53a2b7f5_Event1 .

oa:source_bhi_034cab48-a80c-2dab-cec4-01aa53a2b7f5
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1953-01-08 - 1953-01-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1953-01-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1953-01-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1953" ;
    a2a:Month "1" ;
    a2a:Day "8" ;
    rdfs:label "1953-01-08"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 4447, Periode: 1953" ;
    a2a:Book "Overlijdensregister Tilburg 1953" ;
    a2a:DocumentNumber "20" ;
    a2a:RegistryNumber "4447" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 4447, Periode: 1953, Overlijdensregister Tilburg 1953, 20, 4447"
  ] ;
  a2a:SourceLastChangeDate "2020-11-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/034cab48-a80c-2dab-cec4-01aa53a2b7f5" ;
  a2a:RecordGUID "{034cab48-a80c-2dab-cec4-01aa53a2b7f5}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231208_81592_00081592.xml van BHI" .

