@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_2b83a20e-2d3f-1b82-cc87-e0c4bbc1a6be
  a a2a:Record ;
  rdfs:label "Overlijden op 19 maart 1894 te 's-Hertogenbosch" ;
  a2a:hasPerson oa:person_bhi_2b83a20e-2d3f-1b82-cc87-e0c4bbc1a6be_Person-4e1c75b2-3378-a414-1f1d-b9f5ba0ba1c4, oa:person_bhi_2b83a20e-2d3f-1b82-cc87-e0c4bbc1a6be_Person-d4f7d17f-4c27-dbfe-14a5-7c7f354f7130, oa:person_bhi_2b83a20e-2d3f-1b82-cc87-e0c4bbc1a6be_Person-8f5cfc7f-002b-f521-9aaf-682343f6af25 ;
  a2a:hasEvent oa:event_bhi_2b83a20e-2d3f-1b82-cc87-e0c4bbc1a6be_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_2b83a20e-2d3f-1b82-cc87-e0c4bbc1a6be_0, oa:relationep_bhi_2b83a20e-2d3f-1b82-cc87-e0c4bbc1a6be_1, oa:relationep_bhi_2b83a20e-2d3f-1b82-cc87-e0c4bbc1a6be_2 ;
  a2a:hasSource oa:source_bhi_2b83a20e-2d3f-1b82-cc87-e0c4bbc1a6be .

oa:person_bhi_2b83a20e-2d3f-1b82-cc87-e0c4bbc1a6be_Person-4e1c75b2-3378-a414-1f1d-b9f5ba0ba1c4
  a a2a:Person ;
  rdfs:label "Elisabeth van Boekel" ;
  a2a:PersonName [
    rdfs:label "Elisabeth van Boekel" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Boekel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2b83a20e-2d3f-1b82-cc87-e0c4bbc1a6be_Person-d4f7d17f-4c27-dbfe-14a5-7c7f354f7130
  a a2a:Person ;
  rdfs:label "Francis van Hoeflaken" ;
  a2a:PersonName [
    rdfs:label "Francis van Hoeflaken" ;
    a2a:PersonNameFirstName "Francis" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Hoeflaken"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_2b83a20e-2d3f-1b82-cc87-e0c4bbc1a6be_Person-8f5cfc7f-002b-f521-9aaf-682343f6af25
  a a2a:Person ;
  rdfs:label "Jacob van Hoeflaken" ;
  a2a:PersonName [
    rdfs:label "Jacob van Hoeflaken" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Hoeflaken"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_2b83a20e-2d3f-1b82-cc87-e0c4bbc1a6be_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1894" ;
    a2a:Month "3" ;
    a2a:Day "19" ;
    rdfs:label "1894-03-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch"
  ] .

oa:relationep_bhi_2b83a20e-2d3f-1b82-cc87-e0c4bbc1a6be_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_2b83a20e-2d3f-1b82-cc87-e0c4bbc1a6be_Person:4e1c75b2-3378-a414-1f1d-b9f5ba0ba1c4 ;
  a2a:EventKeyRef oa:event_bhi_2b83a20e-2d3f-1b82-cc87-e0c4bbc1a6be_Event1 .

oa:relationep_bhi_2b83a20e-2d3f-1b82-cc87-e0c4bbc1a6be_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_2b83a20e-2d3f-1b82-cc87-e0c4bbc1a6be_Person:d4f7d17f-4c27-dbfe-14a5-7c7f354f7130 ;
  a2a:EventKeyRef oa:event_bhi_2b83a20e-2d3f-1b82-cc87-e0c4bbc1a6be_Event1 .

oa:relationep_bhi_2b83a20e-2d3f-1b82-cc87-e0c4bbc1a6be_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_2b83a20e-2d3f-1b82-cc87-e0c4bbc1a6be_Person:8f5cfc7f-002b-f521-9aaf-682343f6af25 ;
  a2a:EventKeyRef oa:event_bhi_2b83a20e-2d3f-1b82-cc87-e0c4bbc1a6be_Event1 .

oa:source_bhi_2b83a20e-2d3f-1b82-cc87-e0c4bbc1a6be
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1894-03-20 - 1894-03-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1894-03-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1894-03-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1894" ;
    a2a:Month "3" ;
    a2a:Day "20" ;
    rdfs:label "1894-03-20"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 4277, Periode: 1894" ;
    a2a:Book "Overlijdensregister 's-Hertogenbosch 1894" ;
    a2a:DocumentNumber "184" ;
    a2a:RegistryNumber "4277" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 4277, Periode: 1894, Overlijdensregister 's-Hertogenbosch 1894, 184, 4277"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/8dfed891-b924-8c2f-e63d-db2cb831c72d.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/8dfed891-b924-8c2f-e63d-db2cb831c72d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-02-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/2b83a20e-2d3f-1b82-cc87-e0c4bbc1a6be" ;
  a2a:RecordGUID "{2b83a20e-2d3f-1b82-cc87-e0c4bbc1a6be}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_27611_00027611.xml van BHI" .

