@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_01c827f2-772e-d641-e55f-b6a88650da0e
  a a2a:Record ;
  rdfs:label "Overlijden op 7 januari 1903 te Steenbergen" ;
  a2a:hasPerson oa:person_bhi_01c827f2-772e-d641-e55f-b6a88650da0e_Person-be418397-044d-d0aa-9d03-c8c5476fe76d, oa:person_bhi_01c827f2-772e-d641-e55f-b6a88650da0e_Person-0a62a194-dedf-b1a7-0aa2-c5a07b95ac34, oa:person_bhi_01c827f2-772e-d641-e55f-b6a88650da0e_Person-6e6625af-3838-7b04-0701-dd8954018abd, oa:person_bhi_01c827f2-772e-d641-e55f-b6a88650da0e_Person-d7114fdd-9cca-38f3-a8f3-91998ededbde ;
  a2a:hasEvent oa:event_bhi_01c827f2-772e-d641-e55f-b6a88650da0e_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_01c827f2-772e-d641-e55f-b6a88650da0e_0, oa:relationep_bhi_01c827f2-772e-d641-e55f-b6a88650da0e_1, oa:relationep_bhi_01c827f2-772e-d641-e55f-b6a88650da0e_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_01c827f2-772e-d641-e55f-b6a88650da0e_0 ;
  a2a:hasSource oa:source_bhi_01c827f2-772e-d641-e55f-b6a88650da0e .

oa:person_bhi_01c827f2-772e-d641-e55f-b6a88650da0e_Person-be418397-044d-d0aa-9d03-c8c5476fe76d
  a a2a:Person ;
  rdfs:label "Maria Fenikx" ;
  a2a:PersonName [
    rdfs:label "Maria Fenikx" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Fenikx"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_01c827f2-772e-d641-e55f-b6a88650da0e_Person-0a62a194-dedf-b1a7-0aa2-c5a07b95ac34
  a a2a:Person ;
  rdfs:label "Jacobus Brands" ;
  a2a:PersonName [
    rdfs:label "Jacobus Brands" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Brands"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_01c827f2-772e-d641-e55f-b6a88650da0e_Person-6e6625af-3838-7b04-0701-dd8954018abd
  a a2a:Person ;
  rdfs:label "Adrianus Brands" ;
  a2a:PersonName [
    rdfs:label "Adrianus Brands" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Brands"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_01c827f2-772e-d641-e55f-b6a88650da0e_Person-d7114fdd-9cca-38f3-a8f3-91998ededbde
  a a2a:Person ;
  rdfs:label "Anna Maria Hazaart" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Hazaart" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Hazaart"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_01c827f2-772e-d641-e55f-b6a88650da0e_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1903" ;
    a2a:Month "1" ;
    a2a:Day "7" ;
    rdfs:label "1903-01-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Steenbergen" ;
    rdfs:label "Steenbergen"
  ] .

oa:relationep_bhi_01c827f2-772e-d641-e55f-b6a88650da0e_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_01c827f2-772e-d641-e55f-b6a88650da0e_Person:be418397-044d-d0aa-9d03-c8c5476fe76d ;
  a2a:EventKeyRef oa:event_bhi_01c827f2-772e-d641-e55f-b6a88650da0e_Event1 .

oa:relationep_bhi_01c827f2-772e-d641-e55f-b6a88650da0e_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_01c827f2-772e-d641-e55f-b6a88650da0e_Person:0a62a194-dedf-b1a7-0aa2-c5a07b95ac34 ;
  a2a:EventKeyRef oa:event_bhi_01c827f2-772e-d641-e55f-b6a88650da0e_Event1 .

oa:relationep_bhi_01c827f2-772e-d641-e55f-b6a88650da0e_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_01c827f2-772e-d641-e55f-b6a88650da0e_Person:6e6625af-3838-7b04-0701-dd8954018abd ;
  a2a:EventKeyRef oa:event_bhi_01c827f2-772e-d641-e55f-b6a88650da0e_Event1 .

oa:relationpp_bhi_01c827f2-772e-d641-e55f-b6a88650da0e_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_01c827f2-772e-d641-e55f-b6a88650da0e_Person:0a62a194-dedf-b1a7-0aa2-c5a07b95ac34, oa:person_bhi_01c827f2-772e-d641-e55f-b6a88650da0e_Person:d7114fdd-9cca-38f3-a8f3-91998ededbde .

oa:source_bhi_01c827f2-772e-d641-e55f-b6a88650da0e
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Steenbergen" ;
    rdfs:label "Steenbergen", "1903-01-08 - 1903-01-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1903-01-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1903-01-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1903" ;
    a2a:Month "1" ;
    a2a:Day "8" ;
    rdfs:label "1903-01-08"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 2880, Periode: 1903" ;
    a2a:Book "Overlijdensregister Steenbergen 1903" ;
    a2a:DocumentNumber "5" ;
    a2a:RegistryNumber "2880" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 2880, Periode: 1903, Overlijdensregister Steenbergen 1903, 5, 2880"
  ] ;
  a2a:SourceLastChangeDate "2020-01-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/01c827f2-772e-d641-e55f-b6a88650da0e" ;
  a2a:RecordGUID "{01c827f2-772e-d641-e55f-b6a88650da0e}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_24480_00024480.xml van BHI" .

