@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_dba5c8ef-efab-63a0-4c3d-cdecb4384ceb
  a a2a:Record ;
  rdfs:label "Overlijden op 23 mei 1965 te 's-Hertogenbosch" ;
  a2a:hasPerson oa:person_bhi_dba5c8ef-efab-63a0-4c3d-cdecb4384ceb_Person-c96cd850-603c-1c6c-4061-2c4f7f953abc, oa:person_bhi_dba5c8ef-efab-63a0-4c3d-cdecb4384ceb_Person-0e97a4e5-dc58-4f4b-d1fa-a3e8c21565dc, oa:person_bhi_dba5c8ef-efab-63a0-4c3d-cdecb4384ceb_Person-bd92e94b-e315-4514-2bcf-531fcec656a4, oa:person_bhi_dba5c8ef-efab-63a0-4c3d-cdecb4384ceb_Person-5e3d84aa-728e-8819-92c6-91672502f857 ;
  a2a:hasEvent oa:event_bhi_dba5c8ef-efab-63a0-4c3d-cdecb4384ceb_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_dba5c8ef-efab-63a0-4c3d-cdecb4384ceb_0, oa:relationep_bhi_dba5c8ef-efab-63a0-4c3d-cdecb4384ceb_1, oa:relationep_bhi_dba5c8ef-efab-63a0-4c3d-cdecb4384ceb_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_dba5c8ef-efab-63a0-4c3d-cdecb4384ceb_0 ;
  a2a:hasSource oa:source_bhi_dba5c8ef-efab-63a0-4c3d-cdecb4384ceb .

oa:person_bhi_dba5c8ef-efab-63a0-4c3d-cdecb4384ceb_Person-c96cd850-603c-1c6c-4061-2c4f7f953abc
  a a2a:Person ;
  rdfs:label "Catharina van Mensfoort" ;
  a2a:PersonName [
    rdfs:label "Catharina van Mensfoort" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Mensfoort"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_dba5c8ef-efab-63a0-4c3d-cdecb4384ceb_Person-0e97a4e5-dc58-4f4b-d1fa-a3e8c21565dc
  a a2a:Person ;
  rdfs:label "Johannes Adrianus Simons" ;
  a2a:PersonName [
    rdfs:label "Johannes Adrianus Simons" ;
    a2a:PersonNameFirstName "Johannes Adrianus" ;
    a2a:PersonNameLastName "Simons"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_dba5c8ef-efab-63a0-4c3d-cdecb4384ceb_Person-bd92e94b-e315-4514-2bcf-531fcec656a4
  a a2a:Person ;
  rdfs:label "Hendrikus Simons" ;
  a2a:PersonName [
    rdfs:label "Hendrikus Simons" ;
    a2a:PersonNameFirstName "Hendrikus" ;
    a2a:PersonNameLastName "Simons"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_dba5c8ef-efab-63a0-4c3d-cdecb4384ceb_Person-5e3d84aa-728e-8819-92c6-91672502f857
  a a2a:Person ;
  rdfs:label "Adriana Rosalia Simons" ;
  a2a:PersonName [
    rdfs:label "Adriana Rosalia Simons" ;
    a2a:PersonNameFirstName "Adriana Rosalia" ;
    a2a:PersonNameLastName "Simons"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_dba5c8ef-efab-63a0-4c3d-cdecb4384ceb_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1965" ;
    a2a:Month "5" ;
    a2a:Day "23" ;
    rdfs:label "1965-05-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch"
  ] .

oa:relationep_bhi_dba5c8ef-efab-63a0-4c3d-cdecb4384ceb_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_dba5c8ef-efab-63a0-4c3d-cdecb4384ceb_Person:c96cd850-603c-1c6c-4061-2c4f7f953abc ;
  a2a:EventKeyRef oa:event_bhi_dba5c8ef-efab-63a0-4c3d-cdecb4384ceb_Event1 .

oa:relationep_bhi_dba5c8ef-efab-63a0-4c3d-cdecb4384ceb_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_dba5c8ef-efab-63a0-4c3d-cdecb4384ceb_Person:0e97a4e5-dc58-4f4b-d1fa-a3e8c21565dc ;
  a2a:EventKeyRef oa:event_bhi_dba5c8ef-efab-63a0-4c3d-cdecb4384ceb_Event1 .

oa:relationep_bhi_dba5c8ef-efab-63a0-4c3d-cdecb4384ceb_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_dba5c8ef-efab-63a0-4c3d-cdecb4384ceb_Person:bd92e94b-e315-4514-2bcf-531fcec656a4 ;
  a2a:EventKeyRef oa:event_bhi_dba5c8ef-efab-63a0-4c3d-cdecb4384ceb_Event1 .

oa:relationpp_bhi_dba5c8ef-efab-63a0-4c3d-cdecb4384ceb_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_dba5c8ef-efab-63a0-4c3d-cdecb4384ceb_Person:0e97a4e5-dc58-4f4b-d1fa-a3e8c21565dc, oa:person_bhi_dba5c8ef-efab-63a0-4c3d-cdecb4384ceb_Person:5e3d84aa-728e-8819-92c6-91672502f857 .

oa:source_bhi_dba5c8ef-efab-63a0-4c3d-cdecb4384ceb
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1965-05-24 - 1965-05-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1965-05-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1965-05-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1965" ;
    a2a:Month "5" ;
    a2a:Day "24" ;
    rdfs:label "1965-05-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3764, Periode: 1965" ;
    a2a:Book "Overlijdensregister 's-Hertogenbosch 1965" ;
    a2a:DocumentNumber "354" ;
    a2a:RegistryNumber "3764" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3764, Periode: 1965, Overlijdensregister 's-Hertogenbosch 1965, 354, 3764"
  ] ;
  a2a:SourceLastChangeDate "2019-06-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/dba5c8ef-efab-63a0-4c3d-cdecb4384ceb" ;
  a2a:RecordGUID "{dba5c8ef-efab-63a0-4c3d-cdecb4384ceb}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240413_696_00000696.xml van BHI" .

