@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_9af339b7-78ea-e290-a3ff-9d338f3f32e5
  a a2a:Record ;
  rdfs:label "Overlijden op 4 december 1891 te Woudrichem" ;
  a2a:hasPerson oa:person_bhi_9af339b7-78ea-e290-a3ff-9d338f3f32e5_Person-2920b709-41a6-d7d7-0766-d8b4df5c9c99, oa:person_bhi_9af339b7-78ea-e290-a3ff-9d338f3f32e5_Person-aa553a1e-135f-274f-157c-d747289fa6e0, oa:person_bhi_9af339b7-78ea-e290-a3ff-9d338f3f32e5_Person-ff9a5d7a-e2bb-172b-b292-b72b3f25079e ;
  a2a:hasEvent oa:event_bhi_9af339b7-78ea-e290-a3ff-9d338f3f32e5_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_9af339b7-78ea-e290-a3ff-9d338f3f32e5_0, oa:relationep_bhi_9af339b7-78ea-e290-a3ff-9d338f3f32e5_1, oa:relationep_bhi_9af339b7-78ea-e290-a3ff-9d338f3f32e5_2 ;
  a2a:hasSource oa:source_bhi_9af339b7-78ea-e290-a3ff-9d338f3f32e5 .

oa:person_bhi_9af339b7-78ea-e290-a3ff-9d338f3f32e5_Person-2920b709-41a6-d7d7-0766-d8b4df5c9c99
  a a2a:Person ;
  rdfs:label "Cornelis Vink" ;
  a2a:PersonName [
    rdfs:label "Cornelis Vink" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Vink"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_9af339b7-78ea-e290-a3ff-9d338f3f32e5_Person-aa553a1e-135f-274f-157c-d747289fa6e0
  a a2a:Person ;
  rdfs:label "Jenneke Ottevanger" ;
  a2a:PersonName [
    rdfs:label "Jenneke Ottevanger" ;
    a2a:PersonNameFirstName "Jenneke" ;
    a2a:PersonNameLastName "Ottevanger"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_9af339b7-78ea-e290-a3ff-9d338f3f32e5_Person-ff9a5d7a-e2bb-172b-b292-b72b3f25079e
  a a2a:Person ;
  rdfs:label "Driecus Pieter Vink" ;
  a2a:PersonName [
    rdfs:label "Driecus Pieter Vink" ;
    a2a:PersonNameFirstName "Driecus Pieter" ;
    a2a:PersonNameLastName "Vink"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_9af339b7-78ea-e290-a3ff-9d338f3f32e5_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1891" ;
    a2a:Month "12" ;
    a2a:Day "4" ;
    rdfs:label "1891-12-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Woudrichem" ;
    rdfs:label "Woudrichem"
  ] .

oa:relationep_bhi_9af339b7-78ea-e290-a3ff-9d338f3f32e5_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_9af339b7-78ea-e290-a3ff-9d338f3f32e5_Person:2920b709-41a6-d7d7-0766-d8b4df5c9c99 ;
  a2a:EventKeyRef oa:event_bhi_9af339b7-78ea-e290-a3ff-9d338f3f32e5_Event1 .

oa:relationep_bhi_9af339b7-78ea-e290-a3ff-9d338f3f32e5_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_9af339b7-78ea-e290-a3ff-9d338f3f32e5_Person:aa553a1e-135f-274f-157c-d747289fa6e0 ;
  a2a:EventKeyRef oa:event_bhi_9af339b7-78ea-e290-a3ff-9d338f3f32e5_Event1 .

oa:relationep_bhi_9af339b7-78ea-e290-a3ff-9d338f3f32e5_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_9af339b7-78ea-e290-a3ff-9d338f3f32e5_Person:ff9a5d7a-e2bb-172b-b292-b72b3f25079e ;
  a2a:EventKeyRef oa:event_bhi_9af339b7-78ea-e290-a3ff-9d338f3f32e5_Event1 .

oa:source_bhi_9af339b7-78ea-e290-a3ff-9d338f3f32e5
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Woudrichem" ;
    rdfs:label "Woudrichem", "1891-12-04 - 1891-12-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1891-12-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1891-12-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1891" ;
    a2a:Month "12" ;
    a2a:Day "4" ;
    rdfs:label "1891-12-04"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 9160, Periode: 1891" ;
    a2a:Book "Overlijdensregister Woudrichem 1891" ;
    a2a:DocumentNumber "61" ;
    a2a:RegistryNumber "9160" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 9160, Periode: 1891, Overlijdensregister Woudrichem 1891, 61, 9160"
  ] ;
  a2a:SourceLastChangeDate "2022-12-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/9af339b7-78ea-e290-a3ff-9d338f3f32e5" ;
  a2a:RecordGUID "{9af339b7-78ea-e290-a3ff-9d338f3f32e5}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_74242_00074242.xml van BHI" .

