@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_ceb5d7de-c7ab-e2cf-d2a4-1dee24b07967
  a a2a:Record ;
  rdfs:label "Overlijden op 7 december 1961 te Helmond" ;
  a2a:hasPerson oa:person_bhi_ceb5d7de-c7ab-e2cf-d2a4-1dee24b07967_Person-e4b98f2e-699d-f0bd-fa44-0108477b7f2e, oa:person_bhi_ceb5d7de-c7ab-e2cf-d2a4-1dee24b07967_Person-8ebde982-d17e-ac7c-5510-28c7d179bb51, oa:person_bhi_ceb5d7de-c7ab-e2cf-d2a4-1dee24b07967_Person-5c619ca1-2146-3a3d-2e36-1a8fc8c152b3, oa:person_bhi_ceb5d7de-c7ab-e2cf-d2a4-1dee24b07967_Person-82e44980-3879-0d1a-7444-e30f76c5b9df ;
  a2a:hasEvent oa:event_bhi_ceb5d7de-c7ab-e2cf-d2a4-1dee24b07967_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_ceb5d7de-c7ab-e2cf-d2a4-1dee24b07967_0, oa:relationep_bhi_ceb5d7de-c7ab-e2cf-d2a4-1dee24b07967_1, oa:relationep_bhi_ceb5d7de-c7ab-e2cf-d2a4-1dee24b07967_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_ceb5d7de-c7ab-e2cf-d2a4-1dee24b07967_0 ;
  a2a:hasSource oa:source_bhi_ceb5d7de-c7ab-e2cf-d2a4-1dee24b07967 .

oa:person_bhi_ceb5d7de-c7ab-e2cf-d2a4-1dee24b07967_Person-e4b98f2e-699d-f0bd-fa44-0108477b7f2e
  a a2a:Person ;
  rdfs:label "Anna Maria Catharina Elisabeth Feijt" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Catharina Elisabeth Feijt" ;
    a2a:PersonNameFirstName "Anna Maria Catharina Elisabeth" ;
    a2a:PersonNameLastName "Feijt"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_ceb5d7de-c7ab-e2cf-d2a4-1dee24b07967_Person-8ebde982-d17e-ac7c-5510-28c7d179bb51
  a a2a:Person ;
  rdfs:label "Anna Maria Verhappen" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Verhappen" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Verhappen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_ceb5d7de-c7ab-e2cf-d2a4-1dee24b07967_Person-5c619ca1-2146-3a3d-2e36-1a8fc8c152b3
  a a2a:Person ;
  rdfs:label "Petrus Hubertus Feijt" ;
  a2a:PersonName [
    rdfs:label "Petrus Hubertus Feijt" ;
    a2a:PersonNameFirstName "Petrus Hubertus" ;
    a2a:PersonNameLastName "Feijt"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_ceb5d7de-c7ab-e2cf-d2a4-1dee24b07967_Person-82e44980-3879-0d1a-7444-e30f76c5b9df
  a a2a:Person ;
  rdfs:label "Petrus Jacobus van Dijk" ;
  a2a:PersonName [
    rdfs:label "Petrus Jacobus van Dijk" ;
    a2a:PersonNameFirstName "Petrus Jacobus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dijk"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_ceb5d7de-c7ab-e2cf-d2a4-1dee24b07967_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1961" ;
    a2a:Month "12" ;
    a2a:Day "7" ;
    rdfs:label "1961-12-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Helmond" ;
    rdfs:label "Helmond"
  ] .

oa:relationep_bhi_ceb5d7de-c7ab-e2cf-d2a4-1dee24b07967_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_ceb5d7de-c7ab-e2cf-d2a4-1dee24b07967_Person:e4b98f2e-699d-f0bd-fa44-0108477b7f2e ;
  a2a:EventKeyRef oa:event_bhi_ceb5d7de-c7ab-e2cf-d2a4-1dee24b07967_Event1 .

oa:relationep_bhi_ceb5d7de-c7ab-e2cf-d2a4-1dee24b07967_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_ceb5d7de-c7ab-e2cf-d2a4-1dee24b07967_Person:8ebde982-d17e-ac7c-5510-28c7d179bb51 ;
  a2a:EventKeyRef oa:event_bhi_ceb5d7de-c7ab-e2cf-d2a4-1dee24b07967_Event1 .

oa:relationep_bhi_ceb5d7de-c7ab-e2cf-d2a4-1dee24b07967_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_ceb5d7de-c7ab-e2cf-d2a4-1dee24b07967_Person:5c619ca1-2146-3a3d-2e36-1a8fc8c152b3 ;
  a2a:EventKeyRef oa:event_bhi_ceb5d7de-c7ab-e2cf-d2a4-1dee24b07967_Event1 .

oa:relationpp_bhi_ceb5d7de-c7ab-e2cf-d2a4-1dee24b07967_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_ceb5d7de-c7ab-e2cf-d2a4-1dee24b07967_Person:e4b98f2e-699d-f0bd-fa44-0108477b7f2e, oa:person_bhi_ceb5d7de-c7ab-e2cf-d2a4-1dee24b07967_Person:82e44980-3879-0d1a-7444-e30f76c5b9df .

oa:source_bhi_ceb5d7de-c7ab-e2cf-d2a4-1dee24b07967
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Helmond" ;
    rdfs:label "Helmond", "1961-12-08 - 1961-12-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1961-12-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1961-12-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1961" ;
    a2a:Month "12" ;
    a2a:Day "8" ;
    rdfs:label "1961-12-08"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3740, Periode: 1961" ;
    a2a:Book "Overlijdensregister Helmond 1961" ;
    a2a:DocumentNumber "350" ;
    a2a:RegistryNumber "3740" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3740, Periode: 1961, Overlijdensregister Helmond 1961, 350, 3740"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/ae630c02-c64f-d4d6-b60a-30a9de18e735.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/ae630c02-c64f-d4d6-b60a-30a9de18e735.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-06-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/ceb5d7de-c7ab-e2cf-d2a4-1dee24b07967" ;
  a2a:RecordGUID "{ceb5d7de-c7ab-e2cf-d2a4-1dee24b07967}" ;
  a2a:SourceRemarkdeel "3740" ;
  a2a:SourceRemarkregister_periode "1961" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250424_1213_00001213.xml van BHI" .

[] a2a:PersonRemarkdatum_overlijden "1961-12-07" .
