@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_f8b4d1af-63ce-6ef4-574b-4e8fa9773efd
  a a2a:Record ;
  rdfs:label "Overlijden op 17 april 1869 te Dinteloord" ;
  a2a:hasPerson oa:person_bhi_f8b4d1af-63ce-6ef4-574b-4e8fa9773efd_Person-dc1ed85c-8bdd-1b07-4817-535298f19f95, oa:person_bhi_f8b4d1af-63ce-6ef4-574b-4e8fa9773efd_Person-0f781086-9eba-12f0-fae6-c10d378e0731, oa:person_bhi_f8b4d1af-63ce-6ef4-574b-4e8fa9773efd_Person-8183fd3f-c91c-a779-4dcc-41b030334cd1 ;
  a2a:hasEvent oa:event_bhi_f8b4d1af-63ce-6ef4-574b-4e8fa9773efd_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_f8b4d1af-63ce-6ef4-574b-4e8fa9773efd_0, oa:relationep_bhi_f8b4d1af-63ce-6ef4-574b-4e8fa9773efd_1, oa:relationep_bhi_f8b4d1af-63ce-6ef4-574b-4e8fa9773efd_2 ;
  a2a:hasSource oa:source_bhi_f8b4d1af-63ce-6ef4-574b-4e8fa9773efd .

oa:person_bhi_f8b4d1af-63ce-6ef4-574b-4e8fa9773efd_Person-dc1ed85c-8bdd-1b07-4817-535298f19f95
  a a2a:Person ;
  rdfs:label "Johanna Traets" ;
  a2a:PersonName [
    rdfs:label "Johanna Traets" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Traets"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_f8b4d1af-63ce-6ef4-574b-4e8fa9773efd_Person-0f781086-9eba-12f0-fae6-c10d378e0731
  a a2a:Person ;
  rdfs:label "Antonia Horians" ;
  a2a:PersonName [
    rdfs:label "Antonia Horians" ;
    a2a:PersonNameFirstName "Antonia" ;
    a2a:PersonNameLastName "Horians"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_f8b4d1af-63ce-6ef4-574b-4e8fa9773efd_Person-8183fd3f-c91c-a779-4dcc-41b030334cd1
  a a2a:Person ;
  rdfs:label "Adriaan Johannis Traets" ;
  a2a:PersonName [
    rdfs:label "Adriaan Johannis Traets" ;
    a2a:PersonNameFirstName "Adriaan Johannis" ;
    a2a:PersonNameLastName "Traets"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_f8b4d1af-63ce-6ef4-574b-4e8fa9773efd_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1869" ;
    a2a:Month "4" ;
    a2a:Day "17" ;
    rdfs:label "1869-04-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Dinteloord" ;
    rdfs:label "Dinteloord"
  ] .

oa:relationep_bhi_f8b4d1af-63ce-6ef4-574b-4e8fa9773efd_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_f8b4d1af-63ce-6ef4-574b-4e8fa9773efd_Person:dc1ed85c-8bdd-1b07-4817-535298f19f95 ;
  a2a:EventKeyRef oa:event_bhi_f8b4d1af-63ce-6ef4-574b-4e8fa9773efd_Event1 .

oa:relationep_bhi_f8b4d1af-63ce-6ef4-574b-4e8fa9773efd_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_f8b4d1af-63ce-6ef4-574b-4e8fa9773efd_Person:0f781086-9eba-12f0-fae6-c10d378e0731 ;
  a2a:EventKeyRef oa:event_bhi_f8b4d1af-63ce-6ef4-574b-4e8fa9773efd_Event1 .

oa:relationep_bhi_f8b4d1af-63ce-6ef4-574b-4e8fa9773efd_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_f8b4d1af-63ce-6ef4-574b-4e8fa9773efd_Person:8183fd3f-c91c-a779-4dcc-41b030334cd1 ;
  a2a:EventKeyRef oa:event_bhi_f8b4d1af-63ce-6ef4-574b-4e8fa9773efd_Event1 .

oa:source_bhi_f8b4d1af-63ce-6ef4-574b-4e8fa9773efd
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Dinteloord" ;
    rdfs:label "Dinteloord", "1869-04-19 - 1869-04-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1869-04-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1869-04-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1869" ;
    a2a:Month "4" ;
    a2a:Day "19" ;
    rdfs:label "1869-04-19"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 1823, Periode: 1869" ;
    a2a:Book "Overlijdensregister Dinteloord 1869" ;
    a2a:DocumentNumber "16" ;
    a2a:RegistryNumber "1823" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 1823, Periode: 1869, Overlijdensregister Dinteloord 1869, 16, 1823"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/cf9c6bf2-680c-ba2a-e2b4-8466e91118c6.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/cf9c6bf2-680c-ba2a-e2b4-8466e91118c6.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-02-11"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/f8b4d1af-63ce-6ef4-574b-4e8fa9773efd" ;
  a2a:RecordGUID "{f8b4d1af-63ce-6ef4-574b-4e8fa9773efd}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_32556_00032556.xml van BHI" .

