@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_0bc29e19-5d46-e40e-6cd9-a5a0e3f74a69
  a a2a:Record ;
  rdfs:label "Overlijden op 25 oktober 1947 te Helmond" ;
  a2a:hasPerson oa:person_bhi_0bc29e19-5d46-e40e-6cd9-a5a0e3f74a69_Person-f3a40f25-0bb4-80a2-3e55-dc9b8b0d077b, oa:person_bhi_0bc29e19-5d46-e40e-6cd9-a5a0e3f74a69_Person-0feafb19-f234-000c-47bc-195e2a950983, oa:person_bhi_0bc29e19-5d46-e40e-6cd9-a5a0e3f74a69_Person-c907e9c9-ac61-0c3e-21bf-435028b27972, oa:person_bhi_0bc29e19-5d46-e40e-6cd9-a5a0e3f74a69_Person-45b81d80-5e8b-8d13-4e17-83febb0b6ca6 ;
  a2a:hasEvent oa:event_bhi_0bc29e19-5d46-e40e-6cd9-a5a0e3f74a69_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_0bc29e19-5d46-e40e-6cd9-a5a0e3f74a69_0, oa:relationep_bhi_0bc29e19-5d46-e40e-6cd9-a5a0e3f74a69_1, oa:relationep_bhi_0bc29e19-5d46-e40e-6cd9-a5a0e3f74a69_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_0bc29e19-5d46-e40e-6cd9-a5a0e3f74a69_0 ;
  a2a:hasSource oa:source_bhi_0bc29e19-5d46-e40e-6cd9-a5a0e3f74a69 .

oa:person_bhi_0bc29e19-5d46-e40e-6cd9-a5a0e3f74a69_Person-f3a40f25-0bb4-80a2-3e55-dc9b8b0d077b
  a a2a:Person ;
  rdfs:label "Herta Josefa Maria Rath" ;
  a2a:PersonName [
    rdfs:label "Herta Josefa Maria Rath" ;
    a2a:PersonNameFirstName "Herta Josefa Maria" ;
    a2a:PersonNameLastName "Rath"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_0bc29e19-5d46-e40e-6cd9-a5a0e3f74a69_Person-0feafb19-f234-000c-47bc-195e2a950983
  a a2a:Person ;
  rdfs:label "Christine Ladra" ;
  a2a:PersonName [
    rdfs:label "Christine Ladra" ;
    a2a:PersonNameFirstName "Christine" ;
    a2a:PersonNameLastName "Ladra"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0bc29e19-5d46-e40e-6cd9-a5a0e3f74a69_Person-c907e9c9-ac61-0c3e-21bf-435028b27972
  a a2a:Person ;
  rdfs:label "Josef Rath" ;
  a2a:PersonName [
    rdfs:label "Josef Rath" ;
    a2a:PersonNameFirstName "Josef" ;
    a2a:PersonNameLastName "Rath"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0bc29e19-5d46-e40e-6cd9-a5a0e3f74a69_Person-45b81d80-5e8b-8d13-4e17-83febb0b6ca6
  a a2a:Person ;
  rdfs:label "Hubertus Johannes Evenwel" ;
  a2a:PersonName [
    rdfs:label "Hubertus Johannes Evenwel" ;
    a2a:PersonNameFirstName "Hubertus Johannes" ;
    a2a:PersonNameLastName "Evenwel"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_0bc29e19-5d46-e40e-6cd9-a5a0e3f74a69_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1947" ;
    a2a:Month "10" ;
    a2a:Day "25" ;
    rdfs:label "1947-10-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Helmond" ;
    rdfs:label "Helmond"
  ] .

oa:relationep_bhi_0bc29e19-5d46-e40e-6cd9-a5a0e3f74a69_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_0bc29e19-5d46-e40e-6cd9-a5a0e3f74a69_Person:f3a40f25-0bb4-80a2-3e55-dc9b8b0d077b ;
  a2a:EventKeyRef oa:event_bhi_0bc29e19-5d46-e40e-6cd9-a5a0e3f74a69_Event1 .

oa:relationep_bhi_0bc29e19-5d46-e40e-6cd9-a5a0e3f74a69_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_0bc29e19-5d46-e40e-6cd9-a5a0e3f74a69_Person:0feafb19-f234-000c-47bc-195e2a950983 ;
  a2a:EventKeyRef oa:event_bhi_0bc29e19-5d46-e40e-6cd9-a5a0e3f74a69_Event1 .

oa:relationep_bhi_0bc29e19-5d46-e40e-6cd9-a5a0e3f74a69_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_0bc29e19-5d46-e40e-6cd9-a5a0e3f74a69_Person:c907e9c9-ac61-0c3e-21bf-435028b27972 ;
  a2a:EventKeyRef oa:event_bhi_0bc29e19-5d46-e40e-6cd9-a5a0e3f74a69_Event1 .

oa:relationpp_bhi_0bc29e19-5d46-e40e-6cd9-a5a0e3f74a69_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_0bc29e19-5d46-e40e-6cd9-a5a0e3f74a69_Person:f3a40f25-0bb4-80a2-3e55-dc9b8b0d077b, oa:person_bhi_0bc29e19-5d46-e40e-6cd9-a5a0e3f74a69_Person:45b81d80-5e8b-8d13-4e17-83febb0b6ca6 .

oa:source_bhi_0bc29e19-5d46-e40e-6cd9-a5a0e3f74a69
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Helmond" ;
    rdfs:label "Helmond", "1947-10-25 - 1947-10-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1947-10-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1947-10-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1947" ;
    a2a:Month "10" ;
    a2a:Day "25" ;
    rdfs:label "1947-10-25"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3101, Periode: 1947" ;
    a2a:Book "Overlijdensregister Helmond 1947" ;
    a2a:DocumentNumber "309" ;
    a2a:RegistryNumber "3101" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3101, Periode: 1947, Overlijdensregister Helmond 1947, 309, 3101"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/e17739b4-0b66-b8f0-043e-1a4a3b59e7a2.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/e17739b4-0b66-b8f0-043e-1a4a3b59e7a2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-06-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/0bc29e19-5d46-e40e-6cd9-a5a0e3f74a69" ;
  a2a:RecordGUID "{0bc29e19-5d46-e40e-6cd9-a5a0e3f74a69}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240819_122_00000122.xml van BHI" .

