@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_fb36b249-3daf-6a30-e7e7-572d3a6792f9
  a a2a:Record ;
  rdfs:label "Overlijden op 11 februari 1932 te Eindhoven" ;
  a2a:hasPerson oa:person_bhi_fb36b249-3daf-6a30-e7e7-572d3a6792f9_Person-5261b6ca-37c9-3864-9d97-a5d84cc0daa7, oa:person_bhi_fb36b249-3daf-6a30-e7e7-572d3a6792f9_Person-35ec82a9-98b6-3958-83c2-65770b60a602, oa:person_bhi_fb36b249-3daf-6a30-e7e7-572d3a6792f9_Person-ba92166d-2866-91b9-966e-35ea7f7b5341 ;
  a2a:hasEvent oa:event_bhi_fb36b249-3daf-6a30-e7e7-572d3a6792f9_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_fb36b249-3daf-6a30-e7e7-572d3a6792f9_0, oa:relationep_bhi_fb36b249-3daf-6a30-e7e7-572d3a6792f9_1, oa:relationep_bhi_fb36b249-3daf-6a30-e7e7-572d3a6792f9_2 ;
  a2a:hasSource oa:source_bhi_fb36b249-3daf-6a30-e7e7-572d3a6792f9 .

oa:person_bhi_fb36b249-3daf-6a30-e7e7-572d3a6792f9_Person-5261b6ca-37c9-3864-9d97-a5d84cc0daa7
  a a2a:Person ;
  rdfs:label "Catharina Thomas" ;
  a2a:PersonName [
    rdfs:label "Catharina Thomas" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Thomas"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_fb36b249-3daf-6a30-e7e7-572d3a6792f9_Person-35ec82a9-98b6-3958-83c2-65770b60a602
  a a2a:Person ;
  rdfs:label "Johan Baptist Cox" ;
  a2a:PersonName [
    rdfs:label "Johan Baptist Cox" ;
    a2a:PersonNameFirstName "Johan Baptist" ;
    a2a:PersonNameLastName "Cox"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_fb36b249-3daf-6a30-e7e7-572d3a6792f9_Person-ba92166d-2866-91b9-966e-35ea7f7b5341
  a a2a:Person ;
  rdfs:label "Frans Hubert Cox" ;
  a2a:PersonName [
    rdfs:label "Frans Hubert Cox" ;
    a2a:PersonNameFirstName "Frans Hubert" ;
    a2a:PersonNameLastName "Cox"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_fb36b249-3daf-6a30-e7e7-572d3a6792f9_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1932" ;
    a2a:Month "2" ;
    a2a:Day "11" ;
    rdfs:label "1932-02-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Eindhoven" ;
    rdfs:label "Eindhoven"
  ] .

oa:relationep_bhi_fb36b249-3daf-6a30-e7e7-572d3a6792f9_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_fb36b249-3daf-6a30-e7e7-572d3a6792f9_Person:5261b6ca-37c9-3864-9d97-a5d84cc0daa7 ;
  a2a:EventKeyRef oa:event_bhi_fb36b249-3daf-6a30-e7e7-572d3a6792f9_Event1 .

oa:relationep_bhi_fb36b249-3daf-6a30-e7e7-572d3a6792f9_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_fb36b249-3daf-6a30-e7e7-572d3a6792f9_Person:35ec82a9-98b6-3958-83c2-65770b60a602 ;
  a2a:EventKeyRef oa:event_bhi_fb36b249-3daf-6a30-e7e7-572d3a6792f9_Event1 .

oa:relationep_bhi_fb36b249-3daf-6a30-e7e7-572d3a6792f9_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_fb36b249-3daf-6a30-e7e7-572d3a6792f9_Person:ba92166d-2866-91b9-966e-35ea7f7b5341 ;
  a2a:EventKeyRef oa:event_bhi_fb36b249-3daf-6a30-e7e7-572d3a6792f9_Event1 .

oa:source_bhi_fb36b249-3daf-6a30-e7e7-572d3a6792f9
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Eindhoven" ;
    rdfs:label "Eindhoven", "1932-02-11 - 1932-02-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1932-02-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1932-02-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1932" ;
    a2a:Month "2" ;
    a2a:Day "11" ;
    rdfs:label "1932-02-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 4355, Periode: 1932" ;
    a2a:Book "Overlijdensregister Eindhoven 1932" ;
    a2a:DocumentNumber "124" ;
    a2a:RegistryNumber "4355" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 4355, Periode: 1932, Overlijdensregister Eindhoven 1932, 124, 4355"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/3e121ff6-5e72-8aa8-adcb-0e2e92aa423a.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/3e121ff6-5e72-8aa8-adcb-0e2e92aa423a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-05-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/fb36b249-3daf-6a30-e7e7-572d3a6792f9" ;
  a2a:RecordGUID "{fb36b249-3daf-6a30-e7e7-572d3a6792f9}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_33079_00033079.xml van BHI" .

