@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_e3b23385-c581-2aa4-8669-b42657442b38
  a a2a:Record ;
  rdfs:label "Overlijden op 26 mei 1945 te Eindhoven" ;
  a2a:hasPerson oa:person_bhi_e3b23385-c581-2aa4-8669-b42657442b38_Person-834578ae-90d9-a034-16fa-4504121782a4, oa:person_bhi_e3b23385-c581-2aa4-8669-b42657442b38_Person-99c971b5-d3f6-6cf2-f908-cb748b626c16, oa:person_bhi_e3b23385-c581-2aa4-8669-b42657442b38_Person-fc1e62bd-6ab8-8d53-5d9b-598a9b57a652 ;
  a2a:hasEvent oa:event_bhi_e3b23385-c581-2aa4-8669-b42657442b38_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_e3b23385-c581-2aa4-8669-b42657442b38_0, oa:relationep_bhi_e3b23385-c581-2aa4-8669-b42657442b38_1, oa:relationep_bhi_e3b23385-c581-2aa4-8669-b42657442b38_2 ;
  a2a:hasSource oa:source_bhi_e3b23385-c581-2aa4-8669-b42657442b38 .

oa:person_bhi_e3b23385-c581-2aa4-8669-b42657442b38_Person-834578ae-90d9-a034-16fa-4504121782a4
  a a2a:Person ;
  rdfs:label "Maria Catharina van Bronkhorst" ;
  a2a:PersonName [
    rdfs:label "Maria Catharina van Bronkhorst" ;
    a2a:PersonNameFirstName "Maria Catharina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Bronkhorst"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_e3b23385-c581-2aa4-8669-b42657442b38_Person-99c971b5-d3f6-6cf2-f908-cb748b626c16
  a a2a:Person ;
  rdfs:label "Hendrina Maria Nas" ;
  a2a:PersonName [
    rdfs:label "Hendrina Maria Nas" ;
    a2a:PersonNameFirstName "Hendrina Maria" ;
    a2a:PersonNameLastName "Nas"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e3b23385-c581-2aa4-8669-b42657442b38_Person-fc1e62bd-6ab8-8d53-5d9b-598a9b57a652
  a a2a:Person ;
  rdfs:label "Antonius Petrus van Bronkhorst" ;
  a2a:PersonName [
    rdfs:label "Antonius Petrus van Bronkhorst" ;
    a2a:PersonNameFirstName "Antonius Petrus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Bronkhorst"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_e3b23385-c581-2aa4-8669-b42657442b38_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1945" ;
    a2a:Month "5" ;
    a2a:Day "26" ;
    rdfs:label "1945-05-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Eindhoven" ;
    rdfs:label "Eindhoven"
  ] .

oa:relationep_bhi_e3b23385-c581-2aa4-8669-b42657442b38_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_e3b23385-c581-2aa4-8669-b42657442b38_Person:834578ae-90d9-a034-16fa-4504121782a4 ;
  a2a:EventKeyRef oa:event_bhi_e3b23385-c581-2aa4-8669-b42657442b38_Event1 .

oa:relationep_bhi_e3b23385-c581-2aa4-8669-b42657442b38_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_e3b23385-c581-2aa4-8669-b42657442b38_Person:99c971b5-d3f6-6cf2-f908-cb748b626c16 ;
  a2a:EventKeyRef oa:event_bhi_e3b23385-c581-2aa4-8669-b42657442b38_Event1 .

oa:relationep_bhi_e3b23385-c581-2aa4-8669-b42657442b38_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_e3b23385-c581-2aa4-8669-b42657442b38_Person:fc1e62bd-6ab8-8d53-5d9b-598a9b57a652 ;
  a2a:EventKeyRef oa:event_bhi_e3b23385-c581-2aa4-8669-b42657442b38_Event1 .

oa:source_bhi_e3b23385-c581-2aa4-8669-b42657442b38
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Eindhoven" ;
    rdfs:label "Eindhoven", "1945-05-28 - 1945-05-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1945-05-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1945-05-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1945" ;
    a2a:Month "5" ;
    a2a:Day "28" ;
    rdfs:label "1945-05-28"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 2902, Periode: 1945" ;
    a2a:Book "Overlijdensregister Eindhoven 1945" ;
    a2a:DocumentNumber "700" ;
    a2a:RegistryNumber "2902" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 2902, Periode: 1945, Overlijdensregister Eindhoven 1945, 700, 2902"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/a4faf58a-b54d-e263-9952-c706483ec72b.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/a4faf58a-b54d-e263-9952-c706483ec72b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-08-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/e3b23385-c581-2aa4-8669-b42657442b38" ;
  a2a:RecordGUID "{e3b23385-c581-2aa4-8669-b42657442b38}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240611_239_00000239.xml van BHI" .

