@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_02ac1629-d5db-e18d-d66e-dc0763d13dae
  a a2a:Record ;
  rdfs:label "Overlijden op 26 maart 1862 te 's-Hertogenbosch" ;
  a2a:hasPerson oa:person_bhi_02ac1629-d5db-e18d-d66e-dc0763d13dae_Person-04a07e73-a339-e462-5354-87ec93d5c9a6, oa:person_bhi_02ac1629-d5db-e18d-d66e-dc0763d13dae_Person-81cb4a1b-4245-3d10-8478-1055376aef35, oa:person_bhi_02ac1629-d5db-e18d-d66e-dc0763d13dae_Person-25ba7fec-0e7b-2b18-4bee-398bd3669a00, oa:person_bhi_02ac1629-d5db-e18d-d66e-dc0763d13dae_Person-5141edc7-ac9e-9540-1e7f-815472a68e78 ;
  a2a:hasEvent oa:event_bhi_02ac1629-d5db-e18d-d66e-dc0763d13dae_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_02ac1629-d5db-e18d-d66e-dc0763d13dae_0, oa:relationep_bhi_02ac1629-d5db-e18d-d66e-dc0763d13dae_1, oa:relationep_bhi_02ac1629-d5db-e18d-d66e-dc0763d13dae_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_02ac1629-d5db-e18d-d66e-dc0763d13dae_0 ;
  a2a:hasSource oa:source_bhi_02ac1629-d5db-e18d-d66e-dc0763d13dae .

oa:person_bhi_02ac1629-d5db-e18d-d66e-dc0763d13dae_Person-04a07e73-a339-e462-5354-87ec93d5c9a6
  a a2a:Person ;
  rdfs:label "Joanna van Beek" ;
  a2a:PersonName [
    rdfs:label "Joanna van Beek" ;
    a2a:PersonNameFirstName "Joanna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Beek"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_02ac1629-d5db-e18d-d66e-dc0763d13dae_Person-81cb4a1b-4245-3d10-8478-1055376aef35
  a a2a:Person ;
  rdfs:label "Joanna Maria Spuls" ;
  a2a:PersonName [
    rdfs:label "Joanna Maria Spuls" ;
    a2a:PersonNameFirstName "Joanna Maria" ;
    a2a:PersonNameLastName "Spuls"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_02ac1629-d5db-e18d-d66e-dc0763d13dae_Person-25ba7fec-0e7b-2b18-4bee-398bd3669a00
  a a2a:Person ;
  rdfs:label "Gerardus Spuls" ;
  a2a:PersonName [
    rdfs:label "Gerardus Spuls" ;
    a2a:PersonNameFirstName "Gerardus" ;
    a2a:PersonNameLastName "Spuls"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_02ac1629-d5db-e18d-d66e-dc0763d13dae_Person-5141edc7-ac9e-9540-1e7f-815472a68e78
  a a2a:Person ;
  rdfs:label "Joannes Olieslagers" ;
  a2a:PersonName [
    rdfs:label "Joannes Olieslagers" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Olieslagers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_02ac1629-d5db-e18d-d66e-dc0763d13dae_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1862" ;
    a2a:Month "3" ;
    a2a:Day "26" ;
    rdfs:label "1862-03-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch"
  ] .

oa:relationep_bhi_02ac1629-d5db-e18d-d66e-dc0763d13dae_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_02ac1629-d5db-e18d-d66e-dc0763d13dae_Person:04a07e73-a339-e462-5354-87ec93d5c9a6 ;
  a2a:EventKeyRef oa:event_bhi_02ac1629-d5db-e18d-d66e-dc0763d13dae_Event1 .

oa:relationep_bhi_02ac1629-d5db-e18d-d66e-dc0763d13dae_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_02ac1629-d5db-e18d-d66e-dc0763d13dae_Person:81cb4a1b-4245-3d10-8478-1055376aef35 ;
  a2a:EventKeyRef oa:event_bhi_02ac1629-d5db-e18d-d66e-dc0763d13dae_Event1 .

oa:relationep_bhi_02ac1629-d5db-e18d-d66e-dc0763d13dae_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_02ac1629-d5db-e18d-d66e-dc0763d13dae_Person:25ba7fec-0e7b-2b18-4bee-398bd3669a00 ;
  a2a:EventKeyRef oa:event_bhi_02ac1629-d5db-e18d-d66e-dc0763d13dae_Event1 .

oa:relationpp_bhi_02ac1629-d5db-e18d-d66e-dc0763d13dae_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_02ac1629-d5db-e18d-d66e-dc0763d13dae_Person:81cb4a1b-4245-3d10-8478-1055376aef35, oa:person_bhi_02ac1629-d5db-e18d-d66e-dc0763d13dae_Person:5141edc7-ac9e-9540-1e7f-815472a68e78 .

oa:source_bhi_02ac1629-d5db-e18d-d66e-dc0763d13dae
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1862-03-27 - 1862-03-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1862-03-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1862-03-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1862" ;
    a2a:Month "3" ;
    a2a:Day "27" ;
    rdfs:label "1862-03-27"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 4245, Periode: 1862" ;
    a2a:Book "Overlijdensregister 's-Hertogenbosch 1862" ;
    a2a:DocumentNumber "172" ;
    a2a:RegistryNumber "4245" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 4245, Periode: 1862, Overlijdensregister 's-Hertogenbosch 1862, 172, 4245"
  ] ;
  a2a:SourceLastChangeDate "2019-07-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/02ac1629-d5db-e18d-d66e-dc0763d13dae" ;
  a2a:RecordGUID "{02ac1629-d5db-e18d-d66e-dc0763d13dae}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_24520_00024520.xml van BHI" .

