@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_cf1f89e7-c7cc-c02a-2fe3-ca1150e793e9
  a a2a:Record ;
  rdfs:label "Overlijden op 27 augustus 1943 te Tilburg" ;
  a2a:hasPerson oa:person_bhi_cf1f89e7-c7cc-c02a-2fe3-ca1150e793e9_Person-2e100639-c241-31ac-ec36-bcbeace58d19, oa:person_bhi_cf1f89e7-c7cc-c02a-2fe3-ca1150e793e9_Person-0bccf823-77e9-6577-35c9-4d66aff8d858, oa:person_bhi_cf1f89e7-c7cc-c02a-2fe3-ca1150e793e9_Person-ecbed11e-c814-1f20-d724-9c07b4a35a94 ;
  a2a:hasEvent oa:event_bhi_cf1f89e7-c7cc-c02a-2fe3-ca1150e793e9_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_cf1f89e7-c7cc-c02a-2fe3-ca1150e793e9_0, oa:relationep_bhi_cf1f89e7-c7cc-c02a-2fe3-ca1150e793e9_1, oa:relationep_bhi_cf1f89e7-c7cc-c02a-2fe3-ca1150e793e9_2 ;
  a2a:hasSource oa:source_bhi_cf1f89e7-c7cc-c02a-2fe3-ca1150e793e9 .

oa:person_bhi_cf1f89e7-c7cc-c02a-2fe3-ca1150e793e9_Person-2e100639-c241-31ac-ec36-bcbeace58d19
  a a2a:Person ;
  rdfs:label "Catharina Paulina Aben" ;
  a2a:PersonName [
    rdfs:label "Catharina Paulina Aben" ;
    a2a:PersonNameFirstName "Catharina Paulina" ;
    a2a:PersonNameLastName "Aben"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_cf1f89e7-c7cc-c02a-2fe3-ca1150e793e9_Person-0bccf823-77e9-6577-35c9-4d66aff8d858
  a a2a:Person ;
  rdfs:label "Joseph Antonius Franciscus Leidner" ;
  a2a:PersonName [
    rdfs:label "Joseph Antonius Franciscus Leidner" ;
    a2a:PersonNameFirstName "Joseph Antonius Franciscus" ;
    a2a:PersonNameLastName "Leidner"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_cf1f89e7-c7cc-c02a-2fe3-ca1150e793e9_Person-ecbed11e-c814-1f20-d724-9c07b4a35a94
  a a2a:Person ;
  rdfs:label "Joseph Leidner" ;
  a2a:PersonName [
    rdfs:label "Joseph Leidner" ;
    a2a:PersonNameFirstName "Joseph" ;
    a2a:PersonNameLastName "Leidner"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_cf1f89e7-c7cc-c02a-2fe3-ca1150e793e9_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1943" ;
    a2a:Month "8" ;
    a2a:Day "27" ;
    rdfs:label "1943-08-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_bhi_cf1f89e7-c7cc-c02a-2fe3-ca1150e793e9_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_cf1f89e7-c7cc-c02a-2fe3-ca1150e793e9_Person:2e100639-c241-31ac-ec36-bcbeace58d19 ;
  a2a:EventKeyRef oa:event_bhi_cf1f89e7-c7cc-c02a-2fe3-ca1150e793e9_Event1 .

oa:relationep_bhi_cf1f89e7-c7cc-c02a-2fe3-ca1150e793e9_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_cf1f89e7-c7cc-c02a-2fe3-ca1150e793e9_Person:0bccf823-77e9-6577-35c9-4d66aff8d858 ;
  a2a:EventKeyRef oa:event_bhi_cf1f89e7-c7cc-c02a-2fe3-ca1150e793e9_Event1 .

oa:relationep_bhi_cf1f89e7-c7cc-c02a-2fe3-ca1150e793e9_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_cf1f89e7-c7cc-c02a-2fe3-ca1150e793e9_Person:ecbed11e-c814-1f20-d724-9c07b4a35a94 ;
  a2a:EventKeyRef oa:event_bhi_cf1f89e7-c7cc-c02a-2fe3-ca1150e793e9_Event1 .

oa:source_bhi_cf1f89e7-c7cc-c02a-2fe3-ca1150e793e9
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1943-08-27 - 1943-08-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1943-08-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1943-08-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1943" ;
    a2a:Month "8" ;
    a2a:Day "27" ;
    rdfs:label "1943-08-27"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3609, Periode: 1943" ;
    a2a:Book "Overlijdensregister Tilburg 1943" ;
    a2a:DocumentNumber "683" ;
    a2a:RegistryNumber "3609" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3609, Periode: 1943, Overlijdensregister Tilburg 1943, 683, 3609"
  ] ;
  a2a:SourceLastChangeDate "2020-10-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/cf1f89e7-c7cc-c02a-2fe3-ca1150e793e9" ;
  a2a:RecordGUID "{cf1f89e7-c7cc-c02a-2fe3-ca1150e793e9}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231208_80235_00080235.xml van BHI" .

