@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_95a7a1de-eefb-35e9-86aa-95ea6ffb41e3
  a a2a:Record ;
  rdfs:label "Overlijden op 25 januari 1859 te Steenbergen" ;
  a2a:hasPerson oa:person_bhi_95a7a1de-eefb-35e9-86aa-95ea6ffb41e3_Person-36aa76bb-94a6-614d-4fae-4f48117f419c, oa:person_bhi_95a7a1de-eefb-35e9-86aa-95ea6ffb41e3_Person-c7445ba8-cbee-f46a-e14e-a94bc2894658, oa:person_bhi_95a7a1de-eefb-35e9-86aa-95ea6ffb41e3_Person-0503715b-efb3-b8f2-e3e1-73d577918d71 ;
  a2a:hasEvent oa:event_bhi_95a7a1de-eefb-35e9-86aa-95ea6ffb41e3_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_95a7a1de-eefb-35e9-86aa-95ea6ffb41e3_0, oa:relationep_bhi_95a7a1de-eefb-35e9-86aa-95ea6ffb41e3_1, oa:relationep_bhi_95a7a1de-eefb-35e9-86aa-95ea6ffb41e3_2 ;
  a2a:hasSource oa:source_bhi_95a7a1de-eefb-35e9-86aa-95ea6ffb41e3 .

oa:person_bhi_95a7a1de-eefb-35e9-86aa-95ea6ffb41e3_Person-36aa76bb-94a6-614d-4fae-4f48117f419c
  a a2a:Person ;
  rdfs:label "Dimphna Slootmans" ;
  a2a:PersonName [
    rdfs:label "Dimphna Slootmans" ;
    a2a:PersonNameFirstName "Dimphna" ;
    a2a:PersonNameLastName "Slootmans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_95a7a1de-eefb-35e9-86aa-95ea6ffb41e3_Person-c7445ba8-cbee-f46a-e14e-a94bc2894658
  a a2a:Person ;
  rdfs:label "Francisca Delwarel" ;
  a2a:PersonName [
    rdfs:label "Francisca Delwarel" ;
    a2a:PersonNameFirstName "Francisca" ;
    a2a:PersonNameLastName "Delwarel"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_95a7a1de-eefb-35e9-86aa-95ea6ffb41e3_Person-0503715b-efb3-b8f2-e3e1-73d577918d71
  a a2a:Person ;
  rdfs:label "Leendert Delwarel" ;
  a2a:PersonName [
    rdfs:label "Leendert Delwarel" ;
    a2a:PersonNameFirstName "Leendert" ;
    a2a:PersonNameLastName "Delwarel"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_95a7a1de-eefb-35e9-86aa-95ea6ffb41e3_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1859" ;
    a2a:Month "1" ;
    a2a:Day "25" ;
    rdfs:label "1859-01-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Steenbergen" ;
    rdfs:label "Steenbergen"
  ] .

oa:relationep_bhi_95a7a1de-eefb-35e9-86aa-95ea6ffb41e3_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_95a7a1de-eefb-35e9-86aa-95ea6ffb41e3_Person:36aa76bb-94a6-614d-4fae-4f48117f419c ;
  a2a:EventKeyRef oa:event_bhi_95a7a1de-eefb-35e9-86aa-95ea6ffb41e3_Event1 .

oa:relationep_bhi_95a7a1de-eefb-35e9-86aa-95ea6ffb41e3_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_95a7a1de-eefb-35e9-86aa-95ea6ffb41e3_Person:c7445ba8-cbee-f46a-e14e-a94bc2894658 ;
  a2a:EventKeyRef oa:event_bhi_95a7a1de-eefb-35e9-86aa-95ea6ffb41e3_Event1 .

oa:relationep_bhi_95a7a1de-eefb-35e9-86aa-95ea6ffb41e3_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_95a7a1de-eefb-35e9-86aa-95ea6ffb41e3_Person:0503715b-efb3-b8f2-e3e1-73d577918d71 ;
  a2a:EventKeyRef oa:event_bhi_95a7a1de-eefb-35e9-86aa-95ea6ffb41e3_Event1 .

oa:source_bhi_95a7a1de-eefb-35e9-86aa-95ea6ffb41e3
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Steenbergen" ;
    rdfs:label "Steenbergen", "1859-01-25 - 1859-01-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1859-01-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1859-01-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1859" ;
    a2a:Month "1" ;
    a2a:Day "25" ;
    rdfs:label "1859-01-25"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 7435, Periode: 1859" ;
    a2a:Book "Overlijdensregister Steenbergen 1859" ;
    a2a:DocumentNumber "15" ;
    a2a:RegistryNumber "7435" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 7435, Periode: 1859, Overlijdensregister Steenbergen 1859, 15, 7435"
  ] ;
  a2a:SourceLastChangeDate "2020-03-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/95a7a1de-eefb-35e9-86aa-95ea6ffb41e3" ;
  a2a:RecordGUID "{95a7a1de-eefb-35e9-86aa-95ea6ffb41e3}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_31873_00031873.xml van BHI" .

