@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_a8ee3a6f-e311-c963-4d4f-cc190282f784
  a a2a:Record ;
  rdfs:label "Overlijden op 29 oktober 1911 te Nieuwkuijk" ;
  a2a:hasPerson oa:person_bhi_a8ee3a6f-e311-c963-4d4f-cc190282f784_Person-81e96c8e-ce40-afb7-1be7-7f5e4f34e429, oa:person_bhi_a8ee3a6f-e311-c963-4d4f-cc190282f784_Person-67e5dd98-deb0-6b8b-cb20-dbc2626c9c43, oa:person_bhi_a8ee3a6f-e311-c963-4d4f-cc190282f784_Person-5324e8da-722d-a2ee-dfcf-36508aa44101, oa:person_bhi_a8ee3a6f-e311-c963-4d4f-cc190282f784_Person-3f6290e5-3088-5b6f-9bc4-e4143675afc7 ;
  a2a:hasEvent oa:event_bhi_a8ee3a6f-e311-c963-4d4f-cc190282f784_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_a8ee3a6f-e311-c963-4d4f-cc190282f784_0, oa:relationep_bhi_a8ee3a6f-e311-c963-4d4f-cc190282f784_1, oa:relationep_bhi_a8ee3a6f-e311-c963-4d4f-cc190282f784_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_a8ee3a6f-e311-c963-4d4f-cc190282f784_0 ;
  a2a:hasSource oa:source_bhi_a8ee3a6f-e311-c963-4d4f-cc190282f784 .

oa:person_bhi_a8ee3a6f-e311-c963-4d4f-cc190282f784_Person-81e96c8e-ce40-afb7-1be7-7f5e4f34e429
  a a2a:Person ;
  rdfs:label "Johanna Berkelmans" ;
  a2a:PersonName [
    rdfs:label "Johanna Berkelmans" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Berkelmans"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_a8ee3a6f-e311-c963-4d4f-cc190282f784_Person-67e5dd98-deb0-6b8b-cb20-dbc2626c9c43
  a a2a:Person ;
  rdfs:label "Frieda van Bladel" ;
  a2a:PersonName [
    rdfs:label "Frieda van Bladel" ;
    a2a:PersonNameFirstName "Frieda" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Bladel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_a8ee3a6f-e311-c963-4d4f-cc190282f784_Person-5324e8da-722d-a2ee-dfcf-36508aa44101
  a a2a:Person ;
  rdfs:label "Jan Berkelmans" ;
  a2a:PersonName [
    rdfs:label "Jan Berkelmans" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Berkelmans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_a8ee3a6f-e311-c963-4d4f-cc190282f784_Person-3f6290e5-3088-5b6f-9bc4-e4143675afc7
  a a2a:Person ;
  rdfs:label "Mathijs van Veggel" ;
  a2a:PersonName [
    rdfs:label "Mathijs van Veggel" ;
    a2a:PersonNameFirstName "Mathijs" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Veggel"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_a8ee3a6f-e311-c963-4d4f-cc190282f784_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1911" ;
    a2a:Month "10" ;
    a2a:Day "29" ;
    rdfs:label "1911-10-29"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nieuwkuijk" ;
    rdfs:label "Nieuwkuijk"
  ] .

oa:relationep_bhi_a8ee3a6f-e311-c963-4d4f-cc190282f784_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_a8ee3a6f-e311-c963-4d4f-cc190282f784_Person:81e96c8e-ce40-afb7-1be7-7f5e4f34e429 ;
  a2a:EventKeyRef oa:event_bhi_a8ee3a6f-e311-c963-4d4f-cc190282f784_Event1 .

oa:relationep_bhi_a8ee3a6f-e311-c963-4d4f-cc190282f784_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_a8ee3a6f-e311-c963-4d4f-cc190282f784_Person:67e5dd98-deb0-6b8b-cb20-dbc2626c9c43 ;
  a2a:EventKeyRef oa:event_bhi_a8ee3a6f-e311-c963-4d4f-cc190282f784_Event1 .

oa:relationep_bhi_a8ee3a6f-e311-c963-4d4f-cc190282f784_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_a8ee3a6f-e311-c963-4d4f-cc190282f784_Person:5324e8da-722d-a2ee-dfcf-36508aa44101 ;
  a2a:EventKeyRef oa:event_bhi_a8ee3a6f-e311-c963-4d4f-cc190282f784_Event1 .

oa:relationpp_bhi_a8ee3a6f-e311-c963-4d4f-cc190282f784_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_a8ee3a6f-e311-c963-4d4f-cc190282f784_Person:81e96c8e-ce40-afb7-1be7-7f5e4f34e429, oa:person_bhi_a8ee3a6f-e311-c963-4d4f-cc190282f784_Person:3f6290e5-3088-5b6f-9bc4-e4143675afc7 .

oa:source_bhi_a8ee3a6f-e311-c963-4d4f-cc190282f784
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Nieuwkuijk" ;
    rdfs:label "Nieuwkuijk", "1911-01-01 - 1911-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1911-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1911-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1911" ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 2075, Periode: 1911" ;
    a2a:Book "Overlijdensregister Nieuwkuijk 1911" ;
    a2a:DocumentNumber "39" ;
    a2a:RegistryNumber "2075" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 2075, Periode: 1911, Overlijdensregister Nieuwkuijk 1911, 39, 2075"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/fe8121cc-95f0-3077-55aa-631b1e6354f2.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/fe8121cc-95f0-3077-55aa-631b1e6354f2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-07-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/a8ee3a6f-e311-c963-4d4f-cc190282f784" ;
  a2a:RecordGUID "{a8ee3a6f-e311-c963-4d4f-cc190282f784}" ;
  a2a:SourceRemarkdeel "2075" ;
  a2a:SourceRemarkregister_periode "1911" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250607_2379_00002379.xml van BHI" .

[] a2a:PersonRemarkdatum_overlijden "1911-10-29" .
