@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_cd4226a3-6227-eab0-be47-73de7dbe4f7d
  a a2a:Record ;
  rdfs:label "Overlijden op 4 oktober 1967 te Boxtel" ;
  a2a:hasPerson oa:person_bhi_cd4226a3-6227-eab0-be47-73de7dbe4f7d_Person-82e81c3d-bd35-877a-1475-b126e79cc264, oa:person_bhi_cd4226a3-6227-eab0-be47-73de7dbe4f7d_Person-0024c5b6-14ce-cf5d-5bff-2407bde725aa, oa:person_bhi_cd4226a3-6227-eab0-be47-73de7dbe4f7d_Person-53c389f1-7d50-4360-643c-2f84c715c051, oa:person_bhi_cd4226a3-6227-eab0-be47-73de7dbe4f7d_Person-9b156a44-a6f0-3d93-173a-0e1bdef638d9 ;
  a2a:hasEvent oa:event_bhi_cd4226a3-6227-eab0-be47-73de7dbe4f7d_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_cd4226a3-6227-eab0-be47-73de7dbe4f7d_0, oa:relationep_bhi_cd4226a3-6227-eab0-be47-73de7dbe4f7d_1, oa:relationep_bhi_cd4226a3-6227-eab0-be47-73de7dbe4f7d_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_cd4226a3-6227-eab0-be47-73de7dbe4f7d_0 ;
  a2a:hasSource oa:source_bhi_cd4226a3-6227-eab0-be47-73de7dbe4f7d .

oa:person_bhi_cd4226a3-6227-eab0-be47-73de7dbe4f7d_Person-82e81c3d-bd35-877a-1475-b126e79cc264
  a a2a:Person ;
  rdfs:label "Georgine Constantin Calbo" ;
  a2a:PersonName [
    rdfs:label "Georgine Constantin Calbo" ;
    a2a:PersonNameFirstName "Georgine Constantin" ;
    a2a:PersonNameLastName "Calbo"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_cd4226a3-6227-eab0-be47-73de7dbe4f7d_Person-0024c5b6-14ce-cf5d-5bff-2407bde725aa
  a a2a:Person ;
  rdfs:label "Cecilia Catharina Engelina Doup" ;
  a2a:PersonName [
    rdfs:label "Cecilia Catharina Engelina Doup" ;
    a2a:PersonNameFirstName "Cecilia Catharina Engelina" ;
    a2a:PersonNameLastName "Doup"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_cd4226a3-6227-eab0-be47-73de7dbe4f7d_Person-53c389f1-7d50-4360-643c-2f84c715c051
  a a2a:Person ;
  rdfs:label "George Lodewijk Calbo" ;
  a2a:PersonName [
    rdfs:label "George Lodewijk Calbo" ;
    a2a:PersonNameFirstName "George Lodewijk" ;
    a2a:PersonNameLastName "Calbo"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_cd4226a3-6227-eab0-be47-73de7dbe4f7d_Person-9b156a44-a6f0-3d93-173a-0e1bdef638d9
  a a2a:Person ;
  rdfs:label "August Steevenz" ;
  a2a:PersonName [
    rdfs:label "August Steevenz" ;
    a2a:PersonNameFirstName "August" ;
    a2a:PersonNameLastName "Steevenz"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_cd4226a3-6227-eab0-be47-73de7dbe4f7d_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1967" ;
    a2a:Month "10" ;
    a2a:Day "4" ;
    rdfs:label "1967-10-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Boxtel" ;
    rdfs:label "Boxtel"
  ] .

oa:relationep_bhi_cd4226a3-6227-eab0-be47-73de7dbe4f7d_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_cd4226a3-6227-eab0-be47-73de7dbe4f7d_Person:82e81c3d-bd35-877a-1475-b126e79cc264 ;
  a2a:EventKeyRef oa:event_bhi_cd4226a3-6227-eab0-be47-73de7dbe4f7d_Event1 .

oa:relationep_bhi_cd4226a3-6227-eab0-be47-73de7dbe4f7d_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_cd4226a3-6227-eab0-be47-73de7dbe4f7d_Person:0024c5b6-14ce-cf5d-5bff-2407bde725aa ;
  a2a:EventKeyRef oa:event_bhi_cd4226a3-6227-eab0-be47-73de7dbe4f7d_Event1 .

oa:relationep_bhi_cd4226a3-6227-eab0-be47-73de7dbe4f7d_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_cd4226a3-6227-eab0-be47-73de7dbe4f7d_Person:53c389f1-7d50-4360-643c-2f84c715c051 ;
  a2a:EventKeyRef oa:event_bhi_cd4226a3-6227-eab0-be47-73de7dbe4f7d_Event1 .

oa:relationpp_bhi_cd4226a3-6227-eab0-be47-73de7dbe4f7d_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_cd4226a3-6227-eab0-be47-73de7dbe4f7d_Person:82e81c3d-bd35-877a-1475-b126e79cc264, oa:person_bhi_cd4226a3-6227-eab0-be47-73de7dbe4f7d_Person:9b156a44-a6f0-3d93-173a-0e1bdef638d9 .

oa:source_bhi_cd4226a3-6227-eab0-be47-73de7dbe4f7d
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Boxtel" ;
    rdfs:label "Boxtel", "1967-10-05 - 1967-10-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1967-10-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1967-10-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1967" ;
    a2a:Month "10" ;
    a2a:Day "5" ;
    rdfs:label "1967-10-05"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3354, Periode: 1967" ;
    a2a:Book "Overlijdensregister Boxtel 1967" ;
    a2a:DocumentNumber "91" ;
    a2a:RegistryNumber "3354" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3354, Periode: 1967, Overlijdensregister Boxtel 1967, 91, 3354"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/b32b6b49-9cb5-a052-fcf3-3d3e5998fe1e.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/b32b6b49-9cb5-a052-fcf3-3d3e5998fe1e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-07-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/cd4226a3-6227-eab0-be47-73de7dbe4f7d" ;
  a2a:RecordGUID "{cd4226a3-6227-eab0-be47-73de7dbe4f7d}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_3541_00003541.xml van BHI" .

