@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_gld_52D50EB7-2AFE-422E-B1CF-FD96BF976B21
  a a2a:Record ;
  rdfs:label "Overlijden op 8 juli 1895 te Arnhem" ;
  a2a:hasPerson oa:person_gld_52D50EB7-2AFE-422E-B1CF-FD96BF976B21_Person3036698278, oa:person_gld_52D50EB7-2AFE-422E-B1CF-FD96BF976B21_Person3036698279, oa:person_gld_52D50EB7-2AFE-422E-B1CF-FD96BF976B21_Person3036698280 ;
  a2a:hasEvent oa:event_gld_52D50EB7-2AFE-422E-B1CF-FD96BF976B21_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_52D50EB7-2AFE-422E-B1CF-FD96BF976B21_0, oa:relationep_gld_52D50EB7-2AFE-422E-B1CF-FD96BF976B21_1, oa:relationep_gld_52D50EB7-2AFE-422E-B1CF-FD96BF976B21_2 ;
  a2a:hasSource oa:source_gld_52D50EB7-2AFE-422E-B1CF-FD96BF976B21 .

oa:person_gld_52D50EB7-2AFE-422E-B1CF-FD96BF976B21_Person3036698278
  a a2a:Person ;
  rdfs:label "Johan Jacob Hoolhorst" ;
  a2a:PersonName [
    rdfs:label "Johan Jacob Hoolhorst" ;
    a2a:PersonNameFirstName "Johan Jacob" ;
    a2a:PersonNameLastName "Hoolhorst"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "12 Jaar" ;
    rdfs:label "12 Jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oudenbosch" ;
    rdfs:label "Oudenbosch"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_gld_52D50EB7-2AFE-422E-B1CF-FD96BF976B21_Person3036698279
  a a2a:Person ;
  rdfs:label "Aalbert Hoolhorst" ;
  a2a:PersonName [
    rdfs:label "Aalbert Hoolhorst" ;
    a2a:PersonNameFirstName "Aalbert" ;
    a2a:PersonNameLastName "Hoolhorst"
  ] ;
  a2a:Profession "stationschef" .

oa:person_gld_52D50EB7-2AFE-422E-B1CF-FD96BF976B21_Person3036698280
  a a2a:Person ;
  rdfs:label "Elisabeth Stephanie Temmink" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Stephanie Temmink" ;
    a2a:PersonNameFirstName "Elisabeth Stephanie" ;
    a2a:PersonNameLastName "Temmink"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gld_52D50EB7-2AFE-422E-B1CF-FD96BF976B21_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "08-07-1895" ;
    a2a:Year "1895" ;
    a2a:Month "07" ;
    a2a:Day "08" ;
    rdfs:label "1895-07-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Arnhem" ;
    rdfs:label "Arnhem"
  ] .

oa:relationep_gld_52D50EB7-2AFE-422E-B1CF-FD96BF976B21_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gld_52D50EB7-2AFE-422E-B1CF-FD96BF976B21_Person3036698278 ;
  a2a:EventKeyRef oa:event_gld_52D50EB7-2AFE-422E-B1CF-FD96BF976B21_Event1 .

oa:relationep_gld_52D50EB7-2AFE-422E-B1CF-FD96BF976B21_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_52D50EB7-2AFE-422E-B1CF-FD96BF976B21_Person3036698279 ;
  a2a:EventKeyRef oa:event_gld_52D50EB7-2AFE-422E-B1CF-FD96BF976B21_Event1 .

oa:relationep_gld_52D50EB7-2AFE-422E-B1CF-FD96BF976B21_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_52D50EB7-2AFE-422E-B1CF-FD96BF976B21_Person3036698280 ;
  a2a:EventKeyRef oa:event_gld_52D50EB7-2AFE-422E-B1CF-FD96BF976B21_Event1 .

oa:source_gld_52D50EB7-2AFE-422E-B1CF-FD96BF976B21
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Arnhem" ;
    a2a:Country "Nederland" ;
    rdfs:label "Arnhem, Nederland", "1895-07-09 - 1895-07-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1895-07-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1895-07-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "09-07-1895" ;
    a2a:Year "1895" ;
    a2a:Month "07" ;
    a2a:Day "09" ;
    rdfs:label "09-07-1895"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen 1811-1902" ;
    a2a:Book "Arnhem, Overlijdensregister" ;
    a2a:DocumentNumber "583" ;
    a2a:RegistryNumber "409.06" ;
    rdfs:label "Gelders Archief, Burgerlijke stand Gelderland, dubbelen 1811-1902, Arnhem, Overlijdensregister, 583, 409.06"
  ] ;
  a2a:SourceLastChangeDate "2024-06-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/52D50EB72AFE422EB1CFFD96BF976B21" ;
  a2a:RecordIdentifier "3036698277" ;
  a2a:RecordGUID "{52D50EB7-2AFE-422E-B1CF-FD96BF976B21}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/01742846E2E54BA6A611294AA409F825" .

