@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_D71C54DF-96C9-446E-AD4E-6B9DAB150331
  a a2a:Record ;
  rdfs:label "Overlijden op 11 juni 1885 te Loenen" ;
  a2a:hasPerson oa:person_gld_D71C54DF-96C9-446E-AD4E-6B9DAB150331_Person3049324421, oa:person_gld_D71C54DF-96C9-446E-AD4E-6B9DAB150331_Person3049324422, oa:person_gld_D71C54DF-96C9-446E-AD4E-6B9DAB150331_Person3049324423 ;
  a2a:hasEvent oa:event_gld_D71C54DF-96C9-446E-AD4E-6B9DAB150331_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_D71C54DF-96C9-446E-AD4E-6B9DAB150331_0, oa:relationep_gld_D71C54DF-96C9-446E-AD4E-6B9DAB150331_1, oa:relationep_gld_D71C54DF-96C9-446E-AD4E-6B9DAB150331_2 ;
  a2a:hasSource oa:source_gld_D71C54DF-96C9-446E-AD4E-6B9DAB150331 .

oa:person_gld_D71C54DF-96C9-446E-AD4E-6B9DAB150331_Person3049324421
  a a2a:Person ;
  rdfs:label "Gerdiena Tepperink" ;
  a2a:PersonName [
    rdfs:label "Gerdiena Tepperink" ;
    a2a:PersonNameFirstName "Gerdiena" ;
    a2a:PersonNameLastName "Tepperink"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "47 Jaar" ;
    rdfs:label "47 Jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Loenen (Apeldoorn)" ;
    rdfs:label "Loenen (Apeldoorn)"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_gld_D71C54DF-96C9-446E-AD4E-6B9DAB150331_Person3049324422
  a a2a:Person ;
  rdfs:label "Jan Tepperink" ;
  a2a:PersonName [
    rdfs:label "Jan Tepperink" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Tepperink"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_D71C54DF-96C9-446E-AD4E-6B9DAB150331_Person3049324423
  a a2a:Person ;
  rdfs:label "Aleida van Kuik" ;
  a2a:PersonName [
    rdfs:label "Aleida van Kuik" ;
    a2a:PersonNameFirstName "Aleida" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Kuik"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:event_gld_D71C54DF-96C9-446E-AD4E-6B9DAB150331_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "11-06-1885" ;
    a2a:Year "1885" ;
    a2a:Month "06" ;
    a2a:Day "11" ;
    rdfs:label "1885-06-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Loenen" ;
    rdfs:label "Loenen"
  ] .

oa:relationep_gld_D71C54DF-96C9-446E-AD4E-6B9DAB150331_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gld_D71C54DF-96C9-446E-AD4E-6B9DAB150331_Person3049324421 ;
  a2a:EventKeyRef oa:event_gld_D71C54DF-96C9-446E-AD4E-6B9DAB150331_Event1 .

oa:relationep_gld_D71C54DF-96C9-446E-AD4E-6B9DAB150331_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_D71C54DF-96C9-446E-AD4E-6B9DAB150331_Person3049324422 ;
  a2a:EventKeyRef oa:event_gld_D71C54DF-96C9-446E-AD4E-6B9DAB150331_Event1 .

oa:relationep_gld_D71C54DF-96C9-446E-AD4E-6B9DAB150331_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_D71C54DF-96C9-446E-AD4E-6B9DAB150331_Person3049324423 ;
  a2a:EventKeyRef oa:event_gld_D71C54DF-96C9-446E-AD4E-6B9DAB150331_Event1 .

oa:source_gld_D71C54DF-96C9-446E-AD4E-6B9DAB150331
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Apeldoorn" ;
    a2a:Country "Nederland" ;
    rdfs:label "Apeldoorn, Nederland", "1885-06-13 - 1885-06-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1885-06-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1885-06-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "13-06-1885" ;
    a2a:Year "1885" ;
    a2a:Month "06" ;
    a2a:Day "13" ;
    rdfs:label "13-06-1885"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen 1811-1902" ;
    a2a:Book "Apeldoorn, Overlijdensregister" ;
    a2a:DocumentNumber "235" ;
    a2a:RegistryNumber "6493.03" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen 1811-1902, Apeldoorn, Overlijdensregister, 235, 6493.03"
  ] ;
  a2a:SourceLastChangeDate "2026-04-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/D71C54DF96C9446EAD4E6B9DAB150331" ;
  a2a:RecordIdentifier "3049324420" ;
  a2a:RecordGUID "{D71C54DF-96C9-446E-AD4E-6B9DAB150331}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/0331920674DD404F848AD237A87BA4D5" .

