@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_fc57537b-e3fd-e45a-96ec-05505cff7eda
  a a2a:Record ;
  rdfs:label "Overlijden op 12 december 1837 te Tilburg" ;
  a2a:hasPerson oa:person_bhi_fc57537b-e3fd-e45a-96ec-05505cff7eda_Person-56a00b1a-a95b-b9d9-e00e-bad55714a0e8, oa:person_bhi_fc57537b-e3fd-e45a-96ec-05505cff7eda_Person-d136843f-4880-84c0-3aac-2e2673aaa4c6, oa:person_bhi_fc57537b-e3fd-e45a-96ec-05505cff7eda_Person-e3a38a5c-eaac-c2b7-24d3-dec3947f4eaf ;
  a2a:hasEvent oa:event_bhi_fc57537b-e3fd-e45a-96ec-05505cff7eda_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_fc57537b-e3fd-e45a-96ec-05505cff7eda_0, oa:relationep_bhi_fc57537b-e3fd-e45a-96ec-05505cff7eda_1, oa:relationep_bhi_fc57537b-e3fd-e45a-96ec-05505cff7eda_2 ;
  a2a:hasSource oa:source_bhi_fc57537b-e3fd-e45a-96ec-05505cff7eda .

oa:person_bhi_fc57537b-e3fd-e45a-96ec-05505cff7eda_Person-56a00b1a-a95b-b9d9-e00e-bad55714a0e8
  a a2a:Person ;
  rdfs:label "Egbert Terwee" ;
  a2a:PersonName [
    rdfs:label "Egbert Terwee" ;
    a2a:PersonNameFirstName "Egbert" ;
    a2a:PersonNameLastName "Terwee"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_fc57537b-e3fd-e45a-96ec-05505cff7eda_Person-d136843f-4880-84c0-3aac-2e2673aaa4c6
  a a2a:Person ;
  rdfs:label "Johanna Willemina van Assenderp" ;
  a2a:PersonName [
    rdfs:label "Johanna Willemina van Assenderp" ;
    a2a:PersonNameFirstName "Johanna Willemina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Assenderp"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_fc57537b-e3fd-e45a-96ec-05505cff7eda_Person-e3a38a5c-eaac-c2b7-24d3-dec3947f4eaf
  a a2a:Person ;
  rdfs:label "Harmen Terwee" ;
  a2a:PersonName [
    rdfs:label "Harmen Terwee" ;
    a2a:PersonNameFirstName "Harmen" ;
    a2a:PersonNameLastName "Terwee"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_fc57537b-e3fd-e45a-96ec-05505cff7eda_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1837" ;
    a2a:Month "12" ;
    a2a:Day "12" ;
    rdfs:label "1837-12-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_bhi_fc57537b-e3fd-e45a-96ec-05505cff7eda_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_fc57537b-e3fd-e45a-96ec-05505cff7eda_Person:56a00b1a-a95b-b9d9-e00e-bad55714a0e8 ;
  a2a:EventKeyRef oa:event_bhi_fc57537b-e3fd-e45a-96ec-05505cff7eda_Event1 .

oa:relationep_bhi_fc57537b-e3fd-e45a-96ec-05505cff7eda_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_fc57537b-e3fd-e45a-96ec-05505cff7eda_Person:d136843f-4880-84c0-3aac-2e2673aaa4c6 ;
  a2a:EventKeyRef oa:event_bhi_fc57537b-e3fd-e45a-96ec-05505cff7eda_Event1 .

oa:relationep_bhi_fc57537b-e3fd-e45a-96ec-05505cff7eda_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_fc57537b-e3fd-e45a-96ec-05505cff7eda_Person:e3a38a5c-eaac-c2b7-24d3-dec3947f4eaf ;
  a2a:EventKeyRef oa:event_bhi_fc57537b-e3fd-e45a-96ec-05505cff7eda_Event1 .

oa:source_bhi_fc57537b-e3fd-e45a-96ec-05505cff7eda
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1837-12-13 - 1837-12-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1837-12-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1837-12-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1837" ;
    a2a:Month "12" ;
    a2a:Day "13" ;
    rdfs:label "1837-12-13"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 7953, Periode: 1837" ;
    a2a:Book "Overlijdensregister Tilburg 1837" ;
    a2a:DocumentNumber "340" ;
    a2a:RegistryNumber "7953" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 7953, Periode: 1837, Overlijdensregister Tilburg 1837, 340, 7953"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/5ad851db-eef0-524a-da8d-9ee702e15edd.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/5ad851db-eef0-524a-da8d-9ee702e15edd.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-01-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/fc57537b-e3fd-e45a-96ec-05505cff7eda" ;
  a2a:RecordGUID "{fc57537b-e3fd-e45a-96ec-05505cff7eda}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_78945_00078945.xml van BHI" .

