@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_8d463cc1-bc05-be2c-c3b8-e547775ea5ca
  a a2a:Record ;
  rdfs:label "Overlijden op 3 juni 1880 te Tilburg" ;
  a2a:hasPerson oa:person_bhi_8d463cc1-bc05-be2c-c3b8-e547775ea5ca_Person-b7d29576-f9c8-d4e0-11a3-55c27f830923, oa:person_bhi_8d463cc1-bc05-be2c-c3b8-e547775ea5ca_Person-d9a4c135-a71b-3632-8baa-e1bfc064c05a, oa:person_bhi_8d463cc1-bc05-be2c-c3b8-e547775ea5ca_Person-50f840ef-b03d-1356-4032-1b76576e713f, oa:person_bhi_8d463cc1-bc05-be2c-c3b8-e547775ea5ca_Person-25738ee8-b91a-2372-9699-c19934e990cf ;
  a2a:hasEvent oa:event_bhi_8d463cc1-bc05-be2c-c3b8-e547775ea5ca_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_8d463cc1-bc05-be2c-c3b8-e547775ea5ca_0, oa:relationep_bhi_8d463cc1-bc05-be2c-c3b8-e547775ea5ca_1, oa:relationep_bhi_8d463cc1-bc05-be2c-c3b8-e547775ea5ca_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_8d463cc1-bc05-be2c-c3b8-e547775ea5ca_0 ;
  a2a:hasSource oa:source_bhi_8d463cc1-bc05-be2c-c3b8-e547775ea5ca .

oa:person_bhi_8d463cc1-bc05-be2c-c3b8-e547775ea5ca_Person-b7d29576-f9c8-d4e0-11a3-55c27f830923
  a a2a:Person ;
  rdfs:label "Josephus Klijberg" ;
  a2a:PersonName [
    rdfs:label "Josephus Klijberg" ;
    a2a:PersonNameFirstName "Josephus" ;
    a2a:PersonNameLastName "Klijberg"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_8d463cc1-bc05-be2c-c3b8-e547775ea5ca_Person-d9a4c135-a71b-3632-8baa-e1bfc064c05a
  a a2a:Person ;
  rdfs:label "Cornelia van Hees" ;
  a2a:PersonName [
    rdfs:label "Cornelia van Hees" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Hees"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_8d463cc1-bc05-be2c-c3b8-e547775ea5ca_Person-50f840ef-b03d-1356-4032-1b76576e713f
  a a2a:Person ;
  rdfs:label "Catharina Willem Weeterings" ;
  a2a:PersonName [
    rdfs:label "Catharina Willem Weeterings" ;
    a2a:PersonNameFirstName "Catharina Willem" ;
    a2a:PersonNameLastName "Weeterings"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_8d463cc1-bc05-be2c-c3b8-e547775ea5ca_Person-25738ee8-b91a-2372-9699-c19934e990cf
  a a2a:Person ;
  rdfs:label "Adriaan Cornelis van Hees" ;
  a2a:PersonName [
    rdfs:label "Adriaan Cornelis van Hees" ;
    a2a:PersonNameFirstName "Adriaan Cornelis" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Hees"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_8d463cc1-bc05-be2c-c3b8-e547775ea5ca_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1880" ;
    a2a:Month "6" ;
    a2a:Day "3" ;
    rdfs:label "1880-06-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_bhi_8d463cc1-bc05-be2c-c3b8-e547775ea5ca_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_8d463cc1-bc05-be2c-c3b8-e547775ea5ca_Person:d9a4c135-a71b-3632-8baa-e1bfc064c05a ;
  a2a:EventKeyRef oa:event_bhi_8d463cc1-bc05-be2c-c3b8-e547775ea5ca_Event1 .

oa:relationep_bhi_8d463cc1-bc05-be2c-c3b8-e547775ea5ca_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_8d463cc1-bc05-be2c-c3b8-e547775ea5ca_Person:50f840ef-b03d-1356-4032-1b76576e713f ;
  a2a:EventKeyRef oa:event_bhi_8d463cc1-bc05-be2c-c3b8-e547775ea5ca_Event1 .

oa:relationep_bhi_8d463cc1-bc05-be2c-c3b8-e547775ea5ca_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_8d463cc1-bc05-be2c-c3b8-e547775ea5ca_Person:25738ee8-b91a-2372-9699-c19934e990cf ;
  a2a:EventKeyRef oa:event_bhi_8d463cc1-bc05-be2c-c3b8-e547775ea5ca_Event1 .

oa:relationpp_bhi_8d463cc1-bc05-be2c-c3b8-e547775ea5ca_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_8d463cc1-bc05-be2c-c3b8-e547775ea5ca_Person:d9a4c135-a71b-3632-8baa-e1bfc064c05a, oa:person_bhi_8d463cc1-bc05-be2c-c3b8-e547775ea5ca_Person:b7d29576-f9c8-d4e0-11a3-55c27f830923 .

oa:source_bhi_8d463cc1-bc05-be2c-c3b8-e547775ea5ca
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1880-06-04 - 1880-06-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1880-06-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1880-06-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1880" ;
    a2a:Month "6" ;
    a2a:Day "4" ;
    rdfs:label "1880-06-04"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 7964, Periode: 1880" ;
    a2a:Book "Overlijdensregister Tilburg 1880" ;
    a2a:DocumentNumber "334" ;
    a2a:RegistryNumber "7964" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 7964, Periode: 1880, Overlijdensregister Tilburg 1880, 334, 7964"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/7a113598-8c7b-4311-bfb3-d6f303a522ea.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/7a113598-8c7b-4311-bfb3-d6f303a522ea.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-03-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/8d463cc1-bc05-be2c-c3b8-e547775ea5ca" ;
  a2a:RecordGUID "{8d463cc1-bc05-be2c-c3b8-e547775ea5ca}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_79314_00079314.xml van BHI" .

