@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_fa46aafe-1fae-ec37-a76c-e8596298cae4
  a a2a:Record ;
  rdfs:label "Overlijden op 26 januari 1971 te Breda" ;
  a2a:hasPerson oa:person_bhi_fa46aafe-1fae-ec37-a76c-e8596298cae4_Person-e815619d-2b52-6d6a-6a40-953a025e9cbf, oa:person_bhi_fa46aafe-1fae-ec37-a76c-e8596298cae4_Person-0f7b5550-5d28-cbdd-ddda-250a9d7496c1, oa:person_bhi_fa46aafe-1fae-ec37-a76c-e8596298cae4_Person-5e9fe34b-7058-9761-30b4-e0504dcce617 ;
  a2a:hasEvent oa:event_bhi_fa46aafe-1fae-ec37-a76c-e8596298cae4_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_fa46aafe-1fae-ec37-a76c-e8596298cae4_0, oa:relationep_bhi_fa46aafe-1fae-ec37-a76c-e8596298cae4_1, oa:relationep_bhi_fa46aafe-1fae-ec37-a76c-e8596298cae4_2 ;
  a2a:hasSource oa:source_bhi_fa46aafe-1fae-ec37-a76c-e8596298cae4 .

oa:person_bhi_fa46aafe-1fae-ec37-a76c-e8596298cae4_Person-e815619d-2b52-6d6a-6a40-953a025e9cbf
  a a2a:Person ;
  rdfs:label "Irene Breuer" ;
  a2a:PersonName [
    rdfs:label "Irene Breuer" ;
    a2a:PersonNameFirstName "Irene" ;
    a2a:PersonNameLastName "Breuer"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_fa46aafe-1fae-ec37-a76c-e8596298cae4_Person-0f7b5550-5d28-cbdd-ddda-250a9d7496c1
  a a2a:Person ;
  rdfs:label "Julia Kerkvoorde" ;
  a2a:PersonName [
    rdfs:label "Julia Kerkvoorde" ;
    a2a:PersonNameFirstName "Julia" ;
    a2a:PersonNameLastName "Kerkvoorde"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_fa46aafe-1fae-ec37-a76c-e8596298cae4_Person-5e9fe34b-7058-9761-30b4-e0504dcce617
  a a2a:Person ;
  rdfs:label "Jacob Breuer" ;
  a2a:PersonName [
    rdfs:label "Jacob Breuer" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Breuer"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_fa46aafe-1fae-ec37-a76c-e8596298cae4_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1971" ;
    a2a:Month "1" ;
    a2a:Day "26" ;
    rdfs:label "1971-01-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_bhi_fa46aafe-1fae-ec37-a76c-e8596298cae4_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_fa46aafe-1fae-ec37-a76c-e8596298cae4_Person:e815619d-2b52-6d6a-6a40-953a025e9cbf ;
  a2a:EventKeyRef oa:event_bhi_fa46aafe-1fae-ec37-a76c-e8596298cae4_Event1 .

oa:relationep_bhi_fa46aafe-1fae-ec37-a76c-e8596298cae4_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_fa46aafe-1fae-ec37-a76c-e8596298cae4_Person:0f7b5550-5d28-cbdd-ddda-250a9d7496c1 ;
  a2a:EventKeyRef oa:event_bhi_fa46aafe-1fae-ec37-a76c-e8596298cae4_Event1 .

oa:relationep_bhi_fa46aafe-1fae-ec37-a76c-e8596298cae4_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_fa46aafe-1fae-ec37-a76c-e8596298cae4_Person:5e9fe34b-7058-9761-30b4-e0504dcce617 ;
  a2a:EventKeyRef oa:event_bhi_fa46aafe-1fae-ec37-a76c-e8596298cae4_Event1 .

oa:source_bhi_fa46aafe-1fae-ec37-a76c-e8596298cae4
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1971-01-28 - 1971-01-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1971-01-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1971-01-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1971" ;
    a2a:Month "1" ;
    a2a:Day "28" ;
    rdfs:label "1971-01-28"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3067, Periode: 1971" ;
    a2a:Book "Overlijdensregister Breda 1971" ;
    a2a:DocumentNumber "117" ;
    a2a:RegistryNumber "3067" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3067, Periode: 1971, Overlijdensregister Breda 1971, 117, 3067"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/3a7b1e7b-403f-6a27-250a-e6136bc77dc8.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/3a7b1e7b-403f-6a27-250a-e6136bc77dc8.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-10-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/fa46aafe-1fae-ec37-a76c-e8596298cae4" ;
  a2a:RecordGUID "{fa46aafe-1fae-ec37-a76c-e8596298cae4}" ;
  a2a:SourceRemarkdeel "3067" ;
  a2a:SourceRemarkregister_periode "1971" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250222_145_00000145.xml van BHI" .

[] a2a:PersonRemarkdatum_overlijden "1971-01-26" .
