@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_5df1ab36-aa3c-3e00-7f10-8900a3f4c802
  a a2a:Record ;
  rdfs:label "Overlijden op 27 juli 1899 te Oss" ;
  a2a:hasPerson oa:person_bhi_5df1ab36-aa3c-3e00-7f10-8900a3f4c802_Person1 ;
  a2a:hasEvent oa:event_bhi_5df1ab36-aa3c-3e00-7f10-8900a3f4c802_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_5df1ab36-aa3c-3e00-7f10-8900a3f4c802_0 ;
  a2a:hasSource oa:source_bhi_5df1ab36-aa3c-3e00-7f10-8900a3f4c802 .

oa:person_bhi_5df1ab36-aa3c-3e00-7f10-8900a3f4c802_Person1
  a a2a:Person ;
  rdfs:label "Ernst Hendrik E. Frantzen" ;
  a2a:PersonName [
    rdfs:label "Ernst Hendrik E. Frantzen" ;
    a2a:PersonNameFirstName "Ernst Hendrik E." ;
    a2a:PersonNameLastName "Frantzen"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "15 dagen" ;
    rdfs:label "15 dagen"
  ] ;
  a2a:BirthDate [
    a2a:Year "1899" ;
    a2a:Month "7" ;
    a2a:Day "12" ;
    rdfs:label "1899-07-12"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oss" ;
    rdfs:label "Oss"
  ] .

oa:event_bhi_5df1ab36-aa3c-3e00-7f10-8900a3f4c802_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1899" ;
    a2a:Month "7" ;
    a2a:Day "27" ;
    rdfs:label "1899-07-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oss" ;
    rdfs:label "Oss"
  ] ;
  a2a:EventRemarkOpmerking "Vader Ernst Heinrich Eustachius Frantzen / moeder Cornelia Johanna Tempel." ;
  a2a:EventRemark01_Doodsoorzaak "Eclampsia Infantum" .

oa:relationep_bhi_5df1ab36-aa3c-3e00-7f10-8900a3f4c802_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_5df1ab36-aa3c-3e00-7f10-8900a3f4c802_Person1 ;
  a2a:EventKeyRef oa:event_bhi_5df1ab36-aa3c-3e00-7f10-8900a3f4c802_Event1 .

oa:source_bhi_5df1ab36-aa3c-3e00-7f10-8900a3f4c802
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, Doodsbriefjes" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1870-01-01 - 1969-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1870-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1969-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1899" ;
    a2a:Month "7" ;
    a2a:Day "27" ;
    rdfs:label "1899-07-27"^^xsd:date
  ] ;
  a2a:SourceType "other:Doodsbriefjes" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Oss" ;
    a2a:Collection "Doodsbriefjes" ;
    a2a:RegistryNumber "7363.2107" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Oss, Doodsbriefjes, 7363.2107"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "SourceDigitalOriginal30595024"
  ] ;
  a2a:SourceLastChangeDate "2023-07-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/integrated?miaet=54&micode=7363.2107&minr=30595024&miview=ldt" ;
  a2a:RecordIdentifier "30595024" ;
  a2a:RecordGUID "{5df1ab36-aa3c-3e00-7f10-8900a3f4c802}" ;
  a2a:SourceRemarkProvenance "doodsbriefjes.csv (https://www.bhic.nl/onderzoeken/doodsbriefjes) op 28-6-2023 via e-mail ontvangen van BHIC/CvdV" .

