@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_0dbdb3fa-a6c0-73ca-58b6-e17774bdafbf
  a a2a:Record ;
  rdfs:label "Overlijden op 12 oktober 1811 te Tilburg" ;
  a2a:hasPerson oa:person_bhi_0dbdb3fa-a6c0-73ca-58b6-e17774bdafbf_Person-2906d767-5d2f-5bb0-e91f-ef7eb10aeeaf, oa:person_bhi_0dbdb3fa-a6c0-73ca-58b6-e17774bdafbf_Person-1eba3e13-b9e3-cb5e-8b95-899d35c96c3a, oa:person_bhi_0dbdb3fa-a6c0-73ca-58b6-e17774bdafbf_Person-8cd74fad-c29a-1cea-fddc-f8fcef027438 ;
  a2a:hasEvent oa:event_bhi_0dbdb3fa-a6c0-73ca-58b6-e17774bdafbf_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_0dbdb3fa-a6c0-73ca-58b6-e17774bdafbf_0, oa:relationep_bhi_0dbdb3fa-a6c0-73ca-58b6-e17774bdafbf_1, oa:relationep_bhi_0dbdb3fa-a6c0-73ca-58b6-e17774bdafbf_2 ;
  a2a:hasSource oa:source_bhi_0dbdb3fa-a6c0-73ca-58b6-e17774bdafbf .

oa:person_bhi_0dbdb3fa-a6c0-73ca-58b6-e17774bdafbf_Person-2906d767-5d2f-5bb0-e91f-ef7eb10aeeaf
  a a2a:Person ;
  rdfs:label "Marie Hoebens" ;
  a2a:PersonName [
    rdfs:label "Marie Hoebens" ;
    a2a:PersonNameFirstName "Marie" ;
    a2a:PersonNameLastName "Hoebens"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_0dbdb3fa-a6c0-73ca-58b6-e17774bdafbf_Person-1eba3e13-b9e3-cb5e-8b95-899d35c96c3a
  a a2a:Person ;
  rdfs:label "Henriette Pessers" ;
  a2a:PersonName [
    rdfs:label "Henriette Pessers" ;
    a2a:PersonNameFirstName "Henriette" ;
    a2a:PersonNameLastName "Pessers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0dbdb3fa-a6c0-73ca-58b6-e17774bdafbf_Person-8cd74fad-c29a-1cea-fddc-f8fcef027438
  a a2a:Person ;
  rdfs:label "Louis Hoebens" ;
  a2a:PersonName [
    rdfs:label "Louis Hoebens" ;
    a2a:PersonNameFirstName "Louis" ;
    a2a:PersonNameLastName "Hoebens"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_0dbdb3fa-a6c0-73ca-58b6-e17774bdafbf_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1811" ;
    a2a:Month "10" ;
    a2a:Day "12" ;
    rdfs:label "1811-10-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_bhi_0dbdb3fa-a6c0-73ca-58b6-e17774bdafbf_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_0dbdb3fa-a6c0-73ca-58b6-e17774bdafbf_Person:2906d767-5d2f-5bb0-e91f-ef7eb10aeeaf ;
  a2a:EventKeyRef oa:event_bhi_0dbdb3fa-a6c0-73ca-58b6-e17774bdafbf_Event1 .

oa:relationep_bhi_0dbdb3fa-a6c0-73ca-58b6-e17774bdafbf_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_0dbdb3fa-a6c0-73ca-58b6-e17774bdafbf_Person:1eba3e13-b9e3-cb5e-8b95-899d35c96c3a ;
  a2a:EventKeyRef oa:event_bhi_0dbdb3fa-a6c0-73ca-58b6-e17774bdafbf_Event1 .

oa:relationep_bhi_0dbdb3fa-a6c0-73ca-58b6-e17774bdafbf_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_0dbdb3fa-a6c0-73ca-58b6-e17774bdafbf_Person:8cd74fad-c29a-1cea-fddc-f8fcef027438 ;
  a2a:EventKeyRef oa:event_bhi_0dbdb3fa-a6c0-73ca-58b6-e17774bdafbf_Event1 .

oa:source_bhi_0dbdb3fa-a6c0-73ca-58b6-e17774bdafbf
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1811-10-12 - 1811-10-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1811-10-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1811-10-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1811" ;
    a2a:Month "10" ;
    a2a:Day "12" ;
    rdfs:label "1811-10-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 7659, Periode: 1811" ;
    a2a:Book "Overlijdensregister Tilburg 1811" ;
    a2a:DocumentNumber "194" ;
    a2a:RegistryNumber "7659" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 7659, Periode: 1811, Overlijdensregister Tilburg 1811, 194, 7659"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/6a162866-89f9-d3ce-c891-ab456b6d8b84.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/6a162866-89f9-d3ce-c891-ab456b6d8b84.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-08-06"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/0dbdb3fa-a6c0-73ca-58b6-e17774bdafbf" ;
  a2a:RecordGUID "{0dbdb3fa-a6c0-73ca-58b6-e17774bdafbf}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_78825_00078825.xml van BHI" .

