@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_20da264b-b6a3-eca2-2e4c-7e2ccbbaa1bc
  a a2a:Record ;
  rdfs:label "Overlijden op 21 juli 1864 te 's-Hertogenbosch" ;
  a2a:hasPerson oa:person_bhi_20da264b-b6a3-eca2-2e4c-7e2ccbbaa1bc_Person-73070c58-e20c-cdd8-d345-4e51137c29d2, oa:person_bhi_20da264b-b6a3-eca2-2e4c-7e2ccbbaa1bc_Person-eda99aee-f951-9264-6044-f382f239ba3f, oa:person_bhi_20da264b-b6a3-eca2-2e4c-7e2ccbbaa1bc_Person-cbcb9c95-9076-8615-4a21-c0ee4a2b1f3b ;
  a2a:hasEvent oa:event_bhi_20da264b-b6a3-eca2-2e4c-7e2ccbbaa1bc_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_20da264b-b6a3-eca2-2e4c-7e2ccbbaa1bc_0, oa:relationep_bhi_20da264b-b6a3-eca2-2e4c-7e2ccbbaa1bc_1, oa:relationep_bhi_20da264b-b6a3-eca2-2e4c-7e2ccbbaa1bc_2 ;
  a2a:hasSource oa:source_bhi_20da264b-b6a3-eca2-2e4c-7e2ccbbaa1bc .

oa:person_bhi_20da264b-b6a3-eca2-2e4c-7e2ccbbaa1bc_Person-73070c58-e20c-cdd8-d345-4e51137c29d2
  a a2a:Person ;
  rdfs:label "Rachel Dulaar" ;
  a2a:PersonName [
    rdfs:label "Rachel Dulaar" ;
    a2a:PersonNameFirstName "Rachel" ;
    a2a:PersonNameLastName "Dulaar"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_20da264b-b6a3-eca2-2e4c-7e2ccbbaa1bc_Person-eda99aee-f951-9264-6044-f382f239ba3f
  a a2a:Person ;
  rdfs:label "Betje Frank" ;
  a2a:PersonName [
    rdfs:label "Betje Frank" ;
    a2a:PersonNameFirstName "Betje" ;
    a2a:PersonNameLastName "Frank"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_20da264b-b6a3-eca2-2e4c-7e2ccbbaa1bc_Person-cbcb9c95-9076-8615-4a21-c0ee4a2b1f3b
  a a2a:Person ;
  rdfs:label "Mozes Dulaar" ;
  a2a:PersonName [
    rdfs:label "Mozes Dulaar" ;
    a2a:PersonNameFirstName "Mozes" ;
    a2a:PersonNameLastName "Dulaar"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_20da264b-b6a3-eca2-2e4c-7e2ccbbaa1bc_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1864" ;
    a2a:Month "7" ;
    a2a:Day "21" ;
    rdfs:label "1864-07-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch"
  ] .

oa:relationep_bhi_20da264b-b6a3-eca2-2e4c-7e2ccbbaa1bc_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_20da264b-b6a3-eca2-2e4c-7e2ccbbaa1bc_Person:73070c58-e20c-cdd8-d345-4e51137c29d2 ;
  a2a:EventKeyRef oa:event_bhi_20da264b-b6a3-eca2-2e4c-7e2ccbbaa1bc_Event1 .

oa:relationep_bhi_20da264b-b6a3-eca2-2e4c-7e2ccbbaa1bc_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_20da264b-b6a3-eca2-2e4c-7e2ccbbaa1bc_Person:eda99aee-f951-9264-6044-f382f239ba3f ;
  a2a:EventKeyRef oa:event_bhi_20da264b-b6a3-eca2-2e4c-7e2ccbbaa1bc_Event1 .

oa:relationep_bhi_20da264b-b6a3-eca2-2e4c-7e2ccbbaa1bc_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_20da264b-b6a3-eca2-2e4c-7e2ccbbaa1bc_Person:cbcb9c95-9076-8615-4a21-c0ee4a2b1f3b ;
  a2a:EventKeyRef oa:event_bhi_20da264b-b6a3-eca2-2e4c-7e2ccbbaa1bc_Event1 .

oa:source_bhi_20da264b-b6a3-eca2-2e4c-7e2ccbbaa1bc
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1864-07-27 - 1864-07-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1864-07-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1864-07-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1864" ;
    a2a:Month "7" ;
    a2a:Day "27" ;
    rdfs:label "1864-07-27"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 4247, Periode: 1864" ;
    a2a:Book "Overlijdensregister 's-Hertogenbosch 1864" ;
    a2a:DocumentNumber "418" ;
    a2a:RegistryNumber "4247" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 4247, Periode: 1864, Overlijdensregister 's-Hertogenbosch 1864, 418, 4247"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/9b6c64fd-9934-380f-018b-eff4631f7e32.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/9b6c64fd-9934-380f-018b-eff4631f7e32.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-07-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/20da264b-b6a3-eca2-2e4c-7e2ccbbaa1bc" ;
  a2a:RecordGUID "{20da264b-b6a3-eca2-2e4c-7e2ccbbaa1bc}" ;
  a2a:SourceRemarkOpmerking "Extract overlijden der gemeente 's Gravenhage." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_24249_00024249.xml van BHI" .

