@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_24abf09e-bffe-5d05-ff0b-e4b2fb810c20
  a a2a:Record ;
  rdfs:label "Overlijden op 10 juni 1869 te Tilburg" ;
  a2a:hasPerson oa:person_bhi_24abf09e-bffe-5d05-ff0b-e4b2fb810c20_Person-6d4f09d6-3557-4c49-4484-3ab2492ba62f, oa:person_bhi_24abf09e-bffe-5d05-ff0b-e4b2fb810c20_Person-1c7e8a19-52b3-7743-4031-2c4f036cc134, oa:person_bhi_24abf09e-bffe-5d05-ff0b-e4b2fb810c20_Person-a01a1da0-ac99-7da0-607e-edabdeaff003 ;
  a2a:hasEvent oa:event_bhi_24abf09e-bffe-5d05-ff0b-e4b2fb810c20_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_24abf09e-bffe-5d05-ff0b-e4b2fb810c20_0, oa:relationep_bhi_24abf09e-bffe-5d05-ff0b-e4b2fb810c20_1, oa:relationep_bhi_24abf09e-bffe-5d05-ff0b-e4b2fb810c20_2 ;
  a2a:hasSource oa:source_bhi_24abf09e-bffe-5d05-ff0b-e4b2fb810c20 .

oa:person_bhi_24abf09e-bffe-5d05-ff0b-e4b2fb810c20_Person-6d4f09d6-3557-4c49-4484-3ab2492ba62f
  a a2a:Person ;
  rdfs:label "Simon Johannes van Oosterhout" ;
  a2a:PersonName [
    rdfs:label "Simon Johannes van Oosterhout" ;
    a2a:PersonNameFirstName "Simon Johannes" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Oosterhout"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_24abf09e-bffe-5d05-ff0b-e4b2fb810c20_Person-1c7e8a19-52b3-7743-4031-2c4f036cc134
  a a2a:Person ;
  rdfs:label "Ida van den Dries" ;
  a2a:PersonName [
    rdfs:label "Ida van den Dries" ;
    a2a:PersonNameFirstName "Ida" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Dries"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_24abf09e-bffe-5d05-ff0b-e4b2fb810c20_Person-a01a1da0-ac99-7da0-607e-edabdeaff003
  a a2a:Person ;
  rdfs:label "Andreas Simon van Oosterhout" ;
  a2a:PersonName [
    rdfs:label "Andreas Simon van Oosterhout" ;
    a2a:PersonNameFirstName "Andreas Simon" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Oosterhout"
  ] ;
  a2a:Gender "Man" .

oa:event_bhi_24abf09e-bffe-5d05-ff0b-e4b2fb810c20_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1869" ;
    a2a:Month "6" ;
    a2a:Day "10" ;
    rdfs:label "1869-06-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_bhi_24abf09e-bffe-5d05-ff0b-e4b2fb810c20_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_24abf09e-bffe-5d05-ff0b-e4b2fb810c20_Person:6d4f09d6-3557-4c49-4484-3ab2492ba62f ;
  a2a:EventKeyRef oa:event_bhi_24abf09e-bffe-5d05-ff0b-e4b2fb810c20_Event1 .

oa:relationep_bhi_24abf09e-bffe-5d05-ff0b-e4b2fb810c20_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_24abf09e-bffe-5d05-ff0b-e4b2fb810c20_Person:1c7e8a19-52b3-7743-4031-2c4f036cc134 ;
  a2a:EventKeyRef oa:event_bhi_24abf09e-bffe-5d05-ff0b-e4b2fb810c20_Event1 .

oa:relationep_bhi_24abf09e-bffe-5d05-ff0b-e4b2fb810c20_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_24abf09e-bffe-5d05-ff0b-e4b2fb810c20_Person:a01a1da0-ac99-7da0-607e-edabdeaff003 ;
  a2a:EventKeyRef oa:event_bhi_24abf09e-bffe-5d05-ff0b-e4b2fb810c20_Event1 .

oa:source_bhi_24abf09e-bffe-5d05-ff0b-e4b2fb810c20
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1869-06-10 - 1869-06-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1869-06-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1869-06-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1869" ;
    a2a:Month "6" ;
    a2a:Day "10" ;
    rdfs:label "1869-06-10"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 7960, Periode: 1869" ;
    a2a:Book "Overlijdensregister Tilburg 1869" ;
    a2a:DocumentNumber "221" ;
    a2a:RegistryNumber "7960" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 7960, Periode: 1869, Overlijdensregister Tilburg 1869, 221, 7960"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/5a88113f-3554-2089-07a9-555c879a620d.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/5a88113f-3554-2089-07a9-555c879a620d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-03-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/24abf09e-bffe-5d05-ff0b-e4b2fb810c20" ;
  a2a:RecordGUID "{24abf09e-bffe-5d05-ff0b-e4b2fb810c20}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_79148_00079148.xml van BHI" .

