@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_25AEB386-059C-47F8-91A7-BEE6E95C7730
  a a2a:Record ;
  rdfs:label "Overlijden op 16 januari 1901 te Arnhem" ;
  a2a:hasPerson oa:person_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_Person3036725834, oa:person_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_Person3036725835, oa:person_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_Person3036725836, oa:person_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_Person3036725837, oa:person_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_Person3036725838, oa:person_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_Person3036725839, oa:person_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_Person3036725840 ;
  a2a:hasEvent oa:event_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_0, oa:relationep_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_1, oa:relationep_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_2, oa:relationep_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_3, oa:relationep_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_4, oa:relationep_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_5, oa:relationep_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_6 ;
  a2a:hasSource oa:source_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730 .

oa:person_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_Person3036725834
  a a2a:Person ;
  rdfs:label "Harmina Ankersmit" ;
  a2a:PersonName [
    rdfs:label "Harmina Ankersmit" ;
    a2a:PersonNameFirstName "Harmina" ;
    a2a:PersonNameLastName "Ankersmit"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "72 Jaar" ;
    rdfs:label "72 Jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zutphen" ;
    rdfs:label "Zutphen"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_Person3036725835
  a a2a:Person ;
  rdfs:label "Albert Ankersmit" ;
  a2a:PersonName [
    rdfs:label "Albert Ankersmit" ;
    a2a:PersonNameFirstName "Albert" ;
    a2a:PersonNameLastName "Ankersmit"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_Person3036725836
  a a2a:Person ;
  rdfs:label "Johanna Nengerman" ;
  a2a:PersonName [
    rdfs:label "Johanna Nengerman" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Nengerman"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_Person3036725837
  a a2a:Person ;
  rdfs:label "Hendricus Diesveld" ;
  a2a:PersonName [
    rdfs:label "Hendricus Diesveld" ;
    a2a:PersonNameFirstName "Hendricus" ;
    a2a:PersonNameLastName "Diesveld"
  ] .

oa:person_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_Person3036725838
  a a2a:Person ;
  rdfs:label "Jan Gerhards" ;
  a2a:PersonName [
    rdfs:label "Jan Gerhards" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Gerhards"
  ] .

oa:person_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_Person3036725839
  a a2a:Person ;
  rdfs:label "Frederik Jonkers" ;
  a2a:PersonName [
    rdfs:label "Frederik Jonkers" ;
    a2a:PersonNameFirstName "Frederik" ;
    a2a:PersonNameLastName "Jonkers"
  ] .

oa:person_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_Person3036725840
  a a2a:Person ;
  rdfs:label "Gerrit Vos" ;
  a2a:PersonName [
    rdfs:label "Gerrit Vos" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Vos"
  ] .

oa:event_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "16-01-1901" ;
    a2a:Year "1901" ;
    a2a:Month "01" ;
    a2a:Day "16" ;
    rdfs:label "1901-01-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Arnhem" ;
    rdfs:label "Arnhem"
  ] .

oa:relationep_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_Person3036725834 ;
  a2a:EventKeyRef oa:event_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_Event1 .

oa:relationep_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_Person3036725835 ;
  a2a:EventKeyRef oa:event_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_Event1 .

oa:relationep_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_Person3036725836 ;
  a2a:EventKeyRef oa:event_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_Event1 .

oa:relationep_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_3
  a a2a:RelationEP ;
  rdfs:label "other:(ex-)partner" ;
  a2a:RelationType "other:(ex-)partner" ;
  a2a:PersonKeyRef oa:person_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_Person3036725837 ;
  a2a:EventKeyRef oa:event_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_Event1 .

oa:relationep_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_4
  a a2a:RelationEP ;
  rdfs:label "other:(ex-)partner" ;
  a2a:RelationType "other:(ex-)partner" ;
  a2a:PersonKeyRef oa:person_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_Person3036725838 ;
  a2a:EventKeyRef oa:event_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_Event1 .

oa:relationep_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_5
  a a2a:RelationEP ;
  rdfs:label "other:(ex-)partner" ;
  a2a:RelationType "other:(ex-)partner" ;
  a2a:PersonKeyRef oa:person_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_Person3036725839 ;
  a2a:EventKeyRef oa:event_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_Event1 .

oa:relationep_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_6
  a a2a:RelationEP ;
  rdfs:label "other:(ex-)partner" ;
  a2a:RelationType "other:(ex-)partner" ;
  a2a:PersonKeyRef oa:person_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_Person3036725840 ;
  a2a:EventKeyRef oa:event_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730_Event1 .

oa:source_gld_25AEB386-059C-47F8-91A7-BEE6E95C7730
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Arnhem" ;
    a2a:Country "Nederland" ;
    rdfs:label "Arnhem, Nederland", "1901-01-17 - 1901-01-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1901-01-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1901-01-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "17-01-1901" ;
    a2a:Year "1901" ;
    a2a:Month "01" ;
    a2a:Day "17" ;
    rdfs:label "17-01-1901"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen" ;
    a2a:Book "Arnhem, Overlijdensregister" ;
    a2a:DocumentNumber "56" ;
    a2a:RegistryNumber "412.05" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen, Arnhem, Overlijdensregister, 56, 412.05"
  ] ;
  a2a:SourceLastChangeDate "2022-11-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/25AEB386059C47F891A7BEE6E95C7730" ;
  a2a:RecordIdentifier "3036725833" ;
  a2a:RecordGUID "{25AEB386-059C-47F8-91A7-BEE6E95C7730}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/8CD0CAE8439C4F8C86C611A7BC2A249A" .

