@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_4851e828-eaeb-c56f-60ca-ea4ff75ab4fd
  a a2a:Record ;
  rdfs:label "Overlijden op 25 november 1946 te Tilburg" ;
  a2a:hasPerson oa:person_bhi_4851e828-eaeb-c56f-60ca-ea4ff75ab4fd_Person-61b6b0b7-67b8-9677-584e-d2bd11cf5fbf, oa:person_bhi_4851e828-eaeb-c56f-60ca-ea4ff75ab4fd_Person-2d0c2190-24aa-1d22-e316-68aac4ece0bf, oa:person_bhi_4851e828-eaeb-c56f-60ca-ea4ff75ab4fd_Person-60e96d6d-7059-b594-37aa-667a26c11d01, oa:person_bhi_4851e828-eaeb-c56f-60ca-ea4ff75ab4fd_Person-c042d64b-edd4-0b04-a4ee-6d5eba2ff6f4 ;
  a2a:hasEvent oa:event_bhi_4851e828-eaeb-c56f-60ca-ea4ff75ab4fd_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_4851e828-eaeb-c56f-60ca-ea4ff75ab4fd_0, oa:relationep_bhi_4851e828-eaeb-c56f-60ca-ea4ff75ab4fd_1, oa:relationep_bhi_4851e828-eaeb-c56f-60ca-ea4ff75ab4fd_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_4851e828-eaeb-c56f-60ca-ea4ff75ab4fd_0 ;
  a2a:hasSource oa:source_bhi_4851e828-eaeb-c56f-60ca-ea4ff75ab4fd .

oa:person_bhi_4851e828-eaeb-c56f-60ca-ea4ff75ab4fd_Person-61b6b0b7-67b8-9677-584e-d2bd11cf5fbf
  a a2a:Person ;
  rdfs:label "Adrianus Marinus de Jongh" ;
  a2a:PersonName [
    rdfs:label "Adrianus Marinus de Jongh" ;
    a2a:PersonNameFirstName "Adrianus Marinus" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Jongh"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_4851e828-eaeb-c56f-60ca-ea4ff75ab4fd_Person-2d0c2190-24aa-1d22-e316-68aac4ece0bf
  a a2a:Person ;
  rdfs:label "Allegonda Maria Ilmer" ;
  a2a:PersonName [
    rdfs:label "Allegonda Maria Ilmer" ;
    a2a:PersonNameFirstName "Allegonda Maria" ;
    a2a:PersonNameLastName "Ilmer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_4851e828-eaeb-c56f-60ca-ea4ff75ab4fd_Person-60e96d6d-7059-b594-37aa-667a26c11d01
  a a2a:Person ;
  rdfs:label "Alida Huiberdina de Jongh" ;
  a2a:PersonName [
    rdfs:label "Alida Huiberdina de Jongh" ;
    a2a:PersonNameFirstName "Alida Huiberdina" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Jongh"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_4851e828-eaeb-c56f-60ca-ea4ff75ab4fd_Person-c042d64b-edd4-0b04-a4ee-6d5eba2ff6f4
  a a2a:Person ;
  rdfs:label "Adrianus Schmitz" ;
  a2a:PersonName [
    rdfs:label "Adrianus Schmitz" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Schmitz"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_4851e828-eaeb-c56f-60ca-ea4ff75ab4fd_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1946" ;
    a2a:Month "11" ;
    a2a:Day "25" ;
    rdfs:label "1946-11-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_bhi_4851e828-eaeb-c56f-60ca-ea4ff75ab4fd_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_4851e828-eaeb-c56f-60ca-ea4ff75ab4fd_Person:61b6b0b7-67b8-9677-584e-d2bd11cf5fbf ;
  a2a:EventKeyRef oa:event_bhi_4851e828-eaeb-c56f-60ca-ea4ff75ab4fd_Event1 .

oa:relationep_bhi_4851e828-eaeb-c56f-60ca-ea4ff75ab4fd_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_4851e828-eaeb-c56f-60ca-ea4ff75ab4fd_Person:2d0c2190-24aa-1d22-e316-68aac4ece0bf ;
  a2a:EventKeyRef oa:event_bhi_4851e828-eaeb-c56f-60ca-ea4ff75ab4fd_Event1 .

oa:relationep_bhi_4851e828-eaeb-c56f-60ca-ea4ff75ab4fd_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_4851e828-eaeb-c56f-60ca-ea4ff75ab4fd_Person:60e96d6d-7059-b594-37aa-667a26c11d01 ;
  a2a:EventKeyRef oa:event_bhi_4851e828-eaeb-c56f-60ca-ea4ff75ab4fd_Event1 .

oa:relationpp_bhi_4851e828-eaeb-c56f-60ca-ea4ff75ab4fd_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_4851e828-eaeb-c56f-60ca-ea4ff75ab4fd_Person:60e96d6d-7059-b594-37aa-667a26c11d01, oa:person_bhi_4851e828-eaeb-c56f-60ca-ea4ff75ab4fd_Person:c042d64b-edd4-0b04-a4ee-6d5eba2ff6f4 .

oa:source_bhi_4851e828-eaeb-c56f-60ca-ea4ff75ab4fd
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1946-11-26 - 1946-11-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1946-11-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1946-11-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1946" ;
    a2a:Month "11" ;
    a2a:Day "26" ;
    rdfs:label "1946-11-26"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3612, Periode: 1946" ;
    a2a:Book "Overlijdensregister Tilburg 1946" ;
    a2a:DocumentNumber "1036" ;
    a2a:RegistryNumber "3612" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3612, Periode: 1946, Overlijdensregister Tilburg 1946, 1036, 3612"
  ] ;
  a2a:SourceLastChangeDate "2020-10-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/4851e828-eaeb-c56f-60ca-ea4ff75ab4fd" ;
  a2a:RecordGUID "{4851e828-eaeb-c56f-60ca-ea4ff75ab4fd}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231208_80153_00080153.xml van BHI" .

