@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_38bd220c-9cae-5cb8-5ff3-e8007ceb97e7
  a a2a:Record ;
  rdfs:label "Overlijden op 5 april 1895 te Veen" ;
  a2a:hasPerson oa:person_bhi_38bd220c-9cae-5cb8-5ff3-e8007ceb97e7_Person-20c72ede-fea3-043a-23ea-818fa26a8f12, oa:person_bhi_38bd220c-9cae-5cb8-5ff3-e8007ceb97e7_Person-b982f8ec-762e-9e79-9504-7c84e2946315, oa:person_bhi_38bd220c-9cae-5cb8-5ff3-e8007ceb97e7_Person-ccd86568-795e-7ce0-0495-a5b20d5b605d ;
  a2a:hasEvent oa:event_bhi_38bd220c-9cae-5cb8-5ff3-e8007ceb97e7_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_38bd220c-9cae-5cb8-5ff3-e8007ceb97e7_0, oa:relationep_bhi_38bd220c-9cae-5cb8-5ff3-e8007ceb97e7_1, oa:relationep_bhi_38bd220c-9cae-5cb8-5ff3-e8007ceb97e7_2 ;
  a2a:hasSource oa:source_bhi_38bd220c-9cae-5cb8-5ff3-e8007ceb97e7 .

oa:person_bhi_38bd220c-9cae-5cb8-5ff3-e8007ceb97e7_Person-20c72ede-fea3-043a-23ea-818fa26a8f12
  a a2a:Person ;
  rdfs:label "Amerens Vos" ;
  a2a:PersonName [
    rdfs:label "Amerens Vos" ;
    a2a:PersonNameFirstName "Amerens" ;
    a2a:PersonNameLastName "Vos"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_38bd220c-9cae-5cb8-5ff3-e8007ceb97e7_Person-b982f8ec-762e-9e79-9504-7c84e2946315
  a a2a:Person ;
  rdfs:label "Hendrina Maria Vos" ;
  a2a:PersonName [
    rdfs:label "Hendrina Maria Vos" ;
    a2a:PersonNameFirstName "Hendrina Maria" ;
    a2a:PersonNameLastName "Vos"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_38bd220c-9cae-5cb8-5ff3-e8007ceb97e7_Person-ccd86568-795e-7ce0-0495-a5b20d5b605d
  a a2a:Person ;
  rdfs:label "Jan Vos" ;
  a2a:PersonName [
    rdfs:label "Jan Vos" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Vos"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_38bd220c-9cae-5cb8-5ff3-e8007ceb97e7_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1895" ;
    a2a:Month "4" ;
    a2a:Day "5" ;
    rdfs:label "1895-04-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Veen" ;
    rdfs:label "Veen"
  ] .

oa:relationep_bhi_38bd220c-9cae-5cb8-5ff3-e8007ceb97e7_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_38bd220c-9cae-5cb8-5ff3-e8007ceb97e7_Person:20c72ede-fea3-043a-23ea-818fa26a8f12 ;
  a2a:EventKeyRef oa:event_bhi_38bd220c-9cae-5cb8-5ff3-e8007ceb97e7_Event1 .

oa:relationep_bhi_38bd220c-9cae-5cb8-5ff3-e8007ceb97e7_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_38bd220c-9cae-5cb8-5ff3-e8007ceb97e7_Person:b982f8ec-762e-9e79-9504-7c84e2946315 ;
  a2a:EventKeyRef oa:event_bhi_38bd220c-9cae-5cb8-5ff3-e8007ceb97e7_Event1 .

oa:relationep_bhi_38bd220c-9cae-5cb8-5ff3-e8007ceb97e7_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_38bd220c-9cae-5cb8-5ff3-e8007ceb97e7_Person:ccd86568-795e-7ce0-0495-a5b20d5b605d ;
  a2a:EventKeyRef oa:event_bhi_38bd220c-9cae-5cb8-5ff3-e8007ceb97e7_Event1 .

oa:source_bhi_38bd220c-9cae-5cb8-5ff3-e8007ceb97e7
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Veen" ;
    rdfs:label "Veen", "1895-04-06 - 1895-04-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1895-04-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1895-04-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1895" ;
    a2a:Month "4" ;
    a2a:Day "6" ;
    rdfs:label "1895-04-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 8209, Periode: 1895" ;
    a2a:Book "Overlijdensregister Veen 1895" ;
    a2a:DocumentNumber "10" ;
    a2a:RegistryNumber "8209" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 8209, Periode: 1895, Overlijdensregister Veen 1895, 10, 8209"
  ] ;
  a2a:SourceLastChangeDate "2019-07-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/38bd220c-9cae-5cb8-5ff3-e8007ceb97e7" ;
  a2a:RecordGUID "{38bd220c-9cae-5cb8-5ff3-e8007ceb97e7}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_26977_00026977.xml van BHI" .

