@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_e8dcae82-77f7-1a1a-e258-d22cd98cd45f
  a a2a:Record ;
  rdfs:label "Overlijden op 3 juli 1872 te 's-Hertogenbosch" ;
  a2a:hasPerson oa:person_bhi_e8dcae82-77f7-1a1a-e258-d22cd98cd45f_Person-e15e6dfe-b673-fa70-20c2-e071bc07ff4b, oa:person_bhi_e8dcae82-77f7-1a1a-e258-d22cd98cd45f_Person-47102f8c-ccac-4816-3a13-83629de5b902, oa:person_bhi_e8dcae82-77f7-1a1a-e258-d22cd98cd45f_Person-5e55f962-fc59-0f68-c813-5709333cc2cc ;
  a2a:hasEvent oa:event_bhi_e8dcae82-77f7-1a1a-e258-d22cd98cd45f_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_e8dcae82-77f7-1a1a-e258-d22cd98cd45f_0, oa:relationep_bhi_e8dcae82-77f7-1a1a-e258-d22cd98cd45f_1, oa:relationep_bhi_e8dcae82-77f7-1a1a-e258-d22cd98cd45f_2 ;
  a2a:hasSource oa:source_bhi_e8dcae82-77f7-1a1a-e258-d22cd98cd45f .

oa:person_bhi_e8dcae82-77f7-1a1a-e258-d22cd98cd45f_Person-e15e6dfe-b673-fa70-20c2-e071bc07ff4b
  a a2a:Person ;
  rdfs:label "Marie Jeanne Dhé" ;
  a2a:PersonName [
    rdfs:label "Marie Jeanne Dhé" ;
    a2a:PersonNameFirstName "Marie Jeanne" ;
    a2a:PersonNameLastName "Dhé"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e8dcae82-77f7-1a1a-e258-d22cd98cd45f_Person-47102f8c-ccac-4816-3a13-83629de5b902
  a a2a:Person ;
  rdfs:label "Clara Orelio" ;
  a2a:PersonName [
    rdfs:label "Clara Orelio" ;
    a2a:PersonNameFirstName "Clara" ;
    a2a:PersonNameLastName "Orelio"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_e8dcae82-77f7-1a1a-e258-d22cd98cd45f_Person-5e55f962-fc59-0f68-c813-5709333cc2cc
  a a2a:Person ;
  rdfs:label "Adrien Florent Joseph Orelio" ;
  a2a:PersonName [
    rdfs:label "Adrien Florent Joseph Orelio" ;
    a2a:PersonNameFirstName "Adrien Florent Joseph" ;
    a2a:PersonNameLastName "Orelio"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_e8dcae82-77f7-1a1a-e258-d22cd98cd45f_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1872" ;
    a2a:Month "7" ;
    a2a:Day "3" ;
    rdfs:label "1872-07-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch"
  ] .

oa:relationep_bhi_e8dcae82-77f7-1a1a-e258-d22cd98cd45f_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_e8dcae82-77f7-1a1a-e258-d22cd98cd45f_Person:e15e6dfe-b673-fa70-20c2-e071bc07ff4b ;
  a2a:EventKeyRef oa:event_bhi_e8dcae82-77f7-1a1a-e258-d22cd98cd45f_Event1 .

oa:relationep_bhi_e8dcae82-77f7-1a1a-e258-d22cd98cd45f_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_e8dcae82-77f7-1a1a-e258-d22cd98cd45f_Person:47102f8c-ccac-4816-3a13-83629de5b902 ;
  a2a:EventKeyRef oa:event_bhi_e8dcae82-77f7-1a1a-e258-d22cd98cd45f_Event1 .

oa:relationep_bhi_e8dcae82-77f7-1a1a-e258-d22cd98cd45f_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_e8dcae82-77f7-1a1a-e258-d22cd98cd45f_Person:5e55f962-fc59-0f68-c813-5709333cc2cc ;
  a2a:EventKeyRef oa:event_bhi_e8dcae82-77f7-1a1a-e258-d22cd98cd45f_Event1 .

oa:source_bhi_e8dcae82-77f7-1a1a-e258-d22cd98cd45f
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1872-07-03 - 1872-07-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1872-07-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1872-07-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1872" ;
    a2a:Month "7" ;
    a2a:Day "3" ;
    rdfs:label "1872-07-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 4255, Periode: 1872" ;
    a2a:Book "Overlijdensregister 's-Hertogenbosch 1872" ;
    a2a:DocumentNumber "500" ;
    a2a:RegistryNumber "4255" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 4255, Periode: 1872, Overlijdensregister 's-Hertogenbosch 1872, 500, 4255"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/a68cec89-4935-ae92-641e-8717f7e159d5.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/a68cec89-4935-ae92-641e-8717f7e159d5.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-01-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/e8dcae82-77f7-1a1a-e258-d22cd98cd45f" ;
  a2a:RecordGUID "{e8dcae82-77f7-1a1a-e258-d22cd98cd45f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_22589_00022589.xml van BHI" .

