@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_2ae6560b-e60b-13bc-21cc-e830f9c900e4
  a a2a:Record ;
  rdfs:label "Overlijden op 27 mei 1895 te 's-Hertogenbosch" ;
  a2a:hasPerson oa:person_bhi_2ae6560b-e60b-13bc-21cc-e830f9c900e4_Person-b533478f-1811-f200-4539-2d27aa1ecbb1, oa:person_bhi_2ae6560b-e60b-13bc-21cc-e830f9c900e4_Person-d8f9ef40-4f83-ced2-72d6-767f08495818, oa:person_bhi_2ae6560b-e60b-13bc-21cc-e830f9c900e4_Person-db9e239d-762b-a7af-a164-2ee0a4ce0e69, oa:person_bhi_2ae6560b-e60b-13bc-21cc-e830f9c900e4_Person-d8629885-7411-9470-7337-0dc41e35de3d ;
  a2a:hasEvent oa:event_bhi_2ae6560b-e60b-13bc-21cc-e830f9c900e4_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_2ae6560b-e60b-13bc-21cc-e830f9c900e4_0, oa:relationep_bhi_2ae6560b-e60b-13bc-21cc-e830f9c900e4_1, oa:relationep_bhi_2ae6560b-e60b-13bc-21cc-e830f9c900e4_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_2ae6560b-e60b-13bc-21cc-e830f9c900e4_0 ;
  a2a:hasSource oa:source_bhi_2ae6560b-e60b-13bc-21cc-e830f9c900e4 .

oa:person_bhi_2ae6560b-e60b-13bc-21cc-e830f9c900e4_Person-b533478f-1811-f200-4539-2d27aa1ecbb1
  a a2a:Person ;
  rdfs:label "Anna Maria van Abel" ;
  a2a:PersonName [
    rdfs:label "Anna Maria van Abel" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Abel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2ae6560b-e60b-13bc-21cc-e830f9c900e4_Person-d8f9ef40-4f83-ced2-72d6-767f08495818
  a a2a:Person ;
  rdfs:label "Theodorus Verhoeckx" ;
  a2a:PersonName [
    rdfs:label "Theodorus Verhoeckx" ;
    a2a:PersonNameFirstName "Theodorus" ;
    a2a:PersonNameLastName "Verhoeckx"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_2ae6560b-e60b-13bc-21cc-e830f9c900e4_Person-db9e239d-762b-a7af-a164-2ee0a4ce0e69
  a a2a:Person ;
  rdfs:label "Matheus Verhoeckx" ;
  a2a:PersonName [
    rdfs:label "Matheus Verhoeckx" ;
    a2a:PersonNameFirstName "Matheus" ;
    a2a:PersonNameLastName "Verhoeckx"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2ae6560b-e60b-13bc-21cc-e830f9c900e4_Person-d8629885-7411-9470-7337-0dc41e35de3d
  a a2a:Person ;
  rdfs:label "Catharina Tijbosch" ;
  a2a:PersonName [
    rdfs:label "Catharina Tijbosch" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Tijbosch"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_2ae6560b-e60b-13bc-21cc-e830f9c900e4_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1895" ;
    a2a:Month "5" ;
    a2a:Day "27" ;
    rdfs:label "1895-05-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch"
  ] .

oa:relationep_bhi_2ae6560b-e60b-13bc-21cc-e830f9c900e4_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_2ae6560b-e60b-13bc-21cc-e830f9c900e4_Person:b533478f-1811-f200-4539-2d27aa1ecbb1 ;
  a2a:EventKeyRef oa:event_bhi_2ae6560b-e60b-13bc-21cc-e830f9c900e4_Event1 .

oa:relationep_bhi_2ae6560b-e60b-13bc-21cc-e830f9c900e4_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_2ae6560b-e60b-13bc-21cc-e830f9c900e4_Person:d8f9ef40-4f83-ced2-72d6-767f08495818 ;
  a2a:EventKeyRef oa:event_bhi_2ae6560b-e60b-13bc-21cc-e830f9c900e4_Event1 .

oa:relationep_bhi_2ae6560b-e60b-13bc-21cc-e830f9c900e4_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_2ae6560b-e60b-13bc-21cc-e830f9c900e4_Person:db9e239d-762b-a7af-a164-2ee0a4ce0e69 ;
  a2a:EventKeyRef oa:event_bhi_2ae6560b-e60b-13bc-21cc-e830f9c900e4_Event1 .

oa:relationpp_bhi_2ae6560b-e60b-13bc-21cc-e830f9c900e4_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_2ae6560b-e60b-13bc-21cc-e830f9c900e4_Person:d8f9ef40-4f83-ced2-72d6-767f08495818, oa:person_bhi_2ae6560b-e60b-13bc-21cc-e830f9c900e4_Person:d8629885-7411-9470-7337-0dc41e35de3d .

oa:source_bhi_2ae6560b-e60b-13bc-21cc-e830f9c900e4
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1895-05-28 - 1895-05-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1895-05-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1895-05-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1895" ;
    a2a:Month "5" ;
    a2a:Day "28" ;
    rdfs:label "1895-05-28"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 4278, Periode: 1895" ;
    a2a:Book "Overlijdensregister 's-Hertogenbosch 1895" ;
    a2a:DocumentNumber "403" ;
    a2a:RegistryNumber "4278" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 4278, Periode: 1895, Overlijdensregister 's-Hertogenbosch 1895, 403, 4278"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/b770533d-a88b-13ad-203a-7c4f620ad940.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/b770533d-a88b-13ad-203a-7c4f620ad940.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-02-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/2ae6560b-e60b-13bc-21cc-e830f9c900e4" ;
  a2a:RecordGUID "{2ae6560b-e60b-13bc-21cc-e830f9c900e4}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_27582_00027582.xml van BHI" .

