@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_d3f620a4-3b46-e366-7b1d-65ff54b6ad07
  a a2a:Record ;
  rdfs:label "Overlijden op 16 maart 1889 te 's-Hertogenbosch" ;
  a2a:hasPerson oa:person_bhi_d3f620a4-3b46-e366-7b1d-65ff54b6ad07_Person-8772e078-7f16-1b9c-a612-429f02d8ed20, oa:person_bhi_d3f620a4-3b46-e366-7b1d-65ff54b6ad07_Person-c734a926-429c-dbce-01d0-01dbcd0fbc8f, oa:person_bhi_d3f620a4-3b46-e366-7b1d-65ff54b6ad07_Person-9f642b6b-d9a3-9585-2c6a-0ec868898d84 ;
  a2a:hasEvent oa:event_bhi_d3f620a4-3b46-e366-7b1d-65ff54b6ad07_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_d3f620a4-3b46-e366-7b1d-65ff54b6ad07_0, oa:relationep_bhi_d3f620a4-3b46-e366-7b1d-65ff54b6ad07_1, oa:relationep_bhi_d3f620a4-3b46-e366-7b1d-65ff54b6ad07_2 ;
  a2a:hasSource oa:source_bhi_d3f620a4-3b46-e366-7b1d-65ff54b6ad07 .

oa:person_bhi_d3f620a4-3b46-e366-7b1d-65ff54b6ad07_Person-8772e078-7f16-1b9c-a612-429f02d8ed20
  a a2a:Person ;
  rdfs:label "N.N. Stinkens" ;
  a2a:PersonName [
    rdfs:label "N.N. Stinkens" ;
    a2a:PersonNameFirstName "N.N." ;
    a2a:PersonNameLastName "Stinkens"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_d3f620a4-3b46-e366-7b1d-65ff54b6ad07_Person-c734a926-429c-dbce-01d0-01dbcd0fbc8f
  a a2a:Person ;
  rdfs:label "Anna Adriana Peijnenburg" ;
  a2a:PersonName [
    rdfs:label "Anna Adriana Peijnenburg" ;
    a2a:PersonNameFirstName "Anna Adriana" ;
    a2a:PersonNameLastName "Peijnenburg"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_d3f620a4-3b46-e366-7b1d-65ff54b6ad07_Person-9f642b6b-d9a3-9585-2c6a-0ec868898d84
  a a2a:Person ;
  rdfs:label "Pieter Joseph Stinkens" ;
  a2a:PersonName [
    rdfs:label "Pieter Joseph Stinkens" ;
    a2a:PersonNameFirstName "Pieter Joseph" ;
    a2a:PersonNameLastName "Stinkens"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_d3f620a4-3b46-e366-7b1d-65ff54b6ad07_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1889" ;
    a2a:Month "3" ;
    a2a:Day "16" ;
    rdfs:label "1889-03-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch"
  ] .

oa:relationep_bhi_d3f620a4-3b46-e366-7b1d-65ff54b6ad07_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_d3f620a4-3b46-e366-7b1d-65ff54b6ad07_Person:8772e078-7f16-1b9c-a612-429f02d8ed20 ;
  a2a:EventKeyRef oa:event_bhi_d3f620a4-3b46-e366-7b1d-65ff54b6ad07_Event1 .

oa:relationep_bhi_d3f620a4-3b46-e366-7b1d-65ff54b6ad07_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_d3f620a4-3b46-e366-7b1d-65ff54b6ad07_Person:c734a926-429c-dbce-01d0-01dbcd0fbc8f ;
  a2a:EventKeyRef oa:event_bhi_d3f620a4-3b46-e366-7b1d-65ff54b6ad07_Event1 .

oa:relationep_bhi_d3f620a4-3b46-e366-7b1d-65ff54b6ad07_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_d3f620a4-3b46-e366-7b1d-65ff54b6ad07_Person:9f642b6b-d9a3-9585-2c6a-0ec868898d84 ;
  a2a:EventKeyRef oa:event_bhi_d3f620a4-3b46-e366-7b1d-65ff54b6ad07_Event1 .

oa:source_bhi_d3f620a4-3b46-e366-7b1d-65ff54b6ad07
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1889-03-18 - 1889-03-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1889-03-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1889-03-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1889" ;
    a2a:Month "3" ;
    a2a:Day "18" ;
    rdfs:label "1889-03-18"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 4272, Periode: 1889" ;
    a2a:Book "Overlijdensregister 's-Hertogenbosch 1889" ;
    a2a:DocumentNumber "205" ;
    a2a:RegistryNumber "4272" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 4272, Periode: 1889, Overlijdensregister 's-Hertogenbosch 1889, 205, 4272"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/51c18b4a-df02-1806-1b23-1bb99bd09c20.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/51c18b4a-df02-1806-1b23-1bb99bd09c20.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-01-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/d3f620a4-3b46-e366-7b1d-65ff54b6ad07" ;
  a2a:RecordGUID "{d3f620a4-3b46-e366-7b1d-65ff54b6ad07}" ;
  a2a:SourceRemarkOpmerking "Levenloos kind." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_21846_00021846.xml van BHI" .

