@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_e4af1de9-11f5-41ca-4f04-4e013fa2192d
  a a2a:Record ;
  rdfs:label "Overlijden op 29 januari 1975 te Veghel" ;
  a2a:hasPerson oa:person_bhi_e4af1de9-11f5-41ca-4f04-4e013fa2192d_Person-36243127-f366-c677-a7e6-01a1639c4d3a, oa:person_bhi_e4af1de9-11f5-41ca-4f04-4e013fa2192d_Person-4caeca98-909c-7bfc-b349-6e85c506436a, oa:person_bhi_e4af1de9-11f5-41ca-4f04-4e013fa2192d_Person-38c9de75-0d38-0ab2-fd9c-69c07cfa0bd9, oa:person_bhi_e4af1de9-11f5-41ca-4f04-4e013fa2192d_Person-34ae1a12-cd0e-519c-f2cf-b71672becf81 ;
  a2a:hasEvent oa:event_bhi_e4af1de9-11f5-41ca-4f04-4e013fa2192d_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_e4af1de9-11f5-41ca-4f04-4e013fa2192d_0, oa:relationep_bhi_e4af1de9-11f5-41ca-4f04-4e013fa2192d_1, oa:relationep_bhi_e4af1de9-11f5-41ca-4f04-4e013fa2192d_2, oa:relationep_bhi_e4af1de9-11f5-41ca-4f04-4e013fa2192d_3 ;
  a2a:hasSource oa:source_bhi_e4af1de9-11f5-41ca-4f04-4e013fa2192d .

oa:person_bhi_e4af1de9-11f5-41ca-4f04-4e013fa2192d_Person-36243127-f366-c677-a7e6-01a1639c4d3a
  a a2a:Person ;
  rdfs:label "Johannes van de Valk" ;
  a2a:PersonName [
    rdfs:label "Johannes van de Valk" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Valk"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_e4af1de9-11f5-41ca-4f04-4e013fa2192d_Person-4caeca98-909c-7bfc-b349-6e85c506436a
  a a2a:Person ;
  rdfs:label "Cornelia Peters" ;
  a2a:PersonName [
    rdfs:label "Cornelia Peters" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Peters"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e4af1de9-11f5-41ca-4f04-4e013fa2192d_Person-38c9de75-0d38-0ab2-fd9c-69c07cfa0bd9
  a a2a:Person ;
  rdfs:label "Theodorus van de Valk" ;
  a2a:PersonName [
    rdfs:label "Theodorus van de Valk" ;
    a2a:PersonNameFirstName "Theodorus" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Valk"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e4af1de9-11f5-41ca-4f04-4e013fa2192d_Person-34ae1a12-cd0e-519c-f2cf-b71672becf81
  a a2a:Person ;
  rdfs:label "Dorothea Bevers" ;
  a2a:PersonName [
    rdfs:label "Dorothea Bevers" ;
    a2a:PersonNameFirstName "Dorothea" ;
    a2a:PersonNameLastName "Bevers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_e4af1de9-11f5-41ca-4f04-4e013fa2192d_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1975" ;
    a2a:Month "1" ;
    a2a:Day "29" ;
    rdfs:label "1975-01-29"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Veghel" ;
    rdfs:label "Veghel"
  ] .

oa:relationep_bhi_e4af1de9-11f5-41ca-4f04-4e013fa2192d_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_e4af1de9-11f5-41ca-4f04-4e013fa2192d_Person:36243127-f366-c677-a7e6-01a1639c4d3a ;
  a2a:EventKeyRef oa:event_bhi_e4af1de9-11f5-41ca-4f04-4e013fa2192d_Event1 .

oa:relationep_bhi_e4af1de9-11f5-41ca-4f04-4e013fa2192d_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_e4af1de9-11f5-41ca-4f04-4e013fa2192d_Person:4caeca98-909c-7bfc-b349-6e85c506436a ;
  a2a:EventKeyRef oa:event_bhi_e4af1de9-11f5-41ca-4f04-4e013fa2192d_Event1 .

oa:relationep_bhi_e4af1de9-11f5-41ca-4f04-4e013fa2192d_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_e4af1de9-11f5-41ca-4f04-4e013fa2192d_Person:38c9de75-0d38-0ab2-fd9c-69c07cfa0bd9 ;
  a2a:EventKeyRef oa:event_bhi_e4af1de9-11f5-41ca-4f04-4e013fa2192d_Event1 .

oa:relationep_bhi_e4af1de9-11f5-41ca-4f04-4e013fa2192d_3
  a a2a:RelationEP ;
  rdfs:label "other:Weduwnaar van" ;
  a2a:RelationType "other:Weduwnaar van" ;
  a2a:PersonKeyRef oa:person_bhi_e4af1de9-11f5-41ca-4f04-4e013fa2192d_Person:34ae1a12-cd0e-519c-f2cf-b71672becf81 ;
  a2a:EventKeyRef oa:event_bhi_e4af1de9-11f5-41ca-4f04-4e013fa2192d_Event1 .

oa:source_bhi_e4af1de9-11f5-41ca-4f04-4e013fa2192d
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Veghel" ;
    rdfs:label "Veghel", "1975-01-30 - 1975-01-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1975-01-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1975-01-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1975" ;
    a2a:Month "1" ;
    a2a:Day "30" ;
    rdfs:label "1975-01-30"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 4060, Periode: 1975" ;
    a2a:Book "Overlijdensregister Veghel 1975" ;
    a2a:DocumentNumber "27" ;
    a2a:RegistryNumber "4060" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 4060, Periode: 1975, Overlijdensregister Veghel 1975, 27, 4060"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/87456353-eff9-e961-c5e3-5c35e5ad17fe.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/87456353-eff9-e961-c5e3-5c35e5ad17fe.jpg"
  ] ;
  a2a:SourceLastChangeDate "2026-01-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/e4af1de9-11f5-41ca-4f04-4e013fa2192d" ;
  a2a:RecordGUID "{e4af1de9-11f5-41ca-4f04-4e013fa2192d}" ;
  a2a:SourceRemarkdeel "4060" ;
  a2a:SourceRemarkregister_periode "1975" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260206_2004_00002004.xml van BHI" .

[] a2a:PersonRemarkdatum_overlijden "1975-01-29" .
