@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_dfa22d4f-b58a-12c3-e5d7-538bc002040b
  a a2a:Record ;
  rdfs:label "Overlijden op 19 oktober 1967 te Woensdrecht" ;
  a2a:hasPerson oa:person_bhi_dfa22d4f-b58a-12c3-e5d7-538bc002040b_Person-baa551e4-b495-98b6-41b2-e86168aac3e6, oa:person_bhi_dfa22d4f-b58a-12c3-e5d7-538bc002040b_Person-be61d130-7be1-63b9-ce04-5a5f39c072ea, oa:person_bhi_dfa22d4f-b58a-12c3-e5d7-538bc002040b_Person-f0a6d864-d9a5-3407-e6ff-d2dda8591081, oa:person_bhi_dfa22d4f-b58a-12c3-e5d7-538bc002040b_Person-dc706131-2a9d-0fd1-c98e-dfb15de4e62e ;
  a2a:hasEvent oa:event_bhi_dfa22d4f-b58a-12c3-e5d7-538bc002040b_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_dfa22d4f-b58a-12c3-e5d7-538bc002040b_0, oa:relationep_bhi_dfa22d4f-b58a-12c3-e5d7-538bc002040b_1, oa:relationep_bhi_dfa22d4f-b58a-12c3-e5d7-538bc002040b_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_dfa22d4f-b58a-12c3-e5d7-538bc002040b_0 ;
  a2a:hasSource oa:source_bhi_dfa22d4f-b58a-12c3-e5d7-538bc002040b .

oa:person_bhi_dfa22d4f-b58a-12c3-e5d7-538bc002040b_Person-baa551e4-b495-98b6-41b2-e86168aac3e6
  a a2a:Person ;
  rdfs:label "Gabriël Huijps" ;
  a2a:PersonName [
    rdfs:label "Gabriël Huijps" ;
    a2a:PersonNameFirstName "Gabriël" ;
    a2a:PersonNameLastName "Huijps"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_dfa22d4f-b58a-12c3-e5d7-538bc002040b_Person-be61d130-7be1-63b9-ce04-5a5f39c072ea
  a a2a:Person ;
  rdfs:label "Maria Elisabeth Timmermans" ;
  a2a:PersonName [
    rdfs:label "Maria Elisabeth Timmermans" ;
    a2a:PersonNameFirstName "Maria Elisabeth" ;
    a2a:PersonNameLastName "Timmermans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_dfa22d4f-b58a-12c3-e5d7-538bc002040b_Person-f0a6d864-d9a5-3407-e6ff-d2dda8591081
  a a2a:Person ;
  rdfs:label "Cornelis Huijps" ;
  a2a:PersonName [
    rdfs:label "Cornelis Huijps" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Huijps"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_dfa22d4f-b58a-12c3-e5d7-538bc002040b_Person-dc706131-2a9d-0fd1-c98e-dfb15de4e62e
  a a2a:Person ;
  rdfs:label "Louisa Isabella Musters" ;
  a2a:PersonName [
    rdfs:label "Louisa Isabella Musters" ;
    a2a:PersonNameFirstName "Louisa Isabella" ;
    a2a:PersonNameLastName "Musters"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_dfa22d4f-b58a-12c3-e5d7-538bc002040b_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1967" ;
    a2a:Month "10" ;
    a2a:Day "19" ;
    rdfs:label "1967-10-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Woensdrecht" ;
    rdfs:label "Woensdrecht"
  ] .

oa:relationep_bhi_dfa22d4f-b58a-12c3-e5d7-538bc002040b_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_dfa22d4f-b58a-12c3-e5d7-538bc002040b_Person:baa551e4-b495-98b6-41b2-e86168aac3e6 ;
  a2a:EventKeyRef oa:event_bhi_dfa22d4f-b58a-12c3-e5d7-538bc002040b_Event1 .

oa:relationep_bhi_dfa22d4f-b58a-12c3-e5d7-538bc002040b_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_dfa22d4f-b58a-12c3-e5d7-538bc002040b_Person:be61d130-7be1-63b9-ce04-5a5f39c072ea ;
  a2a:EventKeyRef oa:event_bhi_dfa22d4f-b58a-12c3-e5d7-538bc002040b_Event1 .

oa:relationep_bhi_dfa22d4f-b58a-12c3-e5d7-538bc002040b_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_dfa22d4f-b58a-12c3-e5d7-538bc002040b_Person:f0a6d864-d9a5-3407-e6ff-d2dda8591081 ;
  a2a:EventKeyRef oa:event_bhi_dfa22d4f-b58a-12c3-e5d7-538bc002040b_Event1 .

oa:relationpp_bhi_dfa22d4f-b58a-12c3-e5d7-538bc002040b_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_dfa22d4f-b58a-12c3-e5d7-538bc002040b_Person:baa551e4-b495-98b6-41b2-e86168aac3e6, oa:person_bhi_dfa22d4f-b58a-12c3-e5d7-538bc002040b_Person:dc706131-2a9d-0fd1-c98e-dfb15de4e62e .

oa:source_bhi_dfa22d4f-b58a-12c3-e5d7-538bc002040b
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Woensdrecht" ;
    rdfs:label "Woensdrecht", "1967-10-19 - 1967-10-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1967-10-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1967-10-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1967" ;
    a2a:Month "10" ;
    a2a:Day "19" ;
    rdfs:label "1967-10-19"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 4563, Periode: 1967" ;
    a2a:Book "Overlijdensregister Woensdrecht 1967" ;
    a2a:DocumentNumber "23" ;
    a2a:RegistryNumber "4563" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 4563, Periode: 1967, Overlijdensregister Woensdrecht 1967, 23, 4563"
  ] ;
  a2a:SourceLastChangeDate "2018-12-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/dfa22d4f-b58a-12c3-e5d7-538bc002040b" ;
  a2a:RecordGUID "{dfa22d4f-b58a-12c3-e5d7-538bc002040b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_301_00000301.xml van BHI" .

