@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_86f93a5a-5a86-20fb-1a5f-e2f3db2a581f
  a a2a:Record ;
  rdfs:label "Overlijden op 16 december 1974 te Terheijden" ;
  a2a:hasPerson oa:person_bhi_86f93a5a-5a86-20fb-1a5f-e2f3db2a581f_Person-badb9a06-557f-fa94-9aa8-cb7becd38da9, oa:person_bhi_86f93a5a-5a86-20fb-1a5f-e2f3db2a581f_Person-93925d1b-dd6c-19fd-5ce8-d28e0297c2a0, oa:person_bhi_86f93a5a-5a86-20fb-1a5f-e2f3db2a581f_Person-b8f9d6b8-49a3-0ff7-f0de-8f030954b801 ;
  a2a:hasEvent oa:event_bhi_86f93a5a-5a86-20fb-1a5f-e2f3db2a581f_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_86f93a5a-5a86-20fb-1a5f-e2f3db2a581f_0, oa:relationep_bhi_86f93a5a-5a86-20fb-1a5f-e2f3db2a581f_1, oa:relationep_bhi_86f93a5a-5a86-20fb-1a5f-e2f3db2a581f_2 ;
  a2a:hasSource oa:source_bhi_86f93a5a-5a86-20fb-1a5f-e2f3db2a581f .

oa:person_bhi_86f93a5a-5a86-20fb-1a5f-e2f3db2a581f_Person-badb9a06-557f-fa94-9aa8-cb7becd38da9
  a a2a:Person ;
  rdfs:label "Monique Harinck" ;
  a2a:PersonName [
    rdfs:label "Monique Harinck" ;
    a2a:PersonNameFirstName "Monique" ;
    a2a:PersonNameLastName "Harinck"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_86f93a5a-5a86-20fb-1a5f-e2f3db2a581f_Person-93925d1b-dd6c-19fd-5ce8-d28e0297c2a0
  a a2a:Person ;
  rdfs:label "Cornelia Elisabeth Harinck" ;
  a2a:PersonName [
    rdfs:label "Cornelia Elisabeth Harinck" ;
    a2a:PersonNameFirstName "Cornelia Elisabeth" ;
    a2a:PersonNameLastName "Harinck"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_86f93a5a-5a86-20fb-1a5f-e2f3db2a581f_Person-b8f9d6b8-49a3-0ff7-f0de-8f030954b801
  a a2a:Person ;
  rdfs:label "Simon Harinck" ;
  a2a:PersonName [
    rdfs:label "Simon Harinck" ;
    a2a:PersonNameFirstName "Simon" ;
    a2a:PersonNameLastName "Harinck"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_86f93a5a-5a86-20fb-1a5f-e2f3db2a581f_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1974" ;
    a2a:Month "12" ;
    a2a:Day "16" ;
    rdfs:label "1974-12-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Terheijden" ;
    rdfs:label "Terheijden"
  ] .

oa:relationep_bhi_86f93a5a-5a86-20fb-1a5f-e2f3db2a581f_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_86f93a5a-5a86-20fb-1a5f-e2f3db2a581f_Person:badb9a06-557f-fa94-9aa8-cb7becd38da9 ;
  a2a:EventKeyRef oa:event_bhi_86f93a5a-5a86-20fb-1a5f-e2f3db2a581f_Event1 .

oa:relationep_bhi_86f93a5a-5a86-20fb-1a5f-e2f3db2a581f_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_86f93a5a-5a86-20fb-1a5f-e2f3db2a581f_Person:93925d1b-dd6c-19fd-5ce8-d28e0297c2a0 ;
  a2a:EventKeyRef oa:event_bhi_86f93a5a-5a86-20fb-1a5f-e2f3db2a581f_Event1 .

oa:relationep_bhi_86f93a5a-5a86-20fb-1a5f-e2f3db2a581f_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_86f93a5a-5a86-20fb-1a5f-e2f3db2a581f_Person:b8f9d6b8-49a3-0ff7-f0de-8f030954b801 ;
  a2a:EventKeyRef oa:event_bhi_86f93a5a-5a86-20fb-1a5f-e2f3db2a581f_Event1 .

oa:source_bhi_86f93a5a-5a86-20fb-1a5f-e2f3db2a581f
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Terheijden" ;
    rdfs:label "Terheijden", "1974-12-16 - 1974-12-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1974-12-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1974-12-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1974" ;
    a2a:Month "12" ;
    a2a:Day "16" ;
    rdfs:label "1974-12-16"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3987, Periode: 1974" ;
    a2a:Book "Overlijdensregister Terheijden 1974" ;
    a2a:DocumentNumber "25" ;
    a2a:RegistryNumber "3987" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3987, Periode: 1974, Overlijdensregister Terheijden 1974, 25, 3987"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/4a43e0c0-30f8-73c7-951b-6d13bf000b50.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/4a43e0c0-30f8-73c7-951b-6d13bf000b50.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-12-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/86f93a5a-5a86-20fb-1a5f-e2f3db2a581f" ;
  a2a:RecordGUID "{86f93a5a-5a86-20fb-1a5f-e2f3db2a581f}" ;
  a2a:SourceRemarkdeel "3987" ;
  a2a:SourceRemarkregister_periode "1974" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250424_1059_00001059.xml van BHI" .

[] a2a:PersonRemarkdatum_overlijden "1974-12-16" .
