@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_06bbb0fe-5ccc-e8ee-be07-b168646fa62f
  a a2a:Record ;
  rdfs:label "Overlijden op 7 augustus 1967 te Breda" ;
  a2a:hasPerson oa:person_bhi_06bbb0fe-5ccc-e8ee-be07-b168646fa62f_Person-697a7beb-812e-b7ee-702d-7cbbaff6d87b, oa:person_bhi_06bbb0fe-5ccc-e8ee-be07-b168646fa62f_Person-559fc1e7-656b-da1c-d752-862ed6416881, oa:person_bhi_06bbb0fe-5ccc-e8ee-be07-b168646fa62f_Person-399e2a84-61ee-66ed-ce81-db61e39b1fcb, oa:person_bhi_06bbb0fe-5ccc-e8ee-be07-b168646fa62f_Person-791209a1-95cf-0dca-b437-3ce35666492f ;
  a2a:hasEvent oa:event_bhi_06bbb0fe-5ccc-e8ee-be07-b168646fa62f_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_06bbb0fe-5ccc-e8ee-be07-b168646fa62f_0, oa:relationep_bhi_06bbb0fe-5ccc-e8ee-be07-b168646fa62f_1, oa:relationep_bhi_06bbb0fe-5ccc-e8ee-be07-b168646fa62f_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_06bbb0fe-5ccc-e8ee-be07-b168646fa62f_0 ;
  a2a:hasSource oa:source_bhi_06bbb0fe-5ccc-e8ee-be07-b168646fa62f .

oa:person_bhi_06bbb0fe-5ccc-e8ee-be07-b168646fa62f_Person-697a7beb-812e-b7ee-702d-7cbbaff6d87b
  a a2a:Person ;
  rdfs:label "Christiaan Petrus Johannes Baks" ;
  a2a:PersonName [
    rdfs:label "Christiaan Petrus Johannes Baks" ;
    a2a:PersonNameFirstName "Christiaan Petrus Johannes" ;
    a2a:PersonNameLastName "Baks"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_06bbb0fe-5ccc-e8ee-be07-b168646fa62f_Person-559fc1e7-656b-da1c-d752-862ed6416881
  a a2a:Person ;
  rdfs:label "Anna Elisabeth Stoops" ;
  a2a:PersonName [
    rdfs:label "Anna Elisabeth Stoops" ;
    a2a:PersonNameFirstName "Anna Elisabeth" ;
    a2a:PersonNameLastName "Stoops"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_06bbb0fe-5ccc-e8ee-be07-b168646fa62f_Person-399e2a84-61ee-66ed-ce81-db61e39b1fcb
  a a2a:Person ;
  rdfs:label "Christiaan Petrus Baks" ;
  a2a:PersonName [
    rdfs:label "Christiaan Petrus Baks" ;
    a2a:PersonNameFirstName "Christiaan Petrus" ;
    a2a:PersonNameLastName "Baks"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_06bbb0fe-5ccc-e8ee-be07-b168646fa62f_Person-791209a1-95cf-0dca-b437-3ce35666492f
  a a2a:Person ;
  rdfs:label "Johanna Cornelia Mosink" ;
  a2a:PersonName [
    rdfs:label "Johanna Cornelia Mosink" ;
    a2a:PersonNameFirstName "Johanna Cornelia" ;
    a2a:PersonNameLastName "Mosink"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_06bbb0fe-5ccc-e8ee-be07-b168646fa62f_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1967" ;
    a2a:Month "8" ;
    a2a:Day "7" ;
    rdfs:label "1967-08-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_bhi_06bbb0fe-5ccc-e8ee-be07-b168646fa62f_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_06bbb0fe-5ccc-e8ee-be07-b168646fa62f_Person:697a7beb-812e-b7ee-702d-7cbbaff6d87b ;
  a2a:EventKeyRef oa:event_bhi_06bbb0fe-5ccc-e8ee-be07-b168646fa62f_Event1 .

oa:relationep_bhi_06bbb0fe-5ccc-e8ee-be07-b168646fa62f_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_06bbb0fe-5ccc-e8ee-be07-b168646fa62f_Person:559fc1e7-656b-da1c-d752-862ed6416881 ;
  a2a:EventKeyRef oa:event_bhi_06bbb0fe-5ccc-e8ee-be07-b168646fa62f_Event1 .

oa:relationep_bhi_06bbb0fe-5ccc-e8ee-be07-b168646fa62f_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_06bbb0fe-5ccc-e8ee-be07-b168646fa62f_Person:399e2a84-61ee-66ed-ce81-db61e39b1fcb ;
  a2a:EventKeyRef oa:event_bhi_06bbb0fe-5ccc-e8ee-be07-b168646fa62f_Event1 .

oa:relationpp_bhi_06bbb0fe-5ccc-e8ee-be07-b168646fa62f_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_06bbb0fe-5ccc-e8ee-be07-b168646fa62f_Person:697a7beb-812e-b7ee-702d-7cbbaff6d87b, oa:person_bhi_06bbb0fe-5ccc-e8ee-be07-b168646fa62f_Person:791209a1-95cf-0dca-b437-3ce35666492f .

oa:source_bhi_06bbb0fe-5ccc-e8ee-be07-b168646fa62f
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1967-08-10 - 1967-08-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1967-08-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1967-08-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1967" ;
    a2a:Month "8" ;
    a2a:Day "10" ;
    rdfs:label "1967-08-10"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 3364, Periode: 1967" ;
    a2a:Book "Overlijdensregister Breda 1967" ;
    a2a:DocumentNumber "824" ;
    a2a:RegistryNumber "3364" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 3364, Periode: 1967, Overlijdensregister Breda 1967, 824, 3364"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/561f4acc-e46b-571f-bf32-4de3942c3cf6.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/561f4acc-e46b-571f-bf32-4de3942c3cf6.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-10-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/06bbb0fe-5ccc-e8ee-be07-b168646fa62f" ;
  a2a:RecordGUID "{06bbb0fe-5ccc-e8ee-be07-b168646fa62f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_24705_00024705.xml van BHI" .

