@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_68e73096-ab89-cbb1-dc2b-dfc71ae2c0e2
  a a2a:Record ;
  rdfs:label "Overlijden op 28 februari 1928 te Budel" ;
  a2a:hasPerson oa:person_bhi_68e73096-ab89-cbb1-dc2b-dfc71ae2c0e2_Person-d771dc8d-04ea-ad3c-a48d-24e00cd706d1, oa:person_bhi_68e73096-ab89-cbb1-dc2b-dfc71ae2c0e2_Person-b5cf911a-d296-73cf-0018-80f9bc791262, oa:person_bhi_68e73096-ab89-cbb1-dc2b-dfc71ae2c0e2_Person-66a55cd4-0a65-38f2-4d89-353c5be88ee5 ;
  a2a:hasEvent oa:event_bhi_68e73096-ab89-cbb1-dc2b-dfc71ae2c0e2_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_68e73096-ab89-cbb1-dc2b-dfc71ae2c0e2_0, oa:relationep_bhi_68e73096-ab89-cbb1-dc2b-dfc71ae2c0e2_1, oa:relationep_bhi_68e73096-ab89-cbb1-dc2b-dfc71ae2c0e2_2 ;
  a2a:hasSource oa:source_bhi_68e73096-ab89-cbb1-dc2b-dfc71ae2c0e2 .

oa:person_bhi_68e73096-ab89-cbb1-dc2b-dfc71ae2c0e2_Person-d771dc8d-04ea-ad3c-a48d-24e00cd706d1
  a a2a:Person ;
  rdfs:label "Irma Labbé" ;
  a2a:PersonName [
    rdfs:label "Irma Labbé" ;
    a2a:PersonNameFirstName "Irma" ;
    a2a:PersonNameLastName "Labbé"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_68e73096-ab89-cbb1-dc2b-dfc71ae2c0e2_Person-b5cf911a-d296-73cf-0018-80f9bc791262
  a a2a:Person ;
  rdfs:label "Clara Chasseur" ;
  a2a:PersonName [
    rdfs:label "Clara Chasseur" ;
    a2a:PersonNameFirstName "Clara" ;
    a2a:PersonNameLastName "Chasseur"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_68e73096-ab89-cbb1-dc2b-dfc71ae2c0e2_Person-66a55cd4-0a65-38f2-4d89-353c5be88ee5
  a a2a:Person ;
  rdfs:label "Adolphe Labbé" ;
  a2a:PersonName [
    rdfs:label "Adolphe Labbé" ;
    a2a:PersonNameFirstName "Adolphe" ;
    a2a:PersonNameLastName "Labbé"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_68e73096-ab89-cbb1-dc2b-dfc71ae2c0e2_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1928" ;
    a2a:Month "2" ;
    a2a:Day "28" ;
    rdfs:label "1928-02-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Budel" ;
    rdfs:label "Budel"
  ] .

oa:relationep_bhi_68e73096-ab89-cbb1-dc2b-dfc71ae2c0e2_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_68e73096-ab89-cbb1-dc2b-dfc71ae2c0e2_Person:d771dc8d-04ea-ad3c-a48d-24e00cd706d1 ;
  a2a:EventKeyRef oa:event_bhi_68e73096-ab89-cbb1-dc2b-dfc71ae2c0e2_Event1 .

oa:relationep_bhi_68e73096-ab89-cbb1-dc2b-dfc71ae2c0e2_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_68e73096-ab89-cbb1-dc2b-dfc71ae2c0e2_Person:b5cf911a-d296-73cf-0018-80f9bc791262 ;
  a2a:EventKeyRef oa:event_bhi_68e73096-ab89-cbb1-dc2b-dfc71ae2c0e2_Event1 .

oa:relationep_bhi_68e73096-ab89-cbb1-dc2b-dfc71ae2c0e2_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_68e73096-ab89-cbb1-dc2b-dfc71ae2c0e2_Person:66a55cd4-0a65-38f2-4d89-353c5be88ee5 ;
  a2a:EventKeyRef oa:event_bhi_68e73096-ab89-cbb1-dc2b-dfc71ae2c0e2_Event1 .

oa:source_bhi_68e73096-ab89-cbb1-dc2b-dfc71ae2c0e2
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Budel" ;
    rdfs:label "Budel", "1928-02-29 - 1928-02-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1928-02-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1928-02-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1928" ;
    a2a:Month "2" ;
    a2a:Day "29" ;
    rdfs:label "1928-02-29"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 581, Periode: 1928" ;
    a2a:Book "Overlijdensregister Budel 1928" ;
    a2a:DocumentNumber "13" ;
    a2a:RegistryNumber "581" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 581, Periode: 1928, Overlijdensregister Budel 1928, 13, 581"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/8aedd97a-bbf8-af2b-b731-fb6b6f211f19.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/8aedd97a-bbf8-af2b-b731-fb6b6f211f19.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-01-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/68e73096-ab89-cbb1-dc2b-dfc71ae2c0e2" ;
  a2a:RecordGUID "{68e73096-ab89-cbb1-dc2b-dfc71ae2c0e2}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240316_49_00000049.xml van BHI" .

