@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_e18e4d86-e6e8-98b0-ae2e-14757a4c78c3
  a a2a:Record ;
  rdfs:label "Overlijden op 27 mei 1836 te Woudrichem" ;
  a2a:hasPerson oa:person_bhi_e18e4d86-e6e8-98b0-ae2e-14757a4c78c3_Person-8af1ce7f-df95-1244-35e7-a2152a97995c, oa:person_bhi_e18e4d86-e6e8-98b0-ae2e-14757a4c78c3_Person-d3b55284-6f87-4127-8004-be44bef4da9b, oa:person_bhi_e18e4d86-e6e8-98b0-ae2e-14757a4c78c3_Person-bd749271-f01e-4ab1-267c-a4e75b8759cf ;
  a2a:hasEvent oa:event_bhi_e18e4d86-e6e8-98b0-ae2e-14757a4c78c3_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_e18e4d86-e6e8-98b0-ae2e-14757a4c78c3_0, oa:relationep_bhi_e18e4d86-e6e8-98b0-ae2e-14757a4c78c3_1, oa:relationep_bhi_e18e4d86-e6e8-98b0-ae2e-14757a4c78c3_2 ;
  a2a:hasSource oa:source_bhi_e18e4d86-e6e8-98b0-ae2e-14757a4c78c3 .

oa:person_bhi_e18e4d86-e6e8-98b0-ae2e-14757a4c78c3_Person-8af1ce7f-df95-1244-35e7-a2152a97995c
  a a2a:Person ;
  rdfs:label "Poulina Benjamins" ;
  a2a:PersonName [
    rdfs:label "Poulina Benjamins" ;
    a2a:PersonNameFirstName "Poulina" ;
    a2a:PersonNameLastName "Benjamins"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_e18e4d86-e6e8-98b0-ae2e-14757a4c78c3_Person-d3b55284-6f87-4127-8004-be44bef4da9b
  a a2a:Person ;
  rdfs:label "Rebekka Mozes Drievoet" ;
  a2a:PersonName [
    rdfs:label "Rebekka Mozes Drievoet" ;
    a2a:PersonNameFirstName "Rebekka Mozes" ;
    a2a:PersonNameLastName "Drievoet"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e18e4d86-e6e8-98b0-ae2e-14757a4c78c3_Person-bd749271-f01e-4ab1-267c-a4e75b8759cf
  a a2a:Person ;
  rdfs:label "Abram Joseph Benjamins" ;
  a2a:PersonName [
    rdfs:label "Abram Joseph Benjamins" ;
    a2a:PersonNameFirstName "Abram Joseph" ;
    a2a:PersonNameLastName "Benjamins"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_e18e4d86-e6e8-98b0-ae2e-14757a4c78c3_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1836" ;
    a2a:Month "5" ;
    a2a:Day "27" ;
    rdfs:label "1836-05-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Woudrichem" ;
    rdfs:label "Woudrichem"
  ] .

oa:relationep_bhi_e18e4d86-e6e8-98b0-ae2e-14757a4c78c3_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_e18e4d86-e6e8-98b0-ae2e-14757a4c78c3_Person:8af1ce7f-df95-1244-35e7-a2152a97995c ;
  a2a:EventKeyRef oa:event_bhi_e18e4d86-e6e8-98b0-ae2e-14757a4c78c3_Event1 .

oa:relationep_bhi_e18e4d86-e6e8-98b0-ae2e-14757a4c78c3_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_e18e4d86-e6e8-98b0-ae2e-14757a4c78c3_Person:d3b55284-6f87-4127-8004-be44bef4da9b ;
  a2a:EventKeyRef oa:event_bhi_e18e4d86-e6e8-98b0-ae2e-14757a4c78c3_Event1 .

oa:relationep_bhi_e18e4d86-e6e8-98b0-ae2e-14757a4c78c3_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_e18e4d86-e6e8-98b0-ae2e-14757a4c78c3_Person:bd749271-f01e-4ab1-267c-a4e75b8759cf ;
  a2a:EventKeyRef oa:event_bhi_e18e4d86-e6e8-98b0-ae2e-14757a4c78c3_Event1 .

oa:source_bhi_e18e4d86-e6e8-98b0-ae2e-14757a4c78c3
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Woudrichem" ;
    rdfs:label "Woudrichem", "1836-05-27 - 1836-05-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1836-05-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1836-05-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1836" ;
    a2a:Month "5" ;
    a2a:Day "27" ;
    rdfs:label "1836-05-27"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 9157, Periode: 1836" ;
    a2a:Book "Overlijdensregister Woudrichem 1836" ;
    a2a:DocumentNumber "21" ;
    a2a:RegistryNumber "9157" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 9157, Periode: 1836, Overlijdensregister Woudrichem 1836, 21, 9157"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/0dc0da02-26da-2a44-dbe1-be0c0f8012a3.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/0dc0da02-26da-2a44-dbe1-be0c0f8012a3.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-02-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/e18e4d86-e6e8-98b0-ae2e-14757a4c78c3" ;
  a2a:RecordGUID "{e18e4d86-e6e8-98b0-ae2e-14757a4c78c3}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_72793_00072793.xml van BHI" .

