@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_dbf8080c-0c43-18c0-4c06-e786f4eb8931
  a a2a:Record ;
  rdfs:label "Overlijden op 26 december 1962 te 's-Hertogenbosch" ;
  a2a:hasPerson oa:person_bhi_dbf8080c-0c43-18c0-4c06-e786f4eb8931_Person-e64dba00-2302-2011-29ad-1edf967bae45, oa:person_bhi_dbf8080c-0c43-18c0-4c06-e786f4eb8931_Person-9349049f-61f5-2bd3-0d7b-75a51107b89c, oa:person_bhi_dbf8080c-0c43-18c0-4c06-e786f4eb8931_Person-d925c645-03e2-e90d-4cff-50d97f7cc55e, oa:person_bhi_dbf8080c-0c43-18c0-4c06-e786f4eb8931_Person-292e0406-6605-680d-cc08-669d5f80d171 ;
  a2a:hasEvent oa:event_bhi_dbf8080c-0c43-18c0-4c06-e786f4eb8931_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_dbf8080c-0c43-18c0-4c06-e786f4eb8931_0, oa:relationep_bhi_dbf8080c-0c43-18c0-4c06-e786f4eb8931_1, oa:relationep_bhi_dbf8080c-0c43-18c0-4c06-e786f4eb8931_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_dbf8080c-0c43-18c0-4c06-e786f4eb8931_0 ;
  a2a:hasSource oa:source_bhi_dbf8080c-0c43-18c0-4c06-e786f4eb8931 .

oa:person_bhi_dbf8080c-0c43-18c0-4c06-e786f4eb8931_Person-e64dba00-2302-2011-29ad-1edf967bae45
  a a2a:Person ;
  rdfs:label "Johanna Pelders" ;
  a2a:PersonName [
    rdfs:label "Johanna Pelders" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Pelders"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_dbf8080c-0c43-18c0-4c06-e786f4eb8931_Person-9349049f-61f5-2bd3-0d7b-75a51107b89c
  a a2a:Person ;
  rdfs:label "Adriana Elisabeth Meys" ;
  a2a:PersonName [
    rdfs:label "Adriana Elisabeth Meys" ;
    a2a:PersonNameFirstName "Adriana Elisabeth" ;
    a2a:PersonNameLastName "Meys"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_dbf8080c-0c43-18c0-4c06-e786f4eb8931_Person-d925c645-03e2-e90d-4cff-50d97f7cc55e
  a a2a:Person ;
  rdfs:label "Adrianus Meys" ;
  a2a:PersonName [
    rdfs:label "Adrianus Meys" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Meys"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_dbf8080c-0c43-18c0-4c06-e786f4eb8931_Person-292e0406-6605-680d-cc08-669d5f80d171
  a a2a:Person ;
  rdfs:label "Cornelis van Noort" ;
  a2a:PersonName [
    rdfs:label "Cornelis van Noort" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Noort"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_dbf8080c-0c43-18c0-4c06-e786f4eb8931_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1962" ;
    a2a:Month "12" ;
    a2a:Day "26" ;
    rdfs:label "1962-12-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch"
  ] .

oa:relationep_bhi_dbf8080c-0c43-18c0-4c06-e786f4eb8931_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_dbf8080c-0c43-18c0-4c06-e786f4eb8931_Person:e64dba00-2302-2011-29ad-1edf967bae45 ;
  a2a:EventKeyRef oa:event_bhi_dbf8080c-0c43-18c0-4c06-e786f4eb8931_Event1 .

oa:relationep_bhi_dbf8080c-0c43-18c0-4c06-e786f4eb8931_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_dbf8080c-0c43-18c0-4c06-e786f4eb8931_Person:9349049f-61f5-2bd3-0d7b-75a51107b89c ;
  a2a:EventKeyRef oa:event_bhi_dbf8080c-0c43-18c0-4c06-e786f4eb8931_Event1 .

oa:relationep_bhi_dbf8080c-0c43-18c0-4c06-e786f4eb8931_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_dbf8080c-0c43-18c0-4c06-e786f4eb8931_Person:d925c645-03e2-e90d-4cff-50d97f7cc55e ;
  a2a:EventKeyRef oa:event_bhi_dbf8080c-0c43-18c0-4c06-e786f4eb8931_Event1 .

oa:relationpp_bhi_dbf8080c-0c43-18c0-4c06-e786f4eb8931_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_dbf8080c-0c43-18c0-4c06-e786f4eb8931_Person:9349049f-61f5-2bd3-0d7b-75a51107b89c, oa:person_bhi_dbf8080c-0c43-18c0-4c06-e786f4eb8931_Person:292e0406-6605-680d-cc08-669d5f80d171 .

oa:source_bhi_dbf8080c-0c43-18c0-4c06-e786f4eb8931
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1962-12-27 - 1962-12-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1962-12-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1962-12-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1962" ;
    a2a:Month "12" ;
    a2a:Day "27" ;
    rdfs:label "1962-12-27"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3761, Periode: 1962" ;
    a2a:Book "Overlijdensregister 's-Hertogenbosch 1962" ;
    a2a:DocumentNumber "879" ;
    a2a:RegistryNumber "3761" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3761, Periode: 1962, Overlijdensregister 's-Hertogenbosch 1962, 879, 3761"
  ] ;
  a2a:SourceLastChangeDate "2019-06-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/dbf8080c-0c43-18c0-4c06-e786f4eb8931" ;
  a2a:RecordGUID "{dbf8080c-0c43-18c0-4c06-e786f4eb8931}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240413_697_00000697.xml van BHI" .

