@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_e282cd49-fb5a-61d8-e9c0-93406fa047a8
  a a2a:Record ;
  rdfs:label "Overlijden op 17 februari 1969 te Vught" ;
  a2a:hasPerson oa:person_bhi_e282cd49-fb5a-61d8-e9c0-93406fa047a8_Person-be086dc1-e555-6fd6-1ef5-4c23c7d9a6b9, oa:person_bhi_e282cd49-fb5a-61d8-e9c0-93406fa047a8_Person-36479d78-50ce-37a0-c9a4-ec02b630d323, oa:person_bhi_e282cd49-fb5a-61d8-e9c0-93406fa047a8_Person-23e40ba3-f027-2b50-9a05-72f16e4fbdd4, oa:person_bhi_e282cd49-fb5a-61d8-e9c0-93406fa047a8_Person-4bb6e679-f4ba-bc69-89cb-97259a021a73 ;
  a2a:hasEvent oa:event_bhi_e282cd49-fb5a-61d8-e9c0-93406fa047a8_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_e282cd49-fb5a-61d8-e9c0-93406fa047a8_0, oa:relationep_bhi_e282cd49-fb5a-61d8-e9c0-93406fa047a8_1, oa:relationep_bhi_e282cd49-fb5a-61d8-e9c0-93406fa047a8_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_e282cd49-fb5a-61d8-e9c0-93406fa047a8_0 ;
  a2a:hasSource oa:source_bhi_e282cd49-fb5a-61d8-e9c0-93406fa047a8 .

oa:person_bhi_e282cd49-fb5a-61d8-e9c0-93406fa047a8_Person-be086dc1-e555-6fd6-1ef5-4c23c7d9a6b9
  a a2a:Person ;
  rdfs:label "Adriane Cornelia Ackermans" ;
  a2a:PersonName [
    rdfs:label "Adriane Cornelia Ackermans" ;
    a2a:PersonNameFirstName "Adriane Cornelia" ;
    a2a:PersonNameLastName "Ackermans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e282cd49-fb5a-61d8-e9c0-93406fa047a8_Person-36479d78-50ce-37a0-c9a4-ec02b630d323
  a a2a:Person ;
  rdfs:label "Victor Crispinus Jozeph Smits" ;
  a2a:PersonName [
    rdfs:label "Victor Crispinus Jozeph Smits" ;
    a2a:PersonNameFirstName "Victor Crispinus Jozeph" ;
    a2a:PersonNameLastName "Smits"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_e282cd49-fb5a-61d8-e9c0-93406fa047a8_Person-23e40ba3-f027-2b50-9a05-72f16e4fbdd4
  a a2a:Person ;
  rdfs:label "Laurentius Smits" ;
  a2a:PersonName [
    rdfs:label "Laurentius Smits" ;
    a2a:PersonNameFirstName "Laurentius" ;
    a2a:PersonNameLastName "Smits"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e282cd49-fb5a-61d8-e9c0-93406fa047a8_Person-4bb6e679-f4ba-bc69-89cb-97259a021a73
  a a2a:Person ;
  rdfs:label "Anna Cornelia Johanna Maria Stams" ;
  a2a:PersonName [
    rdfs:label "Anna Cornelia Johanna Maria Stams" ;
    a2a:PersonNameFirstName "Anna Cornelia Johanna Maria" ;
    a2a:PersonNameLastName "Stams"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_e282cd49-fb5a-61d8-e9c0-93406fa047a8_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1969" ;
    a2a:Month "2" ;
    a2a:Day "17" ;
    rdfs:label "1969-02-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Vught" ;
    rdfs:label "Vught"
  ] .

oa:relationep_bhi_e282cd49-fb5a-61d8-e9c0-93406fa047a8_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_e282cd49-fb5a-61d8-e9c0-93406fa047a8_Person:be086dc1-e555-6fd6-1ef5-4c23c7d9a6b9 ;
  a2a:EventKeyRef oa:event_bhi_e282cd49-fb5a-61d8-e9c0-93406fa047a8_Event1 .

oa:relationep_bhi_e282cd49-fb5a-61d8-e9c0-93406fa047a8_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_e282cd49-fb5a-61d8-e9c0-93406fa047a8_Person:36479d78-50ce-37a0-c9a4-ec02b630d323 ;
  a2a:EventKeyRef oa:event_bhi_e282cd49-fb5a-61d8-e9c0-93406fa047a8_Event1 .

oa:relationep_bhi_e282cd49-fb5a-61d8-e9c0-93406fa047a8_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_e282cd49-fb5a-61d8-e9c0-93406fa047a8_Person:23e40ba3-f027-2b50-9a05-72f16e4fbdd4 ;
  a2a:EventKeyRef oa:event_bhi_e282cd49-fb5a-61d8-e9c0-93406fa047a8_Event1 .

oa:relationpp_bhi_e282cd49-fb5a-61d8-e9c0-93406fa047a8_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_e282cd49-fb5a-61d8-e9c0-93406fa047a8_Person:36479d78-50ce-37a0-c9a4-ec02b630d323, oa:person_bhi_e282cd49-fb5a-61d8-e9c0-93406fa047a8_Person:4bb6e679-f4ba-bc69-89cb-97259a021a73 .

oa:source_bhi_e282cd49-fb5a-61d8-e9c0-93406fa047a8
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Vught" ;
    rdfs:label "Vught", "1969-02-19 - 1969-02-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1969-02-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1969-02-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1969" ;
    a2a:Month "2" ;
    a2a:Day "19" ;
    rdfs:label "1969-02-19"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 4467, Periode: 1969" ;
    a2a:Book "Overlijdensregister Vught 1969" ;
    a2a:DocumentNumber "24" ;
    a2a:RegistryNumber "4467" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 4467, Periode: 1969, Overlijdensregister Vught 1969, 24, 4467"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/09157d74-8d79-4f1d-ae34-b099baad503b.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/09157d74-8d79-4f1d-ae34-b099baad503b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-01-06"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/e282cd49-fb5a-61d8-e9c0-93406fa047a8" ;
  a2a:RecordGUID "{e282cd49-fb5a-61d8-e9c0-93406fa047a8}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_21268_00021268.xml van BHI" .

