@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_155a525b-a70a-eba6-e6c5-da9ec0d6fb1d
  a a2a:Record ;
  rdfs:label "Overlijden op 30 april 1858 te Breda" ;
  a2a:hasPerson oa:person_bhi_155a525b-a70a-eba6-e6c5-da9ec0d6fb1d_Person-c59979c8-e123-c02d-5a64-2919e667a7ab, oa:person_bhi_155a525b-a70a-eba6-e6c5-da9ec0d6fb1d_Person-8ac059f9-c525-4a9d-621c-6a075ace4079, oa:person_bhi_155a525b-a70a-eba6-e6c5-da9ec0d6fb1d_Person-b945fa90-9a2a-c969-6044-ec769a219519 ;
  a2a:hasEvent oa:event_bhi_155a525b-a70a-eba6-e6c5-da9ec0d6fb1d_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_155a525b-a70a-eba6-e6c5-da9ec0d6fb1d_0, oa:relationep_bhi_155a525b-a70a-eba6-e6c5-da9ec0d6fb1d_1, oa:relationep_bhi_155a525b-a70a-eba6-e6c5-da9ec0d6fb1d_2 ;
  a2a:hasSource oa:source_bhi_155a525b-a70a-eba6-e6c5-da9ec0d6fb1d .

oa:person_bhi_155a525b-a70a-eba6-e6c5-da9ec0d6fb1d_Person-c59979c8-e123-c02d-5a64-2919e667a7ab
  a a2a:Person ;
  rdfs:label "Hubertus Henri Alexander Louis Marechal" ;
  a2a:PersonName [
    rdfs:label "Hubertus Henri Alexander Louis Marechal" ;
    a2a:PersonNameFirstName "Hubertus Henri Alexander Louis" ;
    a2a:PersonNameLastName "Marechal"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_155a525b-a70a-eba6-e6c5-da9ec0d6fb1d_Person-8ac059f9-c525-4a9d-621c-6a075ace4079
  a a2a:Person ;
  rdfs:label "Maria Josephina Veronica Libens" ;
  a2a:PersonName [
    rdfs:label "Maria Josephina Veronica Libens" ;
    a2a:PersonNameFirstName "Maria Josephina Veronica" ;
    a2a:PersonNameLastName "Libens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_155a525b-a70a-eba6-e6c5-da9ec0d6fb1d_Person-b945fa90-9a2a-c969-6044-ec769a219519
  a a2a:Person ;
  rdfs:label "Petrus Marechal" ;
  a2a:PersonName [
    rdfs:label "Petrus Marechal" ;
    a2a:PersonNameFirstName "Petrus" ;
    a2a:PersonNameLastName "Marechal"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_155a525b-a70a-eba6-e6c5-da9ec0d6fb1d_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1858" ;
    a2a:Month "4" ;
    a2a:Day "30" ;
    rdfs:label "1858-04-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_bhi_155a525b-a70a-eba6-e6c5-da9ec0d6fb1d_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_155a525b-a70a-eba6-e6c5-da9ec0d6fb1d_Person:c59979c8-e123-c02d-5a64-2919e667a7ab ;
  a2a:EventKeyRef oa:event_bhi_155a525b-a70a-eba6-e6c5-da9ec0d6fb1d_Event1 .

oa:relationep_bhi_155a525b-a70a-eba6-e6c5-da9ec0d6fb1d_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_155a525b-a70a-eba6-e6c5-da9ec0d6fb1d_Person:8ac059f9-c525-4a9d-621c-6a075ace4079 ;
  a2a:EventKeyRef oa:event_bhi_155a525b-a70a-eba6-e6c5-da9ec0d6fb1d_Event1 .

oa:relationep_bhi_155a525b-a70a-eba6-e6c5-da9ec0d6fb1d_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_155a525b-a70a-eba6-e6c5-da9ec0d6fb1d_Person:b945fa90-9a2a-c969-6044-ec769a219519 ;
  a2a:EventKeyRef oa:event_bhi_155a525b-a70a-eba6-e6c5-da9ec0d6fb1d_Event1 .

oa:source_bhi_155a525b-a70a-eba6-e6c5-da9ec0d6fb1d
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1858-05-01 - 1858-05-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1858-05-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1858-05-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1858" ;
    a2a:Month "5" ;
    a2a:Day "1" ;
    rdfs:label "1858-05-01"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1407, Periode: 1858" ;
    a2a:Book "Overlijdensregister Breda 1858" ;
    a2a:DocumentNumber "134" ;
    a2a:RegistryNumber "1407" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1407, Periode: 1858, Overlijdensregister Breda 1858, 134, 1407"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/343d45a8-9148-ae1f-0707-00725686c9ab.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/343d45a8-9148-ae1f-0707-00725686c9ab.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-10-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/155a525b-a70a-eba6-e6c5-da9ec0d6fb1d" ;
  a2a:RecordGUID "{155a525b-a70a-eba6-e6c5-da9ec0d6fb1d}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_23312_00023312.xml van BHI" .

