@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_5ed317ed-6f78-e577-8d4e-71ea0bd14f9e
  a a2a:Record ;
  rdfs:label "Overlijden op 30 augustus 1972 te Tilburg" ;
  a2a:hasPerson oa:person_bhi_5ed317ed-6f78-e577-8d4e-71ea0bd14f9e_Person-1c898a2f-92ea-e57b-cba9-67661c00d7da, oa:person_bhi_5ed317ed-6f78-e577-8d4e-71ea0bd14f9e_Person-76851178-8098-861f-465b-4ad851b4bc34, oa:person_bhi_5ed317ed-6f78-e577-8d4e-71ea0bd14f9e_Person-abfdb07b-3640-8ac3-fd66-63482ef28fbe, oa:person_bhi_5ed317ed-6f78-e577-8d4e-71ea0bd14f9e_Person-2513be09-600d-2480-c207-1785da640409 ;
  a2a:hasEvent oa:event_bhi_5ed317ed-6f78-e577-8d4e-71ea0bd14f9e_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_5ed317ed-6f78-e577-8d4e-71ea0bd14f9e_0, oa:relationep_bhi_5ed317ed-6f78-e577-8d4e-71ea0bd14f9e_1, oa:relationep_bhi_5ed317ed-6f78-e577-8d4e-71ea0bd14f9e_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_5ed317ed-6f78-e577-8d4e-71ea0bd14f9e_0 ;
  a2a:hasSource oa:source_bhi_5ed317ed-6f78-e577-8d4e-71ea0bd14f9e .

oa:person_bhi_5ed317ed-6f78-e577-8d4e-71ea0bd14f9e_Person-1c898a2f-92ea-e57b-cba9-67661c00d7da
  a a2a:Person ;
  rdfs:label "Catharina Joanna Maria Teurlings" ;
  a2a:PersonName [
    rdfs:label "Catharina Joanna Maria Teurlings" ;
    a2a:PersonNameFirstName "Catharina Joanna Maria" ;
    a2a:PersonNameLastName "Teurlings"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_5ed317ed-6f78-e577-8d4e-71ea0bd14f9e_Person-76851178-8098-861f-465b-4ad851b4bc34
  a a2a:Person ;
  rdfs:label "Antonius Aloijsius Maria Vlems" ;
  a2a:PersonName [
    rdfs:label "Antonius Aloijsius Maria Vlems" ;
    a2a:PersonNameFirstName "Antonius Aloijsius Maria" ;
    a2a:PersonNameLastName "Vlems"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_5ed317ed-6f78-e577-8d4e-71ea0bd14f9e_Person-abfdb07b-3640-8ac3-fd66-63482ef28fbe
  a a2a:Person ;
  rdfs:label "Elisabeth van Engeland" ;
  a2a:PersonName [
    rdfs:label "Elisabeth van Engeland" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Engeland"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_5ed317ed-6f78-e577-8d4e-71ea0bd14f9e_Person-2513be09-600d-2480-c207-1785da640409
  a a2a:Person ;
  rdfs:label "Leonardus Vlems" ;
  a2a:PersonName [
    rdfs:label "Leonardus Vlems" ;
    a2a:PersonNameFirstName "Leonardus" ;
    a2a:PersonNameLastName "Vlems"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_5ed317ed-6f78-e577-8d4e-71ea0bd14f9e_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1972" ;
    a2a:Month "8" ;
    a2a:Day "30" ;
    rdfs:label "1972-08-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_bhi_5ed317ed-6f78-e577-8d4e-71ea0bd14f9e_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_5ed317ed-6f78-e577-8d4e-71ea0bd14f9e_Person:76851178-8098-861f-465b-4ad851b4bc34 ;
  a2a:EventKeyRef oa:event_bhi_5ed317ed-6f78-e577-8d4e-71ea0bd14f9e_Event1 .

oa:relationep_bhi_5ed317ed-6f78-e577-8d4e-71ea0bd14f9e_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_5ed317ed-6f78-e577-8d4e-71ea0bd14f9e_Person:abfdb07b-3640-8ac3-fd66-63482ef28fbe ;
  a2a:EventKeyRef oa:event_bhi_5ed317ed-6f78-e577-8d4e-71ea0bd14f9e_Event1 .

oa:relationep_bhi_5ed317ed-6f78-e577-8d4e-71ea0bd14f9e_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_5ed317ed-6f78-e577-8d4e-71ea0bd14f9e_Person:2513be09-600d-2480-c207-1785da640409 ;
  a2a:EventKeyRef oa:event_bhi_5ed317ed-6f78-e577-8d4e-71ea0bd14f9e_Event1 .

oa:relationpp_bhi_5ed317ed-6f78-e577-8d4e-71ea0bd14f9e_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_5ed317ed-6f78-e577-8d4e-71ea0bd14f9e_Person:76851178-8098-861f-465b-4ad851b4bc34, oa:person_bhi_5ed317ed-6f78-e577-8d4e-71ea0bd14f9e_Person:1c898a2f-92ea-e57b-cba9-67661c00d7da .

oa:source_bhi_5ed317ed-6f78-e577-8d4e-71ea0bd14f9e
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1972-08-31 - 1972-08-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1972-08-31"^^xsd:date ;
    a2a:SourceIndexDateTo "1972-08-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1972" ;
    a2a:Month "8" ;
    a2a:Day "31" ;
    rdfs:label "1972-08-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 4006, Periode: 1972" ;
    a2a:Book "Overlijdensregister Tilburg 1972" ;
    a2a:DocumentNumber "969" ;
    a2a:RegistryNumber "4006" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 4006, Periode: 1972, Overlijdensregister Tilburg 1972, 969, 4006"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/88e9cba9-8c0f-1ccc-b26c-a00764061ab6.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/88e9cba9-8c0f-1ccc-b26c-a00764061ab6.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-02-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/5ed317ed-6f78-e577-8d4e-71ea0bd14f9e" ;
  a2a:RecordGUID "{5ed317ed-6f78-e577-8d4e-71ea0bd14f9e}" ;
  a2a:SourceRemarkdeel "4006" ;
  a2a:SourceRemarkregister_periode "1972" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250607_195_00000195.xml van BHI" .

[] a2a:PersonRemarkdatum_overlijden "1972-08-30" .
