@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_0802a255-eaa2-15eb-593e-a4dfb74c7688
  a a2a:Record ;
  rdfs:label "Overlijden op 14 maart 1867 te Tilburg" ;
  a2a:hasPerson oa:person_bhi_0802a255-eaa2-15eb-593e-a4dfb74c7688_Person-0f1db51c-ac1e-ba63-3c94-7cdda09e097c, oa:person_bhi_0802a255-eaa2-15eb-593e-a4dfb74c7688_Person-34e255b7-d5ff-c240-fa73-61a3673c0dc0, oa:person_bhi_0802a255-eaa2-15eb-593e-a4dfb74c7688_Person-7b0799ae-cca9-f4fe-7844-1285e0b511e9 ;
  a2a:hasEvent oa:event_bhi_0802a255-eaa2-15eb-593e-a4dfb74c7688_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_0802a255-eaa2-15eb-593e-a4dfb74c7688_0, oa:relationep_bhi_0802a255-eaa2-15eb-593e-a4dfb74c7688_1, oa:relationep_bhi_0802a255-eaa2-15eb-593e-a4dfb74c7688_2 ;
  a2a:hasSource oa:source_bhi_0802a255-eaa2-15eb-593e-a4dfb74c7688 .

oa:person_bhi_0802a255-eaa2-15eb-593e-a4dfb74c7688_Person-0f1db51c-ac1e-ba63-3c94-7cdda09e097c
  a a2a:Person ;
  rdfs:label "Petrus Simons" ;
  a2a:PersonName [
    rdfs:label "Petrus Simons" ;
    a2a:PersonNameFirstName "Petrus" ;
    a2a:PersonNameLastName "Simons"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0802a255-eaa2-15eb-593e-a4dfb74c7688_Person-34e255b7-d5ff-c240-fa73-61a3673c0dc0
  a a2a:Person ;
  rdfs:label "Maria Anna Swinnen" ;
  a2a:PersonName [
    rdfs:label "Maria Anna Swinnen" ;
    a2a:PersonNameFirstName "Maria Anna" ;
    a2a:PersonNameLastName "Swinnen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0802a255-eaa2-15eb-593e-a4dfb74c7688_Person-7b0799ae-cca9-f4fe-7844-1285e0b511e9
  a a2a:Person ;
  rdfs:label "Adriana Maria Simons" ;
  a2a:PersonName [
    rdfs:label "Adriana Maria Simons" ;
    a2a:PersonNameFirstName "Adriana Maria" ;
    a2a:PersonNameLastName "Simons"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_bhi_0802a255-eaa2-15eb-593e-a4dfb74c7688_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1867" ;
    a2a:Month "3" ;
    a2a:Day "14" ;
    rdfs:label "1867-03-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_bhi_0802a255-eaa2-15eb-593e-a4dfb74c7688_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_0802a255-eaa2-15eb-593e-a4dfb74c7688_Person:0f1db51c-ac1e-ba63-3c94-7cdda09e097c ;
  a2a:EventKeyRef oa:event_bhi_0802a255-eaa2-15eb-593e-a4dfb74c7688_Event1 .

oa:relationep_bhi_0802a255-eaa2-15eb-593e-a4dfb74c7688_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_0802a255-eaa2-15eb-593e-a4dfb74c7688_Person:34e255b7-d5ff-c240-fa73-61a3673c0dc0 ;
  a2a:EventKeyRef oa:event_bhi_0802a255-eaa2-15eb-593e-a4dfb74c7688_Event1 .

oa:relationep_bhi_0802a255-eaa2-15eb-593e-a4dfb74c7688_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_0802a255-eaa2-15eb-593e-a4dfb74c7688_Person:7b0799ae-cca9-f4fe-7844-1285e0b511e9 ;
  a2a:EventKeyRef oa:event_bhi_0802a255-eaa2-15eb-593e-a4dfb74c7688_Event1 .

oa:source_bhi_0802a255-eaa2-15eb-593e-a4dfb74c7688
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1867-03-15 - 1867-03-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1867-03-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1867-03-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1867" ;
    a2a:Month "3" ;
    a2a:Day "15" ;
    rdfs:label "1867-03-15"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 7959, Periode: 1867" ;
    a2a:Book "Overlijdensregister Tilburg 1867" ;
    a2a:DocumentNumber "85" ;
    a2a:RegistryNumber "7959" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 7959, Periode: 1867, Overlijdensregister Tilburg 1867, 85, 7959"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/dbee5c6a-3955-6fa2-3558-b6a2e880b589.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/dbee5c6a-3955-6fa2-3558-b6a2e880b589.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-03-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/0802a255-eaa2-15eb-593e-a4dfb74c7688" ;
  a2a:RecordGUID "{0802a255-eaa2-15eb-593e-a4dfb74c7688}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_79133_00079133.xml van BHI" .

