@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_d9ad7b34-e48f-d0aa-cba3-dacd2f9b40cc
  a a2a:Record ;
  rdfs:label "Overlijden op 8 februari 1843 te Roosendaal" ;
  a2a:hasPerson oa:person_bhi_d9ad7b34-e48f-d0aa-cba3-dacd2f9b40cc_Person-6a7357a6-3ffc-53bb-ece9-361ead5e2738, oa:person_bhi_d9ad7b34-e48f-d0aa-cba3-dacd2f9b40cc_Person-8ea288dc-b198-419a-eb5e-0fda1f0e8e76, oa:person_bhi_d9ad7b34-e48f-d0aa-cba3-dacd2f9b40cc_Person-1f172827-8fc4-e582-53a4-f2da1d8b8966 ;
  a2a:hasEvent oa:event_bhi_d9ad7b34-e48f-d0aa-cba3-dacd2f9b40cc_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_d9ad7b34-e48f-d0aa-cba3-dacd2f9b40cc_0, oa:relationep_bhi_d9ad7b34-e48f-d0aa-cba3-dacd2f9b40cc_1, oa:relationep_bhi_d9ad7b34-e48f-d0aa-cba3-dacd2f9b40cc_2 ;
  a2a:hasSource oa:source_bhi_d9ad7b34-e48f-d0aa-cba3-dacd2f9b40cc .

oa:person_bhi_d9ad7b34-e48f-d0aa-cba3-dacd2f9b40cc_Person-6a7357a6-3ffc-53bb-ece9-361ead5e2738
  a a2a:Person ;
  rdfs:label "Anna Cornelia Luijsterburg" ;
  a2a:PersonName [
    rdfs:label "Anna Cornelia Luijsterburg" ;
    a2a:PersonNameFirstName "Anna Cornelia" ;
    a2a:PersonNameLastName "Luijsterburg"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_d9ad7b34-e48f-d0aa-cba3-dacd2f9b40cc_Person-8ea288dc-b198-419a-eb5e-0fda1f0e8e76
  a a2a:Person ;
  rdfs:label "Jan Bennaars" ;
  a2a:PersonName [
    rdfs:label "Jan Bennaars" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Bennaars"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_d9ad7b34-e48f-d0aa-cba3-dacd2f9b40cc_Person-1f172827-8fc4-e582-53a4-f2da1d8b8966
  a a2a:Person ;
  rdfs:label "Jan Baptist Bennaars" ;
  a2a:PersonName [
    rdfs:label "Jan Baptist Bennaars" ;
    a2a:PersonNameFirstName "Jan Baptist" ;
    a2a:PersonNameLastName "Bennaars"
  ] ;
  a2a:Gender "Man" .

oa:event_bhi_d9ad7b34-e48f-d0aa-cba3-dacd2f9b40cc_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1843" ;
    a2a:Month "2" ;
    a2a:Day "8" ;
    rdfs:label "1843-02-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal"
  ] .

oa:relationep_bhi_d9ad7b34-e48f-d0aa-cba3-dacd2f9b40cc_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_d9ad7b34-e48f-d0aa-cba3-dacd2f9b40cc_Person:6a7357a6-3ffc-53bb-ece9-361ead5e2738 ;
  a2a:EventKeyRef oa:event_bhi_d9ad7b34-e48f-d0aa-cba3-dacd2f9b40cc_Event1 .

oa:relationep_bhi_d9ad7b34-e48f-d0aa-cba3-dacd2f9b40cc_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_d9ad7b34-e48f-d0aa-cba3-dacd2f9b40cc_Person:8ea288dc-b198-419a-eb5e-0fda1f0e8e76 ;
  a2a:EventKeyRef oa:event_bhi_d9ad7b34-e48f-d0aa-cba3-dacd2f9b40cc_Event1 .

oa:relationep_bhi_d9ad7b34-e48f-d0aa-cba3-dacd2f9b40cc_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_d9ad7b34-e48f-d0aa-cba3-dacd2f9b40cc_Person:1f172827-8fc4-e582-53a4-f2da1d8b8966 ;
  a2a:EventKeyRef oa:event_bhi_d9ad7b34-e48f-d0aa-cba3-dacd2f9b40cc_Event1 .

oa:source_bhi_d9ad7b34-e48f-d0aa-cba3-dacd2f9b40cc
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal", "1843-02-08 - 1843-02-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1843-02-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1843-02-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1843" ;
    a2a:Month "2" ;
    a2a:Day "8" ;
    rdfs:label "1843-02-08"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 6738, Periode: 1843" ;
    a2a:Book "Overlijdensregister Roosendaal 1843" ;
    a2a:DocumentNumber "19" ;
    a2a:RegistryNumber "6738" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 6738, Periode: 1843, Overlijdensregister Roosendaal 1843, 19, 6738"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/9d9c08d6-cf26-a619-22fe-e3e35acbdd78.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/9d9c08d6-cf26-a619-22fe-e3e35acbdd78.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-02-11"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/d9ad7b34-e48f-d0aa-cba3-dacd2f9b40cc" ;
  a2a:RecordGUID "{d9ad7b34-e48f-d0aa-cba3-dacd2f9b40cc}" ;
  a2a:SourceRemarkdeel "6738" ;
  a2a:SourceRemarkregister_periode "1843" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260206_1143_00001143.xml van BHI" .

[] a2a:PersonRemarkdatum_overlijden "1843-02-08" .
