@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_b01918bf-193b-fd0b-9ea5-2f4e53c2bf21
  a a2a:Record ;
  rdfs:label "Overlijden op 30 september 1884 te 's-Hertogenbosch" ;
  a2a:hasPerson oa:person_bhi_b01918bf-193b-fd0b-9ea5-2f4e53c2bf21_Person-3e17e068-275c-60a8-3ceb-e76bb7903cdb, oa:person_bhi_b01918bf-193b-fd0b-9ea5-2f4e53c2bf21_Person-5a4f202a-f971-625b-33db-020774660302, oa:person_bhi_b01918bf-193b-fd0b-9ea5-2f4e53c2bf21_Person-d7be00b1-5376-5f40-9aea-1a159797540e ;
  a2a:hasEvent oa:event_bhi_b01918bf-193b-fd0b-9ea5-2f4e53c2bf21_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_b01918bf-193b-fd0b-9ea5-2f4e53c2bf21_0, oa:relationep_bhi_b01918bf-193b-fd0b-9ea5-2f4e53c2bf21_1, oa:relationep_bhi_b01918bf-193b-fd0b-9ea5-2f4e53c2bf21_2 ;
  a2a:hasSource oa:source_bhi_b01918bf-193b-fd0b-9ea5-2f4e53c2bf21 .

oa:person_bhi_b01918bf-193b-fd0b-9ea5-2f4e53c2bf21_Person-3e17e068-275c-60a8-3ceb-e76bb7903cdb
  a a2a:Person ;
  rdfs:label "Maria Anna Bleiboom" ;
  a2a:PersonName [
    rdfs:label "Maria Anna Bleiboom" ;
    a2a:PersonNameFirstName "Maria Anna" ;
    a2a:PersonNameLastName "Bleiboom"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_b01918bf-193b-fd0b-9ea5-2f4e53c2bf21_Person-5a4f202a-f971-625b-33db-020774660302
  a a2a:Person ;
  rdfs:label "Elisabeth Maria Anna Steenbergen" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Maria Anna Steenbergen" ;
    a2a:PersonNameFirstName "Elisabeth Maria Anna" ;
    a2a:PersonNameLastName "Steenbergen"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_b01918bf-193b-fd0b-9ea5-2f4e53c2bf21_Person-d7be00b1-5376-5f40-9aea-1a159797540e
  a a2a:Person ;
  rdfs:label "Servatius Steenbergen" ;
  a2a:PersonName [
    rdfs:label "Servatius Steenbergen" ;
    a2a:PersonNameFirstName "Servatius" ;
    a2a:PersonNameLastName "Steenbergen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_b01918bf-193b-fd0b-9ea5-2f4e53c2bf21_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1884" ;
    a2a:Month "9" ;
    a2a:Day "30" ;
    rdfs:label "1884-09-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch"
  ] .

oa:relationep_bhi_b01918bf-193b-fd0b-9ea5-2f4e53c2bf21_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_b01918bf-193b-fd0b-9ea5-2f4e53c2bf21_Person:3e17e068-275c-60a8-3ceb-e76bb7903cdb ;
  a2a:EventKeyRef oa:event_bhi_b01918bf-193b-fd0b-9ea5-2f4e53c2bf21_Event1 .

oa:relationep_bhi_b01918bf-193b-fd0b-9ea5-2f4e53c2bf21_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_b01918bf-193b-fd0b-9ea5-2f4e53c2bf21_Person:5a4f202a-f971-625b-33db-020774660302 ;
  a2a:EventKeyRef oa:event_bhi_b01918bf-193b-fd0b-9ea5-2f4e53c2bf21_Event1 .

oa:relationep_bhi_b01918bf-193b-fd0b-9ea5-2f4e53c2bf21_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_b01918bf-193b-fd0b-9ea5-2f4e53c2bf21_Person:d7be00b1-5376-5f40-9aea-1a159797540e ;
  a2a:EventKeyRef oa:event_bhi_b01918bf-193b-fd0b-9ea5-2f4e53c2bf21_Event1 .

oa:source_bhi_b01918bf-193b-fd0b-9ea5-2f4e53c2bf21
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1884-09-30 - 1884-09-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1884-09-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1884-09-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1884" ;
    a2a:Month "9" ;
    a2a:Day "30" ;
    rdfs:label "1884-09-30"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 4267, Periode: 1884" ;
    a2a:Book "Overlijdensregister 's-Hertogenbosch 1884" ;
    a2a:DocumentNumber "670" ;
    a2a:RegistryNumber "4267" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 4267, Periode: 1884, Overlijdensregister 's-Hertogenbosch 1884, 670, 4267"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/6ef1edcd-7cc9-475f-9cd9-79e112d481ce.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/6ef1edcd-7cc9-475f-9cd9-79e112d481ce.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-01-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/b01918bf-193b-fd0b-9ea5-2f4e53c2bf21" ;
  a2a:RecordGUID "{b01918bf-193b-fd0b-9ea5-2f4e53c2bf21}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_29420_00029420.xml van BHI" .

