@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_4befa41b-64c2-cbbc-e374-170283d43019
  a a2a:Record ;
  rdfs:label "Overlijden op 20 januari 1969 te Eindhoven" ;
  a2a:hasPerson oa:person_bhi_4befa41b-64c2-cbbc-e374-170283d43019_Person-46534d29-ffb7-1890-6461-fc8b22f8a183, oa:person_bhi_4befa41b-64c2-cbbc-e374-170283d43019_Person-ced97e2e-6b76-11f0-0682-6e11895c8798, oa:person_bhi_4befa41b-64c2-cbbc-e374-170283d43019_Person-90ea8f7c-209b-5fc0-8bd5-294a26a0811a ;
  a2a:hasEvent oa:event_bhi_4befa41b-64c2-cbbc-e374-170283d43019_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_4befa41b-64c2-cbbc-e374-170283d43019_0, oa:relationep_bhi_4befa41b-64c2-cbbc-e374-170283d43019_1, oa:relationep_bhi_4befa41b-64c2-cbbc-e374-170283d43019_2 ;
  a2a:hasSource oa:source_bhi_4befa41b-64c2-cbbc-e374-170283d43019 .

oa:person_bhi_4befa41b-64c2-cbbc-e374-170283d43019_Person-46534d29-ffb7-1890-6461-fc8b22f8a183
  a a2a:Person ;
  rdfs:label "Marcus Wilhelmus Engelbertus Josephus Fiers" ;
  a2a:PersonName [
    rdfs:label "Marcus Wilhelmus Engelbertus Josephus Fiers" ;
    a2a:PersonNameFirstName "Marcus Wilhelmus Engelbertus Josephus" ;
    a2a:PersonNameLastName "Fiers"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_4befa41b-64c2-cbbc-e374-170283d43019_Person-ced97e2e-6b76-11f0-0682-6e11895c8798
  a a2a:Person ;
  rdfs:label "Adriana Elisabeth Cornelia Maria Kramer" ;
  a2a:PersonName [
    rdfs:label "Adriana Elisabeth Cornelia Maria Kramer" ;
    a2a:PersonNameFirstName "Adriana Elisabeth Cornelia Maria" ;
    a2a:PersonNameLastName "Kramer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_4befa41b-64c2-cbbc-e374-170283d43019_Person-90ea8f7c-209b-5fc0-8bd5-294a26a0811a
  a a2a:Person ;
  rdfs:label "Antonius Frederikus Fiers" ;
  a2a:PersonName [
    rdfs:label "Antonius Frederikus Fiers" ;
    a2a:PersonNameFirstName "Antonius Frederikus" ;
    a2a:PersonNameLastName "Fiers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_4befa41b-64c2-cbbc-e374-170283d43019_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1969" ;
    a2a:Month "1" ;
    a2a:Day "20" ;
    rdfs:label "1969-01-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Eindhoven" ;
    rdfs:label "Eindhoven"
  ] .

oa:relationep_bhi_4befa41b-64c2-cbbc-e374-170283d43019_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_4befa41b-64c2-cbbc-e374-170283d43019_Person:46534d29-ffb7-1890-6461-fc8b22f8a183 ;
  a2a:EventKeyRef oa:event_bhi_4befa41b-64c2-cbbc-e374-170283d43019_Event1 .

oa:relationep_bhi_4befa41b-64c2-cbbc-e374-170283d43019_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_4befa41b-64c2-cbbc-e374-170283d43019_Person:ced97e2e-6b76-11f0-0682-6e11895c8798 ;
  a2a:EventKeyRef oa:event_bhi_4befa41b-64c2-cbbc-e374-170283d43019_Event1 .

oa:relationep_bhi_4befa41b-64c2-cbbc-e374-170283d43019_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_4befa41b-64c2-cbbc-e374-170283d43019_Person:90ea8f7c-209b-5fc0-8bd5-294a26a0811a ;
  a2a:EventKeyRef oa:event_bhi_4befa41b-64c2-cbbc-e374-170283d43019_Event1 .

oa:source_bhi_4befa41b-64c2-cbbc-e374-170283d43019
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Eindhoven" ;
    rdfs:label "Eindhoven", "1969-01-21 - 1969-01-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1969-01-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1969-01-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1969" ;
    a2a:Month "1" ;
    a2a:Day "21" ;
    rdfs:label "1969-01-21"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3515, Periode: 1969" ;
    a2a:Book "Overlijdensregister Eindhoven 1969" ;
    a2a:DocumentNumber "94" ;
    a2a:RegistryNumber "3515" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3515, Periode: 1969, Overlijdensregister Eindhoven 1969, 94, 3515"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/4076bb86-ab03-63ab-1432-44f311accd17.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/4076bb86-ab03-63ab-1432-44f311accd17.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-06-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/4befa41b-64c2-cbbc-e374-170283d43019" ;
  a2a:RecordGUID "{4befa41b-64c2-cbbc-e374-170283d43019}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240611_504_00000504.xml van BHI" .

