@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_bcdcc336-116c-f9f6-bcc8-e00a66c526fa
  a a2a:Record ;
  rdfs:label "Overlijden op 19 februari 1919 te Tilburg" ;
  a2a:hasPerson oa:person_bhi_bcdcc336-116c-f9f6-bcc8-e00a66c526fa_Person-a19bde38-ca9c-20c6-0cc2-a18cefed6fe0, oa:person_bhi_bcdcc336-116c-f9f6-bcc8-e00a66c526fa_Person-6efbc297-276c-16b3-4109-8ddc4342db9c, oa:person_bhi_bcdcc336-116c-f9f6-bcc8-e00a66c526fa_Person-a2df3f21-ce86-291b-f7ea-9964899aadbc ;
  a2a:hasEvent oa:event_bhi_bcdcc336-116c-f9f6-bcc8-e00a66c526fa_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_bcdcc336-116c-f9f6-bcc8-e00a66c526fa_0, oa:relationep_bhi_bcdcc336-116c-f9f6-bcc8-e00a66c526fa_1, oa:relationep_bhi_bcdcc336-116c-f9f6-bcc8-e00a66c526fa_2 ;
  a2a:hasSource oa:source_bhi_bcdcc336-116c-f9f6-bcc8-e00a66c526fa .

oa:person_bhi_bcdcc336-116c-f9f6-bcc8-e00a66c526fa_Person-a19bde38-ca9c-20c6-0cc2-a18cefed6fe0
  a a2a:Person ;
  rdfs:label "Gerrit Verheijden" ;
  a2a:PersonName [
    rdfs:label "Gerrit Verheijden" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Verheijden"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_bcdcc336-116c-f9f6-bcc8-e00a66c526fa_Person-6efbc297-276c-16b3-4109-8ddc4342db9c
  a a2a:Person ;
  rdfs:label "Josephina Joanna Helena Backx" ;
  a2a:PersonName [
    rdfs:label "Josephina Joanna Helena Backx" ;
    a2a:PersonNameFirstName "Josephina Joanna Helena" ;
    a2a:PersonNameLastName "Backx"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_bcdcc336-116c-f9f6-bcc8-e00a66c526fa_Person-a2df3f21-ce86-291b-f7ea-9964899aadbc
  a a2a:Person ;
  rdfs:label "Elisabeth Catharina Maria Verheijden" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Catharina Maria Verheijden" ;
    a2a:PersonNameFirstName "Elisabeth Catharina Maria" ;
    a2a:PersonNameLastName "Verheijden"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_bhi_bcdcc336-116c-f9f6-bcc8-e00a66c526fa_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1919" ;
    a2a:Month "2" ;
    a2a:Day "19" ;
    rdfs:label "1919-02-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_bhi_bcdcc336-116c-f9f6-bcc8-e00a66c526fa_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_bcdcc336-116c-f9f6-bcc8-e00a66c526fa_Person:a19bde38-ca9c-20c6-0cc2-a18cefed6fe0 ;
  a2a:EventKeyRef oa:event_bhi_bcdcc336-116c-f9f6-bcc8-e00a66c526fa_Event1 .

oa:relationep_bhi_bcdcc336-116c-f9f6-bcc8-e00a66c526fa_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_bcdcc336-116c-f9f6-bcc8-e00a66c526fa_Person:6efbc297-276c-16b3-4109-8ddc4342db9c ;
  a2a:EventKeyRef oa:event_bhi_bcdcc336-116c-f9f6-bcc8-e00a66c526fa_Event1 .

oa:relationep_bhi_bcdcc336-116c-f9f6-bcc8-e00a66c526fa_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_bcdcc336-116c-f9f6-bcc8-e00a66c526fa_Person:a2df3f21-ce86-291b-f7ea-9964899aadbc ;
  a2a:EventKeyRef oa:event_bhi_bcdcc336-116c-f9f6-bcc8-e00a66c526fa_Event1 .

oa:source_bhi_bcdcc336-116c-f9f6-bcc8-e00a66c526fa
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1919-02-20 - 1919-02-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1919-02-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1919-02-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1919" ;
    a2a:Month "2" ;
    a2a:Day "20" ;
    rdfs:label "1919-02-20"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3191, Periode: 1919" ;
    a2a:Book "Overlijdensregister Tilburg 1919" ;
    a2a:DocumentNumber "158" ;
    a2a:RegistryNumber "3191" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3191, Periode: 1919, Overlijdensregister Tilburg 1919, 158, 3191"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/770cfd52-b9c4-3c1f-cdfa-ff34238e5e5b.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/770cfd52-b9c4-3c1f-cdfa-ff34238e5e5b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-10-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/bcdcc336-116c-f9f6-bcc8-e00a66c526fa" ;
  a2a:RecordGUID "{bcdcc336-116c-f9f6-bcc8-e00a66c526fa}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_79819_00079819.xml van BHI" .

