@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_d20ae6a2-5083-7f11-e52b-1abb6c7299a4
  a a2a:Record ;
  rdfs:label "Overlijden op 26 mei 1896 te Roosendaal" ;
  a2a:hasPerson oa:person_bhi_d20ae6a2-5083-7f11-e52b-1abb6c7299a4_Person-31d16b3b-5655-a994-cb15-be9f0b331276, oa:person_bhi_d20ae6a2-5083-7f11-e52b-1abb6c7299a4_Person-bcfa2c0a-556b-2644-bf39-e7238fd94ffb, oa:person_bhi_d20ae6a2-5083-7f11-e52b-1abb6c7299a4_Person-943ca892-a288-708a-510a-3669f3c45e06 ;
  a2a:hasEvent oa:event_bhi_d20ae6a2-5083-7f11-e52b-1abb6c7299a4_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_d20ae6a2-5083-7f11-e52b-1abb6c7299a4_0, oa:relationep_bhi_d20ae6a2-5083-7f11-e52b-1abb6c7299a4_1, oa:relationep_bhi_d20ae6a2-5083-7f11-e52b-1abb6c7299a4_2 ;
  a2a:hasSource oa:source_bhi_d20ae6a2-5083-7f11-e52b-1abb6c7299a4 .

oa:person_bhi_d20ae6a2-5083-7f11-e52b-1abb6c7299a4_Person-31d16b3b-5655-a994-cb15-be9f0b331276
  a a2a:Person ;
  rdfs:label "Henri Arnaud Antoine de Bot" ;
  a2a:PersonName [
    rdfs:label "Henri Arnaud Antoine de Bot" ;
    a2a:PersonNameFirstName "Henri Arnaud Antoine" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Bot"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_d20ae6a2-5083-7f11-e52b-1abb6c7299a4_Person-bcfa2c0a-556b-2644-bf39-e7238fd94ffb
  a a2a:Person ;
  rdfs:label "Maria Ludovica van der Heijden" ;
  a2a:PersonName [
    rdfs:label "Maria Ludovica van der Heijden" ;
    a2a:PersonNameFirstName "Maria Ludovica" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Heijden"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_d20ae6a2-5083-7f11-e52b-1abb6c7299a4_Person-943ca892-a288-708a-510a-3669f3c45e06
  a a2a:Person ;
  rdfs:label "Adrianus de Bot" ;
  a2a:PersonName [
    rdfs:label "Adrianus de Bot" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Bot"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_d20ae6a2-5083-7f11-e52b-1abb6c7299a4_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1896" ;
    a2a:Month "5" ;
    a2a:Day "26" ;
    rdfs:label "1896-05-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal"
  ] .

oa:relationep_bhi_d20ae6a2-5083-7f11-e52b-1abb6c7299a4_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_d20ae6a2-5083-7f11-e52b-1abb6c7299a4_Person:31d16b3b-5655-a994-cb15-be9f0b331276 ;
  a2a:EventKeyRef oa:event_bhi_d20ae6a2-5083-7f11-e52b-1abb6c7299a4_Event1 .

oa:relationep_bhi_d20ae6a2-5083-7f11-e52b-1abb6c7299a4_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_d20ae6a2-5083-7f11-e52b-1abb6c7299a4_Person:bcfa2c0a-556b-2644-bf39-e7238fd94ffb ;
  a2a:EventKeyRef oa:event_bhi_d20ae6a2-5083-7f11-e52b-1abb6c7299a4_Event1 .

oa:relationep_bhi_d20ae6a2-5083-7f11-e52b-1abb6c7299a4_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_d20ae6a2-5083-7f11-e52b-1abb6c7299a4_Person:943ca892-a288-708a-510a-3669f3c45e06 ;
  a2a:EventKeyRef oa:event_bhi_d20ae6a2-5083-7f11-e52b-1abb6c7299a4_Event1 .

oa:source_bhi_d20ae6a2-5083-7f11-e52b-1abb6c7299a4
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal", "1896-05-26 - 1896-05-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1896-05-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1896-05-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1896" ;
    a2a:Month "5" ;
    a2a:Day "26" ;
    rdfs:label "1896-05-26"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 6746, Periode: 1896" ;
    a2a:Book "Overlijdensregister Roosendaal 1896" ;
    a2a:DocumentNumber "106" ;
    a2a:RegistryNumber "6746" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 6746, Periode: 1896, Overlijdensregister Roosendaal 1896, 106, 6746"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/86fc9afd-f49a-4739-11f9-7752f2f92bee.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/86fc9afd-f49a-4739-11f9-7752f2f92bee.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-11-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/d20ae6a2-5083-7f11-e52b-1abb6c7299a4" ;
  a2a:RecordGUID "{d20ae6a2-5083-7f11-e52b-1abb6c7299a4}" ;
  a2a:SourceRemarkdeel "6746" ;
  a2a:SourceRemarkregister_periode "1896" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260206_1305_00001305.xml van BHI" .

[] a2a:PersonRemarkdatum_overlijden "1896-05-26" .
