@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_536a7963-e8fa-c7bb-e119-34f46782594c
  a a2a:Record ;
  rdfs:label "Overlijden op 28 december 1962 te Waalwijk" ;
  a2a:hasPerson oa:person_bhi_536a7963-e8fa-c7bb-e119-34f46782594c_Person-b70b6143-59fc-89a3-3a80-494601071922, oa:person_bhi_536a7963-e8fa-c7bb-e119-34f46782594c_Person-f0daa72d-3251-f29b-470c-01ae2dae9fa6, oa:person_bhi_536a7963-e8fa-c7bb-e119-34f46782594c_Person-ccfb17d5-0020-624b-1323-c46019f99511, oa:person_bhi_536a7963-e8fa-c7bb-e119-34f46782594c_Person-9d62086d-478f-e73e-d242-d0c29eb2b67c ;
  a2a:hasEvent oa:event_bhi_536a7963-e8fa-c7bb-e119-34f46782594c_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_536a7963-e8fa-c7bb-e119-34f46782594c_0, oa:relationep_bhi_536a7963-e8fa-c7bb-e119-34f46782594c_1, oa:relationep_bhi_536a7963-e8fa-c7bb-e119-34f46782594c_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_536a7963-e8fa-c7bb-e119-34f46782594c_0 ;
  a2a:hasSource oa:source_bhi_536a7963-e8fa-c7bb-e119-34f46782594c .

oa:person_bhi_536a7963-e8fa-c7bb-e119-34f46782594c_Person-b70b6143-59fc-89a3-3a80-494601071922
  a a2a:Person ;
  rdfs:label "Frans Christiaan Meijer" ;
  a2a:PersonName [
    rdfs:label "Frans Christiaan Meijer" ;
    a2a:PersonNameFirstName "Frans Christiaan" ;
    a2a:PersonNameLastName "Meijer"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_536a7963-e8fa-c7bb-e119-34f46782594c_Person-f0daa72d-3251-f29b-470c-01ae2dae9fa6
  a a2a:Person ;
  rdfs:label "Francina von Ostheim" ;
  a2a:PersonName [
    rdfs:label "Francina von Ostheim" ;
    a2a:PersonNameFirstName "Francina" ;
    a2a:PersonNamePrefixLastName "von" ;
    a2a:PersonNameLastName "Ostheim"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_536a7963-e8fa-c7bb-e119-34f46782594c_Person-ccfb17d5-0020-624b-1323-c46019f99511
  a a2a:Person ;
  rdfs:label "Charles Gerard Meijer" ;
  a2a:PersonName [
    rdfs:label "Charles Gerard Meijer" ;
    a2a:PersonNameFirstName "Charles Gerard" ;
    a2a:PersonNameLastName "Meijer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_536a7963-e8fa-c7bb-e119-34f46782594c_Person-9d62086d-478f-e73e-d242-d0c29eb2b67c
  a a2a:Person ;
  rdfs:label "Adriana Gritje Israël" ;
  a2a:PersonName [
    rdfs:label "Adriana Gritje Israël" ;
    a2a:PersonNameFirstName "Adriana Gritje" ;
    a2a:PersonNameLastName "Israël"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_536a7963-e8fa-c7bb-e119-34f46782594c_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1962" ;
    a2a:Month "12" ;
    a2a:Day "28" ;
    rdfs:label "1962-12-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk"
  ] .

oa:relationep_bhi_536a7963-e8fa-c7bb-e119-34f46782594c_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_536a7963-e8fa-c7bb-e119-34f46782594c_Person:b70b6143-59fc-89a3-3a80-494601071922 ;
  a2a:EventKeyRef oa:event_bhi_536a7963-e8fa-c7bb-e119-34f46782594c_Event1 .

oa:relationep_bhi_536a7963-e8fa-c7bb-e119-34f46782594c_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_536a7963-e8fa-c7bb-e119-34f46782594c_Person:f0daa72d-3251-f29b-470c-01ae2dae9fa6 ;
  a2a:EventKeyRef oa:event_bhi_536a7963-e8fa-c7bb-e119-34f46782594c_Event1 .

oa:relationep_bhi_536a7963-e8fa-c7bb-e119-34f46782594c_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_536a7963-e8fa-c7bb-e119-34f46782594c_Person:ccfb17d5-0020-624b-1323-c46019f99511 ;
  a2a:EventKeyRef oa:event_bhi_536a7963-e8fa-c7bb-e119-34f46782594c_Event1 .

oa:relationpp_bhi_536a7963-e8fa-c7bb-e119-34f46782594c_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_536a7963-e8fa-c7bb-e119-34f46782594c_Person:b70b6143-59fc-89a3-3a80-494601071922, oa:person_bhi_536a7963-e8fa-c7bb-e119-34f46782594c_Person:9d62086d-478f-e73e-d242-d0c29eb2b67c .

oa:source_bhi_536a7963-e8fa-c7bb-e119-34f46782594c
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk", "1962-12-29 - 1962-12-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1962-12-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1962-12-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1962" ;
    a2a:Month "12" ;
    a2a:Day "29" ;
    rdfs:label "1962-12-29"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 4488, Periode: 1962" ;
    a2a:Book "Overlijdensregister Waalwijk 1962" ;
    a2a:DocumentNumber "160" ;
    a2a:RegistryNumber "4488" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 4488, Periode: 1962, Overlijdensregister Waalwijk 1962, 160, 4488"
  ] ;
  a2a:SourceLastChangeDate "2018-08-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/536a7963-e8fa-c7bb-e119-34f46782594c" ;
  a2a:RecordGUID "{536a7963-e8fa-c7bb-e119-34f46782594c}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_256_00000256.xml van BHI" .

