@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_1777e7fd-0333-a5c9-4c7f-e5cc5f0fa65b
  a a2a:Record ;
  rdfs:label "Overlijden op 26 mei 1928 te Wouw" ;
  a2a:hasPerson oa:person_bhi_1777e7fd-0333-a5c9-4c7f-e5cc5f0fa65b_Person-029bf62f-71ce-853c-25b3-f10690aa776c, oa:person_bhi_1777e7fd-0333-a5c9-4c7f-e5cc5f0fa65b_Person-62062db7-7b56-da62-6c6e-c5eb8d1be22f, oa:person_bhi_1777e7fd-0333-a5c9-4c7f-e5cc5f0fa65b_Person-01bb1050-1247-ead8-1c4a-3ec76cb99401 ;
  a2a:hasEvent oa:event_bhi_1777e7fd-0333-a5c9-4c7f-e5cc5f0fa65b_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_1777e7fd-0333-a5c9-4c7f-e5cc5f0fa65b_0, oa:relationep_bhi_1777e7fd-0333-a5c9-4c7f-e5cc5f0fa65b_1, oa:relationep_bhi_1777e7fd-0333-a5c9-4c7f-e5cc5f0fa65b_2 ;
  a2a:hasSource oa:source_bhi_1777e7fd-0333-a5c9-4c7f-e5cc5f0fa65b .

oa:person_bhi_1777e7fd-0333-a5c9-4c7f-e5cc5f0fa65b_Person-029bf62f-71ce-853c-25b3-f10690aa776c
  a a2a:Person ;
  rdfs:label "Elizabeth Heijmans" ;
  a2a:PersonName [
    rdfs:label "Elizabeth Heijmans" ;
    a2a:PersonNameFirstName "Elizabeth" ;
    a2a:PersonNameLastName "Heijmans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1777e7fd-0333-a5c9-4c7f-e5cc5f0fa65b_Person-62062db7-7b56-da62-6c6e-c5eb8d1be22f
  a a2a:Person ;
  rdfs:label "Wilhelmus Johannes Bals" ;
  a2a:PersonName [
    rdfs:label "Wilhelmus Johannes Bals" ;
    a2a:PersonNameFirstName "Wilhelmus Johannes" ;
    a2a:PersonNameLastName "Bals"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_1777e7fd-0333-a5c9-4c7f-e5cc5f0fa65b_Person-01bb1050-1247-ead8-1c4a-3ec76cb99401
  a a2a:Person ;
  rdfs:label "Antonius Bals" ;
  a2a:PersonName [
    rdfs:label "Antonius Bals" ;
    a2a:PersonNameFirstName "Antonius" ;
    a2a:PersonNameLastName "Bals"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_1777e7fd-0333-a5c9-4c7f-e5cc5f0fa65b_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1928" ;
    a2a:Month "5" ;
    a2a:Day "26" ;
    rdfs:label "1928-05-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] .

oa:relationep_bhi_1777e7fd-0333-a5c9-4c7f-e5cc5f0fa65b_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_1777e7fd-0333-a5c9-4c7f-e5cc5f0fa65b_Person:029bf62f-71ce-853c-25b3-f10690aa776c ;
  a2a:EventKeyRef oa:event_bhi_1777e7fd-0333-a5c9-4c7f-e5cc5f0fa65b_Event1 .

oa:relationep_bhi_1777e7fd-0333-a5c9-4c7f-e5cc5f0fa65b_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_1777e7fd-0333-a5c9-4c7f-e5cc5f0fa65b_Person:62062db7-7b56-da62-6c6e-c5eb8d1be22f ;
  a2a:EventKeyRef oa:event_bhi_1777e7fd-0333-a5c9-4c7f-e5cc5f0fa65b_Event1 .

oa:relationep_bhi_1777e7fd-0333-a5c9-4c7f-e5cc5f0fa65b_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_1777e7fd-0333-a5c9-4c7f-e5cc5f0fa65b_Person:01bb1050-1247-ead8-1c4a-3ec76cb99401 ;
  a2a:EventKeyRef oa:event_bhi_1777e7fd-0333-a5c9-4c7f-e5cc5f0fa65b_Event1 .

oa:source_bhi_1777e7fd-0333-a5c9-4c7f-e5cc5f0fa65b
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw", "1928-05-26 - 1928-05-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1928-05-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1928-05-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1928" ;
    a2a:Month "5" ;
    a2a:Day "26" ;
    rdfs:label "1928-05-26"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3733, Periode: 1928" ;
    a2a:Book "Overlijdensregister Wouw 1928" ;
    a2a:DocumentNumber "26" ;
    a2a:RegistryNumber "3733" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3733, Periode: 1928, Overlijdensregister Wouw 1928, 26, 3733"
  ] ;
  a2a:SourceLastChangeDate "2019-07-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/1777e7fd-0333-a5c9-4c7f-e5cc5f0fa65b" ;
  a2a:RecordGUID "{1777e7fd-0333-a5c9-4c7f-e5cc5f0fa65b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_32842_00032842.xml van BHI" .

