@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_2ef997a9-e6d1-7839-f76c-e399b8a05f47
  a a2a:Record ;
  rdfs:label "Overlijden op 3 mei 1961 te Best" ;
  a2a:hasPerson oa:person_bhi_2ef997a9-e6d1-7839-f76c-e399b8a05f47_Person-529b5cdf-0f83-55a0-7f94-d7104b25bcdf, oa:person_bhi_2ef997a9-e6d1-7839-f76c-e399b8a05f47_Person-0156f6e5-00df-98b5-b8a4-df9a021904db, oa:person_bhi_2ef997a9-e6d1-7839-f76c-e399b8a05f47_Person-bb2ab70d-1ab0-f797-2404-d504a2f47301 ;
  a2a:hasEvent oa:event_bhi_2ef997a9-e6d1-7839-f76c-e399b8a05f47_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_2ef997a9-e6d1-7839-f76c-e399b8a05f47_0, oa:relationep_bhi_2ef997a9-e6d1-7839-f76c-e399b8a05f47_1, oa:relationep_bhi_2ef997a9-e6d1-7839-f76c-e399b8a05f47_2 ;
  a2a:hasSource oa:source_bhi_2ef997a9-e6d1-7839-f76c-e399b8a05f47 .

oa:person_bhi_2ef997a9-e6d1-7839-f76c-e399b8a05f47_Person-529b5cdf-0f83-55a0-7f94-d7104b25bcdf
  a a2a:Person ;
  rdfs:label "N.N. Artz" ;
  a2a:PersonName [
    rdfs:label "N.N. Artz" ;
    a2a:PersonNameFirstName "N.N." ;
    a2a:PersonNameLastName "Artz"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2ef997a9-e6d1-7839-f76c-e399b8a05f47_Person-0156f6e5-00df-98b5-b8a4-df9a021904db
  a a2a:Person ;
  rdfs:label "Gertruda Jacoba Ponjee" ;
  a2a:PersonName [
    rdfs:label "Gertruda Jacoba Ponjee" ;
    a2a:PersonNameFirstName "Gertruda Jacoba" ;
    a2a:PersonNameLastName "Ponjee"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2ef997a9-e6d1-7839-f76c-e399b8a05f47_Person-bb2ab70d-1ab0-f797-2404-d504a2f47301
  a a2a:Person ;
  rdfs:label "Peter Johannes Wilhelmus Artz" ;
  a2a:PersonName [
    rdfs:label "Peter Johannes Wilhelmus Artz" ;
    a2a:PersonNameFirstName "Peter Johannes Wilhelmus" ;
    a2a:PersonNameLastName "Artz"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_2ef997a9-e6d1-7839-f76c-e399b8a05f47_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1961" ;
    a2a:Month "5" ;
    a2a:Day "3" ;
    rdfs:label "1961-05-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Best" ;
    rdfs:label "Best"
  ] .

oa:relationep_bhi_2ef997a9-e6d1-7839-f76c-e399b8a05f47_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_2ef997a9-e6d1-7839-f76c-e399b8a05f47_Person:529b5cdf-0f83-55a0-7f94-d7104b25bcdf ;
  a2a:EventKeyRef oa:event_bhi_2ef997a9-e6d1-7839-f76c-e399b8a05f47_Event1 .

oa:relationep_bhi_2ef997a9-e6d1-7839-f76c-e399b8a05f47_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_2ef997a9-e6d1-7839-f76c-e399b8a05f47_Person:0156f6e5-00df-98b5-b8a4-df9a021904db ;
  a2a:EventKeyRef oa:event_bhi_2ef997a9-e6d1-7839-f76c-e399b8a05f47_Event1 .

oa:relationep_bhi_2ef997a9-e6d1-7839-f76c-e399b8a05f47_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_2ef997a9-e6d1-7839-f76c-e399b8a05f47_Person:bb2ab70d-1ab0-f797-2404-d504a2f47301 ;
  a2a:EventKeyRef oa:event_bhi_2ef997a9-e6d1-7839-f76c-e399b8a05f47_Event1 .

oa:source_bhi_2ef997a9-e6d1-7839-f76c-e399b8a05f47
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Best" ;
    rdfs:label "Best", "1961-05-03 - 1961-05-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1961-05-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1961-05-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1961" ;
    a2a:Month "5" ;
    a2a:Day "3" ;
    rdfs:label "1961-05-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3308, Periode: 1961" ;
    a2a:Book "Overlijdensregister Best 1961" ;
    a2a:DocumentNumber "19" ;
    a2a:RegistryNumber "3308" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3308, Periode: 1961, Overlijdensregister Best 1961, 19, 3308"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/81c57ac2-30bd-8317-dd3b-ae85d1891afe.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/81c57ac2-30bd-8317-dd3b-ae85d1891afe.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-05-06"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/2ef997a9-e6d1-7839-f76c-e399b8a05f47" ;
  a2a:RecordGUID "{2ef997a9-e6d1-7839-f76c-e399b8a05f47}" ;
  a2a:SourceRemarkOpmerking "Levenloos kind." ;
  a2a:SourceRemarkdeel "3308" ;
  a2a:SourceRemarkregister_periode "1961" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250424_869_00000869.xml van BHI" .

[] a2a:PersonRemarkdatum_overlijden "1961-05-03" .
