@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_051f9bf4-fa3c-9486-ec5b-8f647c3bd2cf
  a a2a:Record ;
  rdfs:label "Overlijden op 22 april 1917 te Steenbergen" ;
  a2a:hasPerson oa:person_bhi_051f9bf4-fa3c-9486-ec5b-8f647c3bd2cf_Person-f57d338b-1bcc-5912-6865-c71f812cdbd7, oa:person_bhi_051f9bf4-fa3c-9486-ec5b-8f647c3bd2cf_Person-5e6215b6-6657-7704-0814-21164ac33b1d, oa:person_bhi_051f9bf4-fa3c-9486-ec5b-8f647c3bd2cf_Person-1be283ed-7782-7888-0cf7-259a4da0ab94 ;
  a2a:hasEvent oa:event_bhi_051f9bf4-fa3c-9486-ec5b-8f647c3bd2cf_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_051f9bf4-fa3c-9486-ec5b-8f647c3bd2cf_0, oa:relationep_bhi_051f9bf4-fa3c-9486-ec5b-8f647c3bd2cf_1, oa:relationep_bhi_051f9bf4-fa3c-9486-ec5b-8f647c3bd2cf_2 ;
  a2a:hasSource oa:source_bhi_051f9bf4-fa3c-9486-ec5b-8f647c3bd2cf .

oa:person_bhi_051f9bf4-fa3c-9486-ec5b-8f647c3bd2cf_Person-f57d338b-1bcc-5912-6865-c71f812cdbd7
  a a2a:Person ;
  rdfs:label "N.N. Hertogs" ;
  a2a:PersonName [
    rdfs:label "N.N. Hertogs" ;
    a2a:PersonNameFirstName "N.N." ;
    a2a:PersonNameLastName "Hertogs"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_051f9bf4-fa3c-9486-ec5b-8f647c3bd2cf_Person-5e6215b6-6657-7704-0814-21164ac33b1d
  a a2a:Person ;
  rdfs:label "Catharina Jonkers" ;
  a2a:PersonName [
    rdfs:label "Catharina Jonkers" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Jonkers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_051f9bf4-fa3c-9486-ec5b-8f647c3bd2cf_Person-1be283ed-7782-7888-0cf7-259a4da0ab94
  a a2a:Person ;
  rdfs:label "Jacobus Adriaan Hertogs" ;
  a2a:PersonName [
    rdfs:label "Jacobus Adriaan Hertogs" ;
    a2a:PersonNameFirstName "Jacobus Adriaan" ;
    a2a:PersonNameLastName "Hertogs"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_051f9bf4-fa3c-9486-ec5b-8f647c3bd2cf_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1917" ;
    a2a:Month "4" ;
    a2a:Day "22" ;
    rdfs:label "1917-04-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Steenbergen" ;
    rdfs:label "Steenbergen"
  ] .

oa:relationep_bhi_051f9bf4-fa3c-9486-ec5b-8f647c3bd2cf_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_051f9bf4-fa3c-9486-ec5b-8f647c3bd2cf_Person:f57d338b-1bcc-5912-6865-c71f812cdbd7 ;
  a2a:EventKeyRef oa:event_bhi_051f9bf4-fa3c-9486-ec5b-8f647c3bd2cf_Event1 .

oa:relationep_bhi_051f9bf4-fa3c-9486-ec5b-8f647c3bd2cf_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_051f9bf4-fa3c-9486-ec5b-8f647c3bd2cf_Person:5e6215b6-6657-7704-0814-21164ac33b1d ;
  a2a:EventKeyRef oa:event_bhi_051f9bf4-fa3c-9486-ec5b-8f647c3bd2cf_Event1 .

oa:relationep_bhi_051f9bf4-fa3c-9486-ec5b-8f647c3bd2cf_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_051f9bf4-fa3c-9486-ec5b-8f647c3bd2cf_Person:1be283ed-7782-7888-0cf7-259a4da0ab94 ;
  a2a:EventKeyRef oa:event_bhi_051f9bf4-fa3c-9486-ec5b-8f647c3bd2cf_Event1 .

oa:source_bhi_051f9bf4-fa3c-9486-ec5b-8f647c3bd2cf
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Steenbergen" ;
    rdfs:label "Steenbergen", "1917-04-23 - 1917-04-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1917-04-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1917-04-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1917" ;
    a2a:Month "4" ;
    a2a:Day "23" ;
    rdfs:label "1917-04-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 2882, Periode: 1917" ;
    a2a:Book "Overlijdensregister Steenbergen 1917" ;
    a2a:DocumentNumber "85" ;
    a2a:RegistryNumber "2882" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 2882, Periode: 1917, Overlijdensregister Steenbergen 1917, 85, 2882"
  ] ;
  a2a:SourceLastChangeDate "2020-01-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/051f9bf4-fa3c-9486-ec5b-8f647c3bd2cf" ;
  a2a:RecordGUID "{051f9bf4-fa3c-9486-ec5b-8f647c3bd2cf}" ;
  a2a:SourceRemarkOpmerking "Levenloos kind." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_24632_00024632.xml van BHI" .

