@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_ac26fb80-a7e2-e89d-cf40-a1b042602e87
  a a2a:Record ;
  rdfs:label "Overlijden op 25 augustus 1909 te Tilburg" ;
  a2a:hasPerson oa:person_bhi_ac26fb80-a7e2-e89d-cf40-a1b042602e87_Person-a6900e10-30a8-7b4e-f9d3-2596a5c245f6, oa:person_bhi_ac26fb80-a7e2-e89d-cf40-a1b042602e87_Person-d97affd8-1237-809b-cc19-a200e3a70ee5, oa:person_bhi_ac26fb80-a7e2-e89d-cf40-a1b042602e87_Person-860bd625-abe5-03f7-95a4-0af00d1e1f1a, oa:person_bhi_ac26fb80-a7e2-e89d-cf40-a1b042602e87_Person-3f1bbc74-101d-1c3e-8d29-51cbeca257e9 ;
  a2a:hasEvent oa:event_bhi_ac26fb80-a7e2-e89d-cf40-a1b042602e87_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_ac26fb80-a7e2-e89d-cf40-a1b042602e87_0, oa:relationep_bhi_ac26fb80-a7e2-e89d-cf40-a1b042602e87_1, oa:relationep_bhi_ac26fb80-a7e2-e89d-cf40-a1b042602e87_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_ac26fb80-a7e2-e89d-cf40-a1b042602e87_0 ;
  a2a:hasSource oa:source_bhi_ac26fb80-a7e2-e89d-cf40-a1b042602e87 .

oa:person_bhi_ac26fb80-a7e2-e89d-cf40-a1b042602e87_Person-a6900e10-30a8-7b4e-f9d3-2596a5c245f6
  a a2a:Person ;
  rdfs:label "Henrica Jacoba Bar" ;
  a2a:PersonName [
    rdfs:label "Henrica Jacoba Bar" ;
    a2a:PersonNameFirstName "Henrica Jacoba" ;
    a2a:PersonNameLastName "Bar"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_ac26fb80-a7e2-e89d-cf40-a1b042602e87_Person-d97affd8-1237-809b-cc19-a200e3a70ee5
  a a2a:Person ;
  rdfs:label "Henrica Joanna Stierum" ;
  a2a:PersonName [
    rdfs:label "Henrica Joanna Stierum" ;
    a2a:PersonNameFirstName "Henrica Joanna" ;
    a2a:PersonNameLastName "Stierum"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_ac26fb80-a7e2-e89d-cf40-a1b042602e87_Person-860bd625-abe5-03f7-95a4-0af00d1e1f1a
  a a2a:Person ;
  rdfs:label "Jacob Bar" ;
  a2a:PersonName [
    rdfs:label "Jacob Bar" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Bar"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_ac26fb80-a7e2-e89d-cf40-a1b042602e87_Person-3f1bbc74-101d-1c3e-8d29-51cbeca257e9
  a a2a:Person ;
  rdfs:label "Wilhelmus Cornelis Hubertus de Kort" ;
  a2a:PersonName [
    rdfs:label "Wilhelmus Cornelis Hubertus de Kort" ;
    a2a:PersonNameFirstName "Wilhelmus Cornelis Hubertus" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Kort"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_ac26fb80-a7e2-e89d-cf40-a1b042602e87_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1909" ;
    a2a:Month "8" ;
    a2a:Day "25" ;
    rdfs:label "1909-08-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_bhi_ac26fb80-a7e2-e89d-cf40-a1b042602e87_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_ac26fb80-a7e2-e89d-cf40-a1b042602e87_Person:a6900e10-30a8-7b4e-f9d3-2596a5c245f6 ;
  a2a:EventKeyRef oa:event_bhi_ac26fb80-a7e2-e89d-cf40-a1b042602e87_Event1 .

oa:relationep_bhi_ac26fb80-a7e2-e89d-cf40-a1b042602e87_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_ac26fb80-a7e2-e89d-cf40-a1b042602e87_Person:d97affd8-1237-809b-cc19-a200e3a70ee5 ;
  a2a:EventKeyRef oa:event_bhi_ac26fb80-a7e2-e89d-cf40-a1b042602e87_Event1 .

oa:relationep_bhi_ac26fb80-a7e2-e89d-cf40-a1b042602e87_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_ac26fb80-a7e2-e89d-cf40-a1b042602e87_Person:860bd625-abe5-03f7-95a4-0af00d1e1f1a ;
  a2a:EventKeyRef oa:event_bhi_ac26fb80-a7e2-e89d-cf40-a1b042602e87_Event1 .

oa:relationpp_bhi_ac26fb80-a7e2-e89d-cf40-a1b042602e87_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_ac26fb80-a7e2-e89d-cf40-a1b042602e87_Person:a6900e10-30a8-7b4e-f9d3-2596a5c245f6, oa:person_bhi_ac26fb80-a7e2-e89d-cf40-a1b042602e87_Person:3f1bbc74-101d-1c3e-8d29-51cbeca257e9 .

oa:source_bhi_ac26fb80-a7e2-e89d-cf40-a1b042602e87
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1909-08-25 - 1909-08-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1909-08-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1909-08-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1909" ;
    a2a:Month "8" ;
    a2a:Day "25" ;
    rdfs:label "1909-08-25"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3186, Periode: 1909" ;
    a2a:Book "Overlijdensregister Tilburg 1909" ;
    a2a:DocumentNumber "490" ;
    a2a:RegistryNumber "3186" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3186, Periode: 1909, Overlijdensregister Tilburg 1909, 490, 3186"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/47e33ad9-4155-dc50-8df3-85cbbbde6ddd.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/47e33ad9-4155-dc50-8df3-85cbbbde6ddd.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-10-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/ac26fb80-a7e2-e89d-cf40-a1b042602e87" ;
  a2a:RecordGUID "{ac26fb80-a7e2-e89d-cf40-a1b042602e87}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_79610_00079610.xml van BHI" .

