@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_ed62f48e-90c8-2f8a-822d-d2f4dd4d40a7
  a a2a:Record ;
  rdfs:label "Overlijden op 7 april 1958 te 's-Hertogenbosch" ;
  a2a:hasPerson oa:person_bhi_ed62f48e-90c8-2f8a-822d-d2f4dd4d40a7_Person-42e531ec-aa06-9b05-dd2f-b4b716cbe5b1, oa:person_bhi_ed62f48e-90c8-2f8a-822d-d2f4dd4d40a7_Person-42dd7606-b939-d69d-6611-94be61cb8e1b, oa:person_bhi_ed62f48e-90c8-2f8a-822d-d2f4dd4d40a7_Person-a01b4201-c50b-9c7f-6491-76ef8c3610a0, oa:person_bhi_ed62f48e-90c8-2f8a-822d-d2f4dd4d40a7_Person-73620179-af87-5c6d-e913-eedd35d6f5c3 ;
  a2a:hasEvent oa:event_bhi_ed62f48e-90c8-2f8a-822d-d2f4dd4d40a7_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_ed62f48e-90c8-2f8a-822d-d2f4dd4d40a7_0, oa:relationep_bhi_ed62f48e-90c8-2f8a-822d-d2f4dd4d40a7_1, oa:relationep_bhi_ed62f48e-90c8-2f8a-822d-d2f4dd4d40a7_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_ed62f48e-90c8-2f8a-822d-d2f4dd4d40a7_0 ;
  a2a:hasSource oa:source_bhi_ed62f48e-90c8-2f8a-822d-d2f4dd4d40a7 .

oa:person_bhi_ed62f48e-90c8-2f8a-822d-d2f4dd4d40a7_Person-42e531ec-aa06-9b05-dd2f-b4b716cbe5b1
  a a2a:Person ;
  rdfs:label "Lucia Hagoort" ;
  a2a:PersonName [
    rdfs:label "Lucia Hagoort" ;
    a2a:PersonNameFirstName "Lucia" ;
    a2a:PersonNameLastName "Hagoort"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_ed62f48e-90c8-2f8a-822d-d2f4dd4d40a7_Person-42dd7606-b939-d69d-6611-94be61cb8e1b
  a a2a:Person ;
  rdfs:label "Wouter Dionisius Middelkoop" ;
  a2a:PersonName [
    rdfs:label "Wouter Dionisius Middelkoop" ;
    a2a:PersonNameFirstName "Wouter Dionisius" ;
    a2a:PersonNameLastName "Middelkoop"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_ed62f48e-90c8-2f8a-822d-d2f4dd4d40a7_Person-a01b4201-c50b-9c7f-6491-76ef8c3610a0
  a a2a:Person ;
  rdfs:label "Roeland Middelkoop" ;
  a2a:PersonName [
    rdfs:label "Roeland Middelkoop" ;
    a2a:PersonNameFirstName "Roeland" ;
    a2a:PersonNameLastName "Middelkoop"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_ed62f48e-90c8-2f8a-822d-d2f4dd4d40a7_Person-73620179-af87-5c6d-e913-eedd35d6f5c3
  a a2a:Person ;
  rdfs:label "Clasina Blanken" ;
  a2a:PersonName [
    rdfs:label "Clasina Blanken" ;
    a2a:PersonNameFirstName "Clasina" ;
    a2a:PersonNameLastName "Blanken"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_ed62f48e-90c8-2f8a-822d-d2f4dd4d40a7_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1958" ;
    a2a:Month "4" ;
    a2a:Day "7" ;
    rdfs:label "1958-04-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch"
  ] .

oa:relationep_bhi_ed62f48e-90c8-2f8a-822d-d2f4dd4d40a7_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_ed62f48e-90c8-2f8a-822d-d2f4dd4d40a7_Person:42e531ec-aa06-9b05-dd2f-b4b716cbe5b1 ;
  a2a:EventKeyRef oa:event_bhi_ed62f48e-90c8-2f8a-822d-d2f4dd4d40a7_Event1 .

oa:relationep_bhi_ed62f48e-90c8-2f8a-822d-d2f4dd4d40a7_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_ed62f48e-90c8-2f8a-822d-d2f4dd4d40a7_Person:42dd7606-b939-d69d-6611-94be61cb8e1b ;
  a2a:EventKeyRef oa:event_bhi_ed62f48e-90c8-2f8a-822d-d2f4dd4d40a7_Event1 .

oa:relationep_bhi_ed62f48e-90c8-2f8a-822d-d2f4dd4d40a7_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_ed62f48e-90c8-2f8a-822d-d2f4dd4d40a7_Person:a01b4201-c50b-9c7f-6491-76ef8c3610a0 ;
  a2a:EventKeyRef oa:event_bhi_ed62f48e-90c8-2f8a-822d-d2f4dd4d40a7_Event1 .

oa:relationpp_bhi_ed62f48e-90c8-2f8a-822d-d2f4dd4d40a7_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_ed62f48e-90c8-2f8a-822d-d2f4dd4d40a7_Person:42dd7606-b939-d69d-6611-94be61cb8e1b, oa:person_bhi_ed62f48e-90c8-2f8a-822d-d2f4dd4d40a7_Person:73620179-af87-5c6d-e913-eedd35d6f5c3 .

oa:source_bhi_ed62f48e-90c8-2f8a-822d-d2f4dd4d40a7
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1958-04-08 - 1958-04-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1958-04-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1958-04-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1958" ;
    a2a:Month "4" ;
    a2a:Day "8" ;
    rdfs:label "1958-04-08"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3838, Periode: 1958" ;
    a2a:Book "Overlijdensregister 's-Hertogenbosch 1958" ;
    a2a:DocumentNumber "222" ;
    a2a:RegistryNumber "3838" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3838, Periode: 1958, Overlijdensregister 's-Hertogenbosch 1958, 222, 3838"
  ] ;
  a2a:SourceLastChangeDate "2019-11-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/ed62f48e-90c8-2f8a-822d-d2f4dd4d40a7" ;
  a2a:RecordGUID "{ed62f48e-90c8-2f8a-822d-d2f4dd4d40a7}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240413_713_00000713.xml van BHI" .

