@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_02746bdb-c01c-cd9f-2a5e-c976b4abaee7
  a a2a:Record ;
  rdfs:label "Overlijden op 19 december 1909 te 's-Hertogenbosch" ;
  a2a:hasPerson oa:person_bhi_02746bdb-c01c-cd9f-2a5e-c976b4abaee7_Person-b5552bde-e197-4ce9-2abd-c2b260179fce, oa:person_bhi_02746bdb-c01c-cd9f-2a5e-c976b4abaee7_Person-8b07b597-2dc0-f577-8806-c9b4723927e4, oa:person_bhi_02746bdb-c01c-cd9f-2a5e-c976b4abaee7_Person-19b1e229-f137-f987-7f0f-fd1d668792a4, oa:person_bhi_02746bdb-c01c-cd9f-2a5e-c976b4abaee7_Person-a7b0cd98-63d7-d2b1-c950-2f919df294c5 ;
  a2a:hasEvent oa:event_bhi_02746bdb-c01c-cd9f-2a5e-c976b4abaee7_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_02746bdb-c01c-cd9f-2a5e-c976b4abaee7_0, oa:relationep_bhi_02746bdb-c01c-cd9f-2a5e-c976b4abaee7_1, oa:relationep_bhi_02746bdb-c01c-cd9f-2a5e-c976b4abaee7_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_02746bdb-c01c-cd9f-2a5e-c976b4abaee7_0 ;
  a2a:hasSource oa:source_bhi_02746bdb-c01c-cd9f-2a5e-c976b4abaee7 .

oa:person_bhi_02746bdb-c01c-cd9f-2a5e-c976b4abaee7_Person-b5552bde-e197-4ce9-2abd-c2b260179fce
  a a2a:Person ;
  rdfs:label "Maria Jansen" ;
  a2a:PersonName [
    rdfs:label "Maria Jansen" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Jansen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_02746bdb-c01c-cd9f-2a5e-c976b4abaee7_Person-8b07b597-2dc0-f577-8806-c9b4723927e4
  a a2a:Person ;
  rdfs:label "Hendrina van Beekvelt" ;
  a2a:PersonName [
    rdfs:label "Hendrina van Beekvelt" ;
    a2a:PersonNameFirstName "Hendrina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Beekvelt"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_02746bdb-c01c-cd9f-2a5e-c976b4abaee7_Person-19b1e229-f137-f987-7f0f-fd1d668792a4
  a a2a:Person ;
  rdfs:label "Hendrikus Willem van Beekvelt" ;
  a2a:PersonName [
    rdfs:label "Hendrikus Willem van Beekvelt" ;
    a2a:PersonNameFirstName "Hendrikus Willem" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Beekvelt"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_02746bdb-c01c-cd9f-2a5e-c976b4abaee7_Person-a7b0cd98-63d7-d2b1-c950-2f919df294c5
  a a2a:Person ;
  rdfs:label "Rudolph Schellenberg" ;
  a2a:PersonName [
    rdfs:label "Rudolph Schellenberg" ;
    a2a:PersonNameFirstName "Rudolph" ;
    a2a:PersonNameLastName "Schellenberg"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_02746bdb-c01c-cd9f-2a5e-c976b4abaee7_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1909" ;
    a2a:Month "12" ;
    a2a:Day "19" ;
    rdfs:label "1909-12-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch"
  ] .

oa:relationep_bhi_02746bdb-c01c-cd9f-2a5e-c976b4abaee7_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_02746bdb-c01c-cd9f-2a5e-c976b4abaee7_Person:b5552bde-e197-4ce9-2abd-c2b260179fce ;
  a2a:EventKeyRef oa:event_bhi_02746bdb-c01c-cd9f-2a5e-c976b4abaee7_Event1 .

oa:relationep_bhi_02746bdb-c01c-cd9f-2a5e-c976b4abaee7_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_02746bdb-c01c-cd9f-2a5e-c976b4abaee7_Person:8b07b597-2dc0-f577-8806-c9b4723927e4 ;
  a2a:EventKeyRef oa:event_bhi_02746bdb-c01c-cd9f-2a5e-c976b4abaee7_Event1 .

oa:relationep_bhi_02746bdb-c01c-cd9f-2a5e-c976b4abaee7_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_02746bdb-c01c-cd9f-2a5e-c976b4abaee7_Person:19b1e229-f137-f987-7f0f-fd1d668792a4 ;
  a2a:EventKeyRef oa:event_bhi_02746bdb-c01c-cd9f-2a5e-c976b4abaee7_Event1 .

oa:relationpp_bhi_02746bdb-c01c-cd9f-2a5e-c976b4abaee7_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_02746bdb-c01c-cd9f-2a5e-c976b4abaee7_Person:8b07b597-2dc0-f577-8806-c9b4723927e4, oa:person_bhi_02746bdb-c01c-cd9f-2a5e-c976b4abaee7_Person:a7b0cd98-63d7-d2b1-c950-2f919df294c5 .

oa:source_bhi_02746bdb-c01c-cd9f-2a5e-c976b4abaee7
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1909-12-20 - 1909-12-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1909-12-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1909-12-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1909" ;
    a2a:Month "12" ;
    a2a:Day "20" ;
    rdfs:label "1909-12-20"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 1650, Periode: 1909" ;
    a2a:Book "Overlijdensregister 's-Hertogenbosch 1909" ;
    a2a:DocumentNumber "695" ;
    a2a:RegistryNumber "1650" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 1650, Periode: 1909, Overlijdensregister 's-Hertogenbosch 1909, 695, 1650"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/e41ad5c5-4cb2-b933-beb9-23e2dc2508f4.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/e41ad5c5-4cb2-b933-beb9-23e2dc2508f4.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/02746bdb-c01c-cd9f-2a5e-c976b4abaee7" ;
  a2a:RecordGUID "{02746bdb-c01c-cd9f-2a5e-c976b4abaee7}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_24510_00024510.xml van BHI" .

