@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_db908c32-22ac-e8d2-7265-e1410f2ec4fa
  a a2a:Record ;
  rdfs:label "Overlijden op 30 mei 1956 te Valkenswaard" ;
  a2a:hasPerson oa:person_bhi_db908c32-22ac-e8d2-7265-e1410f2ec4fa_Person-a8c8a78d-5f47-91d8-995f-3a9e094a1cd0, oa:person_bhi_db908c32-22ac-e8d2-7265-e1410f2ec4fa_Person-40a2b70d-d52d-f6bc-b579-532a7401ce73, oa:person_bhi_db908c32-22ac-e8d2-7265-e1410f2ec4fa_Person-f2d3404c-6f3b-79aa-e444-af6f51e6cd20 ;
  a2a:hasEvent oa:event_bhi_db908c32-22ac-e8d2-7265-e1410f2ec4fa_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_db908c32-22ac-e8d2-7265-e1410f2ec4fa_0, oa:relationep_bhi_db908c32-22ac-e8d2-7265-e1410f2ec4fa_1, oa:relationep_bhi_db908c32-22ac-e8d2-7265-e1410f2ec4fa_2 ;
  a2a:hasSource oa:source_bhi_db908c32-22ac-e8d2-7265-e1410f2ec4fa .

oa:person_bhi_db908c32-22ac-e8d2-7265-e1410f2ec4fa_Person-a8c8a78d-5f47-91d8-995f-3a9e094a1cd0
  a a2a:Person ;
  rdfs:label "Johannes Bernardus Maria Snieders" ;
  a2a:PersonName [
    rdfs:label "Johannes Bernardus Maria Snieders" ;
    a2a:PersonNameFirstName "Johannes Bernardus Maria" ;
    a2a:PersonNameLastName "Snieders"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_db908c32-22ac-e8d2-7265-e1410f2ec4fa_Person-40a2b70d-d52d-f6bc-b579-532a7401ce73
  a a2a:Person ;
  rdfs:label "Agnes Helena Maria Snieders" ;
  a2a:PersonName [
    rdfs:label "Agnes Helena Maria Snieders" ;
    a2a:PersonNameFirstName "Agnes Helena Maria" ;
    a2a:PersonNameLastName "Snieders"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_db908c32-22ac-e8d2-7265-e1410f2ec4fa_Person-f2d3404c-6f3b-79aa-e444-af6f51e6cd20
  a a2a:Person ;
  rdfs:label "Agnes Martina Hubertina Bartels" ;
  a2a:PersonName [
    rdfs:label "Agnes Martina Hubertina Bartels" ;
    a2a:PersonNameFirstName "Agnes Martina Hubertina" ;
    a2a:PersonNameLastName "Bartels"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_db908c32-22ac-e8d2-7265-e1410f2ec4fa_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1956" ;
    a2a:Month "5" ;
    a2a:Day "30" ;
    rdfs:label "1956-05-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Valkenswaard" ;
    rdfs:label "Valkenswaard"
  ] .

oa:relationep_bhi_db908c32-22ac-e8d2-7265-e1410f2ec4fa_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_db908c32-22ac-e8d2-7265-e1410f2ec4fa_Person:a8c8a78d-5f47-91d8-995f-3a9e094a1cd0 ;
  a2a:EventKeyRef oa:event_bhi_db908c32-22ac-e8d2-7265-e1410f2ec4fa_Event1 .

oa:relationep_bhi_db908c32-22ac-e8d2-7265-e1410f2ec4fa_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_db908c32-22ac-e8d2-7265-e1410f2ec4fa_Person:40a2b70d-d52d-f6bc-b579-532a7401ce73 ;
  a2a:EventKeyRef oa:event_bhi_db908c32-22ac-e8d2-7265-e1410f2ec4fa_Event1 .

oa:relationep_bhi_db908c32-22ac-e8d2-7265-e1410f2ec4fa_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_db908c32-22ac-e8d2-7265-e1410f2ec4fa_Person:f2d3404c-6f3b-79aa-e444-af6f51e6cd20 ;
  a2a:EventKeyRef oa:event_bhi_db908c32-22ac-e8d2-7265-e1410f2ec4fa_Event1 .

oa:source_bhi_db908c32-22ac-e8d2-7265-e1410f2ec4fa
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Valkenswaard" ;
    rdfs:label "Valkenswaard", "1956-05-31 - 1956-05-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1956-05-31"^^xsd:date ;
    a2a:SourceIndexDateTo "1956-05-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1956" ;
    a2a:Month "5" ;
    a2a:Day "31" ;
    rdfs:label "1956-05-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 4480, Periode: 1956" ;
    a2a:Book "Overlijdensregister Valkenswaard 1956" ;
    a2a:DocumentNumber "40" ;
    a2a:RegistryNumber "4480" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 4480, Periode: 1956, Overlijdensregister Valkenswaard 1956, 40, 4480"
  ] ;
  a2a:SourceLastChangeDate "2019-07-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/db908c32-22ac-e8d2-7265-e1410f2ec4fa" ;
  a2a:RecordGUID "{db908c32-22ac-e8d2-7265-e1410f2ec4fa}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231208_81793_00081793.xml van BHI" .

