@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_1ebd77bb-e6fb-471e-da5f-8e787e26ab15
  a a2a:Record ;
  rdfs:label "Overlijden op 22 november 1974 te Drunen" ;
  a2a:hasPerson oa:person_bhi_1ebd77bb-e6fb-471e-da5f-8e787e26ab15_Person-ff115b17-50bb-6235-d16e-22acc626535b, oa:person_bhi_1ebd77bb-e6fb-471e-da5f-8e787e26ab15_Person-2e90e664-912c-8a46-ce7c-af31c1e0004f, oa:person_bhi_1ebd77bb-e6fb-471e-da5f-8e787e26ab15_Person-89904e95-9264-9fa0-5516-b39d81a7715b, oa:person_bhi_1ebd77bb-e6fb-471e-da5f-8e787e26ab15_Person-2391a565-3605-ce70-3ba9-5166649fae58 ;
  a2a:hasEvent oa:event_bhi_1ebd77bb-e6fb-471e-da5f-8e787e26ab15_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_1ebd77bb-e6fb-471e-da5f-8e787e26ab15_0, oa:relationep_bhi_1ebd77bb-e6fb-471e-da5f-8e787e26ab15_1, oa:relationep_bhi_1ebd77bb-e6fb-471e-da5f-8e787e26ab15_2, oa:relationep_bhi_1ebd77bb-e6fb-471e-da5f-8e787e26ab15_3 ;
  a2a:hasSource oa:source_bhi_1ebd77bb-e6fb-471e-da5f-8e787e26ab15 .

oa:person_bhi_1ebd77bb-e6fb-471e-da5f-8e787e26ab15_Person-ff115b17-50bb-6235-d16e-22acc626535b
  a a2a:Person ;
  rdfs:label "Wilhelmina van den Aker" ;
  a2a:PersonName [
    rdfs:label "Wilhelmina van den Aker" ;
    a2a:PersonNameFirstName "Wilhelmina" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Aker"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1ebd77bb-e6fb-471e-da5f-8e787e26ab15_Person-2e90e664-912c-8a46-ce7c-af31c1e0004f
  a a2a:Person ;
  rdfs:label "Gerardus de Gouw" ;
  a2a:PersonName [
    rdfs:label "Gerardus de Gouw" ;
    a2a:PersonNameFirstName "Gerardus" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Gouw"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_1ebd77bb-e6fb-471e-da5f-8e787e26ab15_Person-89904e95-9264-9fa0-5516-b39d81a7715b
  a a2a:Person ;
  rdfs:label "Angenes Merx" ;
  a2a:PersonName [
    rdfs:label "Angenes Merx" ;
    a2a:PersonNameFirstName "Angenes" ;
    a2a:PersonNameLastName "Merx"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1ebd77bb-e6fb-471e-da5f-8e787e26ab15_Person-2391a565-3605-ce70-3ba9-5166649fae58
  a a2a:Person ;
  rdfs:label "Hendrikus de Gouw" ;
  a2a:PersonName [
    rdfs:label "Hendrikus de Gouw" ;
    a2a:PersonNameFirstName "Hendrikus" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Gouw"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_1ebd77bb-e6fb-471e-da5f-8e787e26ab15_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1974" ;
    a2a:Month "11" ;
    a2a:Day "22" ;
    rdfs:label "1974-11-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Drunen" ;
    rdfs:label "Drunen"
  ] .

oa:relationep_bhi_1ebd77bb-e6fb-471e-da5f-8e787e26ab15_0
  a a2a:RelationEP ;
  rdfs:label "other:Gehuwd geweest met" ;
  a2a:RelationType "other:Gehuwd geweest met" ;
  a2a:PersonKeyRef oa:person_bhi_1ebd77bb-e6fb-471e-da5f-8e787e26ab15_Person:ff115b17-50bb-6235-d16e-22acc626535b ;
  a2a:EventKeyRef oa:event_bhi_1ebd77bb-e6fb-471e-da5f-8e787e26ab15_Event1 .

oa:relationep_bhi_1ebd77bb-e6fb-471e-da5f-8e787e26ab15_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_1ebd77bb-e6fb-471e-da5f-8e787e26ab15_Person:2e90e664-912c-8a46-ce7c-af31c1e0004f ;
  a2a:EventKeyRef oa:event_bhi_1ebd77bb-e6fb-471e-da5f-8e787e26ab15_Event1 .

oa:relationep_bhi_1ebd77bb-e6fb-471e-da5f-8e787e26ab15_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_1ebd77bb-e6fb-471e-da5f-8e787e26ab15_Person:89904e95-9264-9fa0-5516-b39d81a7715b ;
  a2a:EventKeyRef oa:event_bhi_1ebd77bb-e6fb-471e-da5f-8e787e26ab15_Event1 .

oa:relationep_bhi_1ebd77bb-e6fb-471e-da5f-8e787e26ab15_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_1ebd77bb-e6fb-471e-da5f-8e787e26ab15_Person:2391a565-3605-ce70-3ba9-5166649fae58 ;
  a2a:EventKeyRef oa:event_bhi_1ebd77bb-e6fb-471e-da5f-8e787e26ab15_Event1 .

oa:source_bhi_1ebd77bb-e6fb-471e-da5f-8e787e26ab15
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Drunen" ;
    rdfs:label "Drunen", "1974-11-22 - 1974-11-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1974-11-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1974-11-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1974" ;
    a2a:Month "11" ;
    a2a:Day "22" ;
    rdfs:label "1974-11-22"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3160, Periode: 1974" ;
    a2a:Book "Overlijdensregister Drunen 1974" ;
    a2a:DocumentNumber "28" ;
    a2a:RegistryNumber "3160" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3160, Periode: 1974, Overlijdensregister Drunen 1974, 28, 3160"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/2a3badda-12cf-91b6-fe6e-0a8f322122b7.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/2a3badda-12cf-91b6-fe6e-0a8f322122b7.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-07-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/1ebd77bb-e6fb-471e-da5f-8e787e26ab15" ;
  a2a:RecordGUID "{1ebd77bb-e6fb-471e-da5f-8e787e26ab15}" ;
  a2a:SourceRemarkdeel "3160" ;
  a2a:SourceRemarkregister_periode "1974" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250909_611_00000611.xml van BHI" .

[] a2a:PersonRemarkdatum_overlijden "1974-11-22" .
