@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_12da18c2-e0f2-d6a4-2b83-826deed16a69
  a a2a:Record ;
  rdfs:label "Overlijden op 5 november 1926 te Tilburg" ;
  a2a:hasPerson oa:person_bhi_12da18c2-e0f2-d6a4-2b83-826deed16a69_Person-1e5192b5-2df5-ab4c-d251-6938ab7e2407, oa:person_bhi_12da18c2-e0f2-d6a4-2b83-826deed16a69_Person-4ecd5f84-004e-03d7-f7f1-aa479dfb29d8, oa:person_bhi_12da18c2-e0f2-d6a4-2b83-826deed16a69_Person-e23f2f7e-6385-ffe2-5770-9c7e6f4901c6 ;
  a2a:hasEvent oa:event_bhi_12da18c2-e0f2-d6a4-2b83-826deed16a69_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_12da18c2-e0f2-d6a4-2b83-826deed16a69_0, oa:relationep_bhi_12da18c2-e0f2-d6a4-2b83-826deed16a69_1, oa:relationep_bhi_12da18c2-e0f2-d6a4-2b83-826deed16a69_2 ;
  a2a:hasSource oa:source_bhi_12da18c2-e0f2-d6a4-2b83-826deed16a69 .

oa:person_bhi_12da18c2-e0f2-d6a4-2b83-826deed16a69_Person-1e5192b5-2df5-ab4c-d251-6938ab7e2407
  a a2a:Person ;
  rdfs:label "Maria Philomena Wenders" ;
  a2a:PersonName [
    rdfs:label "Maria Philomena Wenders" ;
    a2a:PersonNameFirstName "Maria Philomena" ;
    a2a:PersonNameLastName "Wenders"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_12da18c2-e0f2-d6a4-2b83-826deed16a69_Person-4ecd5f84-004e-03d7-f7f1-aa479dfb29d8
  a a2a:Person ;
  rdfs:label "Hubert Johannes Frijns" ;
  a2a:PersonName [
    rdfs:label "Hubert Johannes Frijns" ;
    a2a:PersonNameFirstName "Hubert Johannes" ;
    a2a:PersonNameLastName "Frijns"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_12da18c2-e0f2-d6a4-2b83-826deed16a69_Person-e23f2f7e-6385-ffe2-5770-9c7e6f4901c6
  a a2a:Person ;
  rdfs:label "Johannes Mathias Frijns" ;
  a2a:PersonName [
    rdfs:label "Johannes Mathias Frijns" ;
    a2a:PersonNameFirstName "Johannes Mathias" ;
    a2a:PersonNameLastName "Frijns"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_12da18c2-e0f2-d6a4-2b83-826deed16a69_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1926" ;
    a2a:Month "11" ;
    a2a:Day "5" ;
    rdfs:label "1926-11-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_bhi_12da18c2-e0f2-d6a4-2b83-826deed16a69_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_12da18c2-e0f2-d6a4-2b83-826deed16a69_Person:1e5192b5-2df5-ab4c-d251-6938ab7e2407 ;
  a2a:EventKeyRef oa:event_bhi_12da18c2-e0f2-d6a4-2b83-826deed16a69_Event1 .

oa:relationep_bhi_12da18c2-e0f2-d6a4-2b83-826deed16a69_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_12da18c2-e0f2-d6a4-2b83-826deed16a69_Person:4ecd5f84-004e-03d7-f7f1-aa479dfb29d8 ;
  a2a:EventKeyRef oa:event_bhi_12da18c2-e0f2-d6a4-2b83-826deed16a69_Event1 .

oa:relationep_bhi_12da18c2-e0f2-d6a4-2b83-826deed16a69_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_12da18c2-e0f2-d6a4-2b83-826deed16a69_Person:e23f2f7e-6385-ffe2-5770-9c7e6f4901c6 ;
  a2a:EventKeyRef oa:event_bhi_12da18c2-e0f2-d6a4-2b83-826deed16a69_Event1 .

oa:source_bhi_12da18c2-e0f2-d6a4-2b83-826deed16a69
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1926-11-08 - 1926-11-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1926-11-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1926-11-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1926" ;
    a2a:Month "11" ;
    a2a:Day "8" ;
    rdfs:label "1926-11-08"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3194, Periode: 1926" ;
    a2a:Book "Overlijdensregister Tilburg 1926" ;
    a2a:DocumentNumber "627" ;
    a2a:RegistryNumber "3194" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3194, Periode: 1926, Overlijdensregister Tilburg 1926, 627, 3194"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/b719a4d0-a450-e551-76e5-04373a6617db.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/b719a4d0-a450-e551-76e5-04373a6617db.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-10-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/12da18c2-e0f2-d6a4-2b83-826deed16a69" ;
  a2a:RecordGUID "{12da18c2-e0f2-d6a4-2b83-826deed16a69}" ;
  a2a:SourceRemarkOpmerking "Extract overlijden der gemeente Breda." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_79729_00079729.xml van BHI" .

