@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_010161AE-3B0F-45F6-8EC3-DB5BF92EB7EB
  a a2a:Record ;
  rdfs:label "Overlijden op 23 december 1970 te Apeldoorn" ;
  a2a:hasPerson oa:person_gld_010161AE-3B0F-45F6-8EC3-DB5BF92EB7EB_Person3666193305, oa:person_gld_010161AE-3B0F-45F6-8EC3-DB5BF92EB7EB_Person3666193309, oa:person_gld_010161AE-3B0F-45F6-8EC3-DB5BF92EB7EB_Person3666193307, oa:person_gld_010161AE-3B0F-45F6-8EC3-DB5BF92EB7EB_Person3666193311, oa:person_gld_010161AE-3B0F-45F6-8EC3-DB5BF92EB7EB_Person3666193312 ;
  a2a:hasEvent oa:event_gld_010161AE-3B0F-45F6-8EC3-DB5BF92EB7EB_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_010161AE-3B0F-45F6-8EC3-DB5BF92EB7EB_0, oa:relationep_gld_010161AE-3B0F-45F6-8EC3-DB5BF92EB7EB_1, oa:relationep_gld_010161AE-3B0F-45F6-8EC3-DB5BF92EB7EB_2, oa:relationep_gld_010161AE-3B0F-45F6-8EC3-DB5BF92EB7EB_3, oa:relationep_gld_010161AE-3B0F-45F6-8EC3-DB5BF92EB7EB_4 ;
  a2a:hasSource oa:source_gld_010161AE-3B0F-45F6-8EC3-DB5BF92EB7EB .

oa:person_gld_010161AE-3B0F-45F6-8EC3-DB5BF92EB7EB_Person3666193305
  a a2a:Person ;
  rdfs:label "Pieter Kalksma" ;
  a2a:PersonName [
    rdfs:label "Pieter Kalksma" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Kalksma"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "###" ;
    rdfs:label "###"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_gld_010161AE-3B0F-45F6-8EC3-DB5BF92EB7EB_Person3666193309
  a a2a:Person ;
  rdfs:label "Pieter Kalksma" ;
  a2a:PersonName [
    rdfs:label "Pieter Kalksma" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Kalksma"
  ] ;
  a2a:Gender "Man" .

oa:person_gld_010161AE-3B0F-45F6-8EC3-DB5BF92EB7EB_Person3666193307
  a a2a:Person ;
  rdfs:label "Aedske Stallinga" ;
  a2a:PersonName [
    rdfs:label "Aedske Stallinga" ;
    a2a:PersonNameFirstName "Aedske" ;
    a2a:PersonNameLastName "Stallinga"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_gld_010161AE-3B0F-45F6-8EC3-DB5BF92EB7EB_Person3666193311
  a a2a:Person ;
  rdfs:label "Louise Elisabeth Trijselaar" ;
  a2a:PersonName [
    rdfs:label "Louise Elisabeth Trijselaar" ;
    a2a:PersonNameFirstName "Louise Elisabeth" ;
    a2a:PersonNameLastName "Trijselaar"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_gld_010161AE-3B0F-45F6-8EC3-DB5BF92EB7EB_Person3666193312
  a a2a:Person ;
  rdfs:label "Berendina Tollenaar" ;
  a2a:PersonName [
    rdfs:label "Berendina Tollenaar" ;
    a2a:PersonNameFirstName "Berendina" ;
    a2a:PersonNameLastName "Tollenaar"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_gld_010161AE-3B0F-45F6-8EC3-DB5BF92EB7EB_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "23-12-1970" ;
    a2a:Year "1970" ;
    a2a:Month "12" ;
    a2a:Day "23" ;
    rdfs:label "1970-12-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:relationep_gld_010161AE-3B0F-45F6-8EC3-DB5BF92EB7EB_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gld_010161AE-3B0F-45F6-8EC3-DB5BF92EB7EB_Person3666193305 ;
  a2a:EventKeyRef oa:event_gld_010161AE-3B0F-45F6-8EC3-DB5BF92EB7EB_Event1 .

oa:relationep_gld_010161AE-3B0F-45F6-8EC3-DB5BF92EB7EB_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_010161AE-3B0F-45F6-8EC3-DB5BF92EB7EB_Person3666193309 ;
  a2a:EventKeyRef oa:event_gld_010161AE-3B0F-45F6-8EC3-DB5BF92EB7EB_Event1 .

oa:relationep_gld_010161AE-3B0F-45F6-8EC3-DB5BF92EB7EB_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_010161AE-3B0F-45F6-8EC3-DB5BF92EB7EB_Person3666193307 ;
  a2a:EventKeyRef oa:event_gld_010161AE-3B0F-45F6-8EC3-DB5BF92EB7EB_Event1 .

oa:relationep_gld_010161AE-3B0F-45F6-8EC3-DB5BF92EB7EB_3
  a a2a:RelationEP ;
  rdfs:label "other:(ex-)partner" ;
  a2a:RelationType "other:(ex-)partner" ;
  a2a:PersonKeyRef oa:person_gld_010161AE-3B0F-45F6-8EC3-DB5BF92EB7EB_Person3666193311 ;
  a2a:EventKeyRef oa:event_gld_010161AE-3B0F-45F6-8EC3-DB5BF92EB7EB_Event1 .

oa:relationep_gld_010161AE-3B0F-45F6-8EC3-DB5BF92EB7EB_4
  a a2a:RelationEP ;
  rdfs:label "other:(ex-)partner" ;
  a2a:RelationType "other:(ex-)partner" ;
  a2a:PersonKeyRef oa:person_gld_010161AE-3B0F-45F6-8EC3-DB5BF92EB7EB_Person3666193312 ;
  a2a:EventKeyRef oa:event_gld_010161AE-3B0F-45F6-8EC3-DB5BF92EB7EB_Event1 .

oa:source_gld_010161AE-3B0F-45F6-8EC3-DB5BF92EB7EB
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Apeldoorn" ;
    a2a:Country "Nederland" ;
    rdfs:label "Apeldoorn, Nederland", "1970-12-28 - 1970-12-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1970-12-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1970-12-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "28-12-1970" ;
    a2a:Year "1970" ;
    a2a:Month "12" ;
    a2a:Day "28" ;
    rdfs:label "28-12-1970"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen 1903-1980" ;
    a2a:Book "Apeldoorn, Overlijdensregister" ;
    a2a:DocumentNumber "1404" ;
    a2a:RegistryNumber "21376" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen 1903-1980, Apeldoorn, Overlijdensregister, 1404, 21376"
  ] ;
  a2a:SourceLastChangeDate "2026-01-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/010161AE3B0F45F68EC3DB5BF92EB7EB" ;
  a2a:RecordIdentifier "3666193303" ;
  a2a:RecordGUID "{010161AE-3B0F-45F6-8EC3-DB5BF92EB7EB}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/40159CE26E054ED28FD9CEF0C4122BED" .

