@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_0a4bba58-fe8a-ac61-e2db-add2778c08db
  a a2a:Record ;
  rdfs:label "Overlijden op 13 mei 1881 te 's-Hertogenbosch" ;
  a2a:hasPerson oa:person_bhi_0a4bba58-fe8a-ac61-e2db-add2778c08db_Person-8ec1fb4d-62c0-d206-9d22-b7f0a6512c19, oa:person_bhi_0a4bba58-fe8a-ac61-e2db-add2778c08db_Person-b2abfa57-99b3-be41-d376-a91217f9827f, oa:person_bhi_0a4bba58-fe8a-ac61-e2db-add2778c08db_Person-9b28321a-6b7d-b556-480d-b924c2db3408 ;
  a2a:hasEvent oa:event_bhi_0a4bba58-fe8a-ac61-e2db-add2778c08db_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_0a4bba58-fe8a-ac61-e2db-add2778c08db_0, oa:relationep_bhi_0a4bba58-fe8a-ac61-e2db-add2778c08db_1, oa:relationep_bhi_0a4bba58-fe8a-ac61-e2db-add2778c08db_2 ;
  a2a:hasSource oa:source_bhi_0a4bba58-fe8a-ac61-e2db-add2778c08db .

oa:person_bhi_0a4bba58-fe8a-ac61-e2db-add2778c08db_Person-8ec1fb4d-62c0-d206-9d22-b7f0a6512c19
  a a2a:Person ;
  rdfs:label "Aldegonda Petronella Bonte" ;
  a2a:PersonName [
    rdfs:label "Aldegonda Petronella Bonte" ;
    a2a:PersonNameFirstName "Aldegonda Petronella" ;
    a2a:PersonNameLastName "Bonte"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0a4bba58-fe8a-ac61-e2db-add2778c08db_Person-b2abfa57-99b3-be41-d376-a91217f9827f
  a a2a:Person ;
  rdfs:label "N.N. de Wert" ;
  a2a:PersonName [
    rdfs:label "N.N. de Wert" ;
    a2a:PersonNameFirstName "N.N." ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Wert"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0a4bba58-fe8a-ac61-e2db-add2778c08db_Person-9b28321a-6b7d-b556-480d-b924c2db3408
  a a2a:Person ;
  rdfs:label "Gerardus de Wert" ;
  a2a:PersonName [
    rdfs:label "Gerardus de Wert" ;
    a2a:PersonNameFirstName "Gerardus" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Wert"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_0a4bba58-fe8a-ac61-e2db-add2778c08db_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1881" ;
    a2a:Month "5" ;
    a2a:Day "13" ;
    rdfs:label "1881-05-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch"
  ] .

oa:relationep_bhi_0a4bba58-fe8a-ac61-e2db-add2778c08db_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_0a4bba58-fe8a-ac61-e2db-add2778c08db_Person:8ec1fb4d-62c0-d206-9d22-b7f0a6512c19 ;
  a2a:EventKeyRef oa:event_bhi_0a4bba58-fe8a-ac61-e2db-add2778c08db_Event1 .

oa:relationep_bhi_0a4bba58-fe8a-ac61-e2db-add2778c08db_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_0a4bba58-fe8a-ac61-e2db-add2778c08db_Person:b2abfa57-99b3-be41-d376-a91217f9827f ;
  a2a:EventKeyRef oa:event_bhi_0a4bba58-fe8a-ac61-e2db-add2778c08db_Event1 .

oa:relationep_bhi_0a4bba58-fe8a-ac61-e2db-add2778c08db_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_0a4bba58-fe8a-ac61-e2db-add2778c08db_Person:9b28321a-6b7d-b556-480d-b924c2db3408 ;
  a2a:EventKeyRef oa:event_bhi_0a4bba58-fe8a-ac61-e2db-add2778c08db_Event1 .

oa:source_bhi_0a4bba58-fe8a-ac61-e2db-add2778c08db
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1881-05-13 - 1881-05-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1881-05-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1881-05-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1881" ;
    a2a:Month "5" ;
    a2a:Day "13" ;
    rdfs:label "1881-05-13"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 4264, Periode: 1881" ;
    a2a:Book "Overlijdensregister 's-Hertogenbosch 1881" ;
    a2a:DocumentNumber "329" ;
    a2a:RegistryNumber "4264" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 4264, Periode: 1881, Overlijdensregister 's-Hertogenbosch 1881, 329, 4264"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/1885eeef-6b5d-717d-90a6-ec9189603568.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/1885eeef-6b5d-717d-90a6-ec9189603568.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-08-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/0a4bba58-fe8a-ac61-e2db-add2778c08db" ;
  a2a:RecordGUID "{0a4bba58-fe8a-ac61-e2db-add2778c08db}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_23015_00023015.xml van BHI" .

[] a2a:PersonRemarkdiversen "doodgeboren dochter van" .
