@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_e4dfb2b3-4276-ecc2-8c70-a3511e2040d4
  a a2a:Record ;
  rdfs:label "Overlijden op 1 juni 1962 te 's-Hertogenbosch" ;
  a2a:hasPerson oa:person_bhi_e4dfb2b3-4276-ecc2-8c70-a3511e2040d4_Person-584276c6-9d75-88b6-d479-20c1a061bd17, oa:person_bhi_e4dfb2b3-4276-ecc2-8c70-a3511e2040d4_Person-42f1f9ab-7db7-d07f-198f-150db71d2032, oa:person_bhi_e4dfb2b3-4276-ecc2-8c70-a3511e2040d4_Person-50b51e78-eb95-a971-3504-6c8171905ab4, oa:person_bhi_e4dfb2b3-4276-ecc2-8c70-a3511e2040d4_Person-3c73d6e9-94fd-2f65-71da-077294c240f2 ;
  a2a:hasEvent oa:event_bhi_e4dfb2b3-4276-ecc2-8c70-a3511e2040d4_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_e4dfb2b3-4276-ecc2-8c70-a3511e2040d4_0, oa:relationep_bhi_e4dfb2b3-4276-ecc2-8c70-a3511e2040d4_1, oa:relationep_bhi_e4dfb2b3-4276-ecc2-8c70-a3511e2040d4_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_e4dfb2b3-4276-ecc2-8c70-a3511e2040d4_0 ;
  a2a:hasSource oa:source_bhi_e4dfb2b3-4276-ecc2-8c70-a3511e2040d4 .

oa:person_bhi_e4dfb2b3-4276-ecc2-8c70-a3511e2040d4_Person-584276c6-9d75-88b6-d479-20c1a061bd17
  a a2a:Person ;
  rdfs:label "Cornelia Maria Disco" ;
  a2a:PersonName [
    rdfs:label "Cornelia Maria Disco" ;
    a2a:PersonNameFirstName "Cornelia Maria" ;
    a2a:PersonNameLastName "Disco"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e4dfb2b3-4276-ecc2-8c70-a3511e2040d4_Person-42f1f9ab-7db7-d07f-198f-150db71d2032
  a a2a:Person ;
  rdfs:label "Jacobus Verheugd" ;
  a2a:PersonName [
    rdfs:label "Jacobus Verheugd" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Verheugd"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_e4dfb2b3-4276-ecc2-8c70-a3511e2040d4_Person-50b51e78-eb95-a971-3504-6c8171905ab4
  a a2a:Person ;
  rdfs:label "Eduardus Verheugd" ;
  a2a:PersonName [
    rdfs:label "Eduardus Verheugd" ;
    a2a:PersonNameFirstName "Eduardus" ;
    a2a:PersonNameLastName "Verheugd"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e4dfb2b3-4276-ecc2-8c70-a3511e2040d4_Person-3c73d6e9-94fd-2f65-71da-077294c240f2
  a a2a:Person ;
  rdfs:label "Wilhelmina Francisca Catharina van der Heijden" ;
  a2a:PersonName [
    rdfs:label "Wilhelmina Francisca Catharina van der Heijden" ;
    a2a:PersonNameFirstName "Wilhelmina Francisca Catharina" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Heijden"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_e4dfb2b3-4276-ecc2-8c70-a3511e2040d4_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1962" ;
    a2a:Month "6" ;
    a2a:Day "1" ;
    rdfs:label "1962-06-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch"
  ] .

oa:relationep_bhi_e4dfb2b3-4276-ecc2-8c70-a3511e2040d4_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_e4dfb2b3-4276-ecc2-8c70-a3511e2040d4_Person:584276c6-9d75-88b6-d479-20c1a061bd17 ;
  a2a:EventKeyRef oa:event_bhi_e4dfb2b3-4276-ecc2-8c70-a3511e2040d4_Event1 .

oa:relationep_bhi_e4dfb2b3-4276-ecc2-8c70-a3511e2040d4_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_e4dfb2b3-4276-ecc2-8c70-a3511e2040d4_Person:42f1f9ab-7db7-d07f-198f-150db71d2032 ;
  a2a:EventKeyRef oa:event_bhi_e4dfb2b3-4276-ecc2-8c70-a3511e2040d4_Event1 .

oa:relationep_bhi_e4dfb2b3-4276-ecc2-8c70-a3511e2040d4_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_e4dfb2b3-4276-ecc2-8c70-a3511e2040d4_Person:50b51e78-eb95-a971-3504-6c8171905ab4 ;
  a2a:EventKeyRef oa:event_bhi_e4dfb2b3-4276-ecc2-8c70-a3511e2040d4_Event1 .

oa:relationpp_bhi_e4dfb2b3-4276-ecc2-8c70-a3511e2040d4_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_e4dfb2b3-4276-ecc2-8c70-a3511e2040d4_Person:42f1f9ab-7db7-d07f-198f-150db71d2032, oa:person_bhi_e4dfb2b3-4276-ecc2-8c70-a3511e2040d4_Person:3c73d6e9-94fd-2f65-71da-077294c240f2 .

oa:source_bhi_e4dfb2b3-4276-ecc2-8c70-a3511e2040d4
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1962-06-04 - 1962-06-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1962-06-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1962-06-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1962" ;
    a2a:Month "6" ;
    a2a:Day "4" ;
    rdfs:label "1962-06-04"^^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 "391" ;
    a2a:RegistryNumber "3761" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3761, Periode: 1962, Overlijdensregister 's-Hertogenbosch 1962, 391, 3761"
  ] ;
  a2a:SourceLastChangeDate "2019-06-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/e4dfb2b3-4276-ecc2-8c70-a3511e2040d4" ;
  a2a:RecordGUID "{e4dfb2b3-4276-ecc2-8c70-a3511e2040d4}" ;
  a2a:SourceRemarkOpmerking "Eerder gehuwd geweest met Adriana Petronella de Kok en met Maria Hurkens." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240413_705_00000705.xml van BHI" .

