@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_4d349681-ac0c-e446-ee0d-7db062d5e567
  a a2a:Record ;
  rdfs:label "Overlijden op 19 juli 1892 te Terheijden" ;
  a2a:hasPerson oa:person_bhi_4d349681-ac0c-e446-ee0d-7db062d5e567_Person-dcded82f-2024-2e3a-0523-9171fe57acd3, oa:person_bhi_4d349681-ac0c-e446-ee0d-7db062d5e567_Person-bd3d21be-eeca-b1dc-488c-b3ceaad9880f, oa:person_bhi_4d349681-ac0c-e446-ee0d-7db062d5e567_Person-895c85bb-d7ea-a560-1143-dee1859f688b, oa:person_bhi_4d349681-ac0c-e446-ee0d-7db062d5e567_Person-4c120e14-f223-0454-d59c-9a818cbe5957 ;
  a2a:hasEvent oa:event_bhi_4d349681-ac0c-e446-ee0d-7db062d5e567_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_4d349681-ac0c-e446-ee0d-7db062d5e567_0, oa:relationep_bhi_4d349681-ac0c-e446-ee0d-7db062d5e567_1, oa:relationep_bhi_4d349681-ac0c-e446-ee0d-7db062d5e567_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_4d349681-ac0c-e446-ee0d-7db062d5e567_0 ;
  a2a:hasSource oa:source_bhi_4d349681-ac0c-e446-ee0d-7db062d5e567 .

oa:person_bhi_4d349681-ac0c-e446-ee0d-7db062d5e567_Person-dcded82f-2024-2e3a-0523-9171fe57acd3
  a a2a:Person ;
  rdfs:label "Abraham Bolstier" ;
  a2a:PersonName [
    rdfs:label "Abraham Bolstier" ;
    a2a:PersonNameFirstName "Abraham" ;
    a2a:PersonNameLastName "Bolstier"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_4d349681-ac0c-e446-ee0d-7db062d5e567_Person-bd3d21be-eeca-b1dc-488c-b3ceaad9880f
  a a2a:Person ;
  rdfs:label "Dirkje van Duuren" ;
  a2a:PersonName [
    rdfs:label "Dirkje van Duuren" ;
    a2a:PersonNameFirstName "Dirkje" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Duuren"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_4d349681-ac0c-e446-ee0d-7db062d5e567_Person-895c85bb-d7ea-a560-1143-dee1859f688b
  a a2a:Person ;
  rdfs:label "Willem Bolstier" ;
  a2a:PersonName [
    rdfs:label "Willem Bolstier" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Bolstier"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_4d349681-ac0c-e446-ee0d-7db062d5e567_Person-4c120e14-f223-0454-d59c-9a818cbe5957
  a a2a:Person ;
  rdfs:label "Maria Elisabeth Rompa" ;
  a2a:PersonName [
    rdfs:label "Maria Elisabeth Rompa" ;
    a2a:PersonNameFirstName "Maria Elisabeth" ;
    a2a:PersonNameLastName "Rompa"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_4d349681-ac0c-e446-ee0d-7db062d5e567_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1892" ;
    a2a:Month "7" ;
    a2a:Day "19" ;
    rdfs:label "1892-07-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Terheijden" ;
    rdfs:label "Terheijden"
  ] .

oa:relationep_bhi_4d349681-ac0c-e446-ee0d-7db062d5e567_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_4d349681-ac0c-e446-ee0d-7db062d5e567_Person:dcded82f-2024-2e3a-0523-9171fe57acd3 ;
  a2a:EventKeyRef oa:event_bhi_4d349681-ac0c-e446-ee0d-7db062d5e567_Event1 .

oa:relationep_bhi_4d349681-ac0c-e446-ee0d-7db062d5e567_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_4d349681-ac0c-e446-ee0d-7db062d5e567_Person:bd3d21be-eeca-b1dc-488c-b3ceaad9880f ;
  a2a:EventKeyRef oa:event_bhi_4d349681-ac0c-e446-ee0d-7db062d5e567_Event1 .

oa:relationep_bhi_4d349681-ac0c-e446-ee0d-7db062d5e567_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_4d349681-ac0c-e446-ee0d-7db062d5e567_Person:895c85bb-d7ea-a560-1143-dee1859f688b ;
  a2a:EventKeyRef oa:event_bhi_4d349681-ac0c-e446-ee0d-7db062d5e567_Event1 .

oa:relationpp_bhi_4d349681-ac0c-e446-ee0d-7db062d5e567_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_4d349681-ac0c-e446-ee0d-7db062d5e567_Person:dcded82f-2024-2e3a-0523-9171fe57acd3, oa:person_bhi_4d349681-ac0c-e446-ee0d-7db062d5e567_Person:4c120e14-f223-0454-d59c-9a818cbe5957 .

oa:source_bhi_4d349681-ac0c-e446-ee0d-7db062d5e567
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Terheijden" ;
    rdfs:label "Terheijden", "1892-07-19 - 1892-07-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1892-07-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1892-07-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1892" ;
    a2a:Month "7" ;
    a2a:Day "19" ;
    rdfs:label "1892-07-19"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 7617, Periode: 1892" ;
    a2a:Book "Overlijdensregister Terheijden 1892" ;
    a2a:DocumentNumber "65" ;
    a2a:RegistryNumber "7617" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 7617, Periode: 1892, Overlijdensregister Terheijden 1892, 65, 7617"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/49325fbe-5630-3cf0-2829-d3c1ce2c663b.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/49325fbe-5630-3cf0-2829-d3c1ce2c663b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/4d349681-ac0c-e446-ee0d-7db062d5e567" ;
  a2a:RecordGUID "{4d349681-ac0c-e446-ee0d-7db062d5e567}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_78727_00078727.xml van BHI" .

