@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_3cc159e3-2d8f-9f05-eaa6-2fbc01a98f9a
  a a2a:Record ;
  rdfs:label "Overlijden op 10 februari 1973 te Tilburg" ;
  a2a:hasPerson oa:person_bhi_3cc159e3-2d8f-9f05-eaa6-2fbc01a98f9a_Person-acfbe03f-cd71-bbd2-b9ef-2560caac84f6, oa:person_bhi_3cc159e3-2d8f-9f05-eaa6-2fbc01a98f9a_Person-df68b338-76ac-052e-f1b8-ae1d782b8913, oa:person_bhi_3cc159e3-2d8f-9f05-eaa6-2fbc01a98f9a_Person-fff822b8-2f0f-b06f-c329-bf6f20915aee, oa:person_bhi_3cc159e3-2d8f-9f05-eaa6-2fbc01a98f9a_Person-95d32e84-746d-8299-7466-927afd8fb2f1 ;
  a2a:hasEvent oa:event_bhi_3cc159e3-2d8f-9f05-eaa6-2fbc01a98f9a_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_3cc159e3-2d8f-9f05-eaa6-2fbc01a98f9a_0, oa:relationep_bhi_3cc159e3-2d8f-9f05-eaa6-2fbc01a98f9a_1, oa:relationep_bhi_3cc159e3-2d8f-9f05-eaa6-2fbc01a98f9a_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_3cc159e3-2d8f-9f05-eaa6-2fbc01a98f9a_0 ;
  a2a:hasSource oa:source_bhi_3cc159e3-2d8f-9f05-eaa6-2fbc01a98f9a .

oa:person_bhi_3cc159e3-2d8f-9f05-eaa6-2fbc01a98f9a_Person-acfbe03f-cd71-bbd2-b9ef-2560caac84f6
  a a2a:Person ;
  rdfs:label "Laurentius Franciscus van Doormaal" ;
  a2a:PersonName [
    rdfs:label "Laurentius Franciscus van Doormaal" ;
    a2a:PersonNameFirstName "Laurentius Franciscus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Doormaal"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_3cc159e3-2d8f-9f05-eaa6-2fbc01a98f9a_Person-df68b338-76ac-052e-f1b8-ae1d782b8913
  a a2a:Person ;
  rdfs:label "Henrica Maria Petronella van Oort" ;
  a2a:PersonName [
    rdfs:label "Henrica Maria Petronella van Oort" ;
    a2a:PersonNameFirstName "Henrica Maria Petronella" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Oort"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_3cc159e3-2d8f-9f05-eaa6-2fbc01a98f9a_Person-fff822b8-2f0f-b06f-c329-bf6f20915aee
  a a2a:Person ;
  rdfs:label "Adriana Nooijens" ;
  a2a:PersonName [
    rdfs:label "Adriana Nooijens" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNameLastName "Nooijens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_3cc159e3-2d8f-9f05-eaa6-2fbc01a98f9a_Person-95d32e84-746d-8299-7466-927afd8fb2f1
  a a2a:Person ;
  rdfs:label "Johannes Cornelis van Oort" ;
  a2a:PersonName [
    rdfs:label "Johannes Cornelis van Oort" ;
    a2a:PersonNameFirstName "Johannes Cornelis" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Oort"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_3cc159e3-2d8f-9f05-eaa6-2fbc01a98f9a_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1973" ;
    a2a:Month "2" ;
    a2a:Day "10" ;
    rdfs:label "1973-02-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_bhi_3cc159e3-2d8f-9f05-eaa6-2fbc01a98f9a_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_3cc159e3-2d8f-9f05-eaa6-2fbc01a98f9a_Person:df68b338-76ac-052e-f1b8-ae1d782b8913 ;
  a2a:EventKeyRef oa:event_bhi_3cc159e3-2d8f-9f05-eaa6-2fbc01a98f9a_Event1 .

oa:relationep_bhi_3cc159e3-2d8f-9f05-eaa6-2fbc01a98f9a_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_3cc159e3-2d8f-9f05-eaa6-2fbc01a98f9a_Person:fff822b8-2f0f-b06f-c329-bf6f20915aee ;
  a2a:EventKeyRef oa:event_bhi_3cc159e3-2d8f-9f05-eaa6-2fbc01a98f9a_Event1 .

oa:relationep_bhi_3cc159e3-2d8f-9f05-eaa6-2fbc01a98f9a_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_3cc159e3-2d8f-9f05-eaa6-2fbc01a98f9a_Person:95d32e84-746d-8299-7466-927afd8fb2f1 ;
  a2a:EventKeyRef oa:event_bhi_3cc159e3-2d8f-9f05-eaa6-2fbc01a98f9a_Event1 .

oa:relationpp_bhi_3cc159e3-2d8f-9f05-eaa6-2fbc01a98f9a_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_3cc159e3-2d8f-9f05-eaa6-2fbc01a98f9a_Person:df68b338-76ac-052e-f1b8-ae1d782b8913, oa:person_bhi_3cc159e3-2d8f-9f05-eaa6-2fbc01a98f9a_Person:acfbe03f-cd71-bbd2-b9ef-2560caac84f6 .

oa:source_bhi_3cc159e3-2d8f-9f05-eaa6-2fbc01a98f9a
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1973-02-12 - 1973-02-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1973-02-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1973-02-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1973" ;
    a2a:Month "2" ;
    a2a:Day "12" ;
    rdfs:label "1973-02-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 4008, Periode: 1973" ;
    a2a:Book "Overlijdensregister Tilburg 1973" ;
    a2a:DocumentNumber "220" ;
    a2a:RegistryNumber "4008" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 4008, Periode: 1973, Overlijdensregister Tilburg 1973, 220, 4008"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/7b096a90-3ef1-6ab6-82ad-716245e72272.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/7b096a90-3ef1-6ab6-82ad-716245e72272.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-02-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/3cc159e3-2d8f-9f05-eaa6-2fbc01a98f9a" ;
  a2a:RecordGUID "{3cc159e3-2d8f-9f05-eaa6-2fbc01a98f9a}" ;
  a2a:SourceRemarkdeel "4008" ;
  a2a:SourceRemarkregister_periode "1973" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250607_428_00000428.xml van BHI" .

[] a2a:PersonRemarkdatum_overlijden "1973-02-10" .
