@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_030C0FBC-8A97-4F4B-9BDE-2DFECC39CFB3
  a a2a:Record ;
  rdfs:label "Overlijden op 16 april 1935 te Winterswijk" ;
  a2a:hasPerson oa:person_gld_030C0FBC-8A97-4F4B-9BDE-2DFECC39CFB3_Person3024274252, oa:person_gld_030C0FBC-8A97-4F4B-9BDE-2DFECC39CFB3_Person3024274253, oa:person_gld_030C0FBC-8A97-4F4B-9BDE-2DFECC39CFB3_Person3024274254, oa:person_gld_030C0FBC-8A97-4F4B-9BDE-2DFECC39CFB3_Person3024274255 ;
  a2a:hasEvent oa:event_gld_030C0FBC-8A97-4F4B-9BDE-2DFECC39CFB3_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_030C0FBC-8A97-4F4B-9BDE-2DFECC39CFB3_0, oa:relationep_gld_030C0FBC-8A97-4F4B-9BDE-2DFECC39CFB3_1, oa:relationep_gld_030C0FBC-8A97-4F4B-9BDE-2DFECC39CFB3_2, oa:relationep_gld_030C0FBC-8A97-4F4B-9BDE-2DFECC39CFB3_3 ;
  a2a:hasSource oa:source_gld_030C0FBC-8A97-4F4B-9BDE-2DFECC39CFB3 .

oa:person_gld_030C0FBC-8A97-4F4B-9BDE-2DFECC39CFB3_Person3024274252
  a a2a:Person ;
  rdfs:label "Jan Willem Piek" ;
  a2a:PersonName [
    rdfs:label "Jan Willem Piek" ;
    a2a:PersonNameFirstName "Jan Willem" ;
    a2a:PersonNameLastName "Piek"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "55 Jaar" ;
    rdfs:label "55 Jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Winterswijk" ;
    rdfs:label "Winterswijk"
  ] ;
  a2a:Profession "-caféhouder" .

oa:person_gld_030C0FBC-8A97-4F4B-9BDE-2DFECC39CFB3_Person3024274253
  a a2a:Person ;
  rdfs:label "Harmanus Piek" ;
  a2a:PersonName [
    rdfs:label "Harmanus Piek" ;
    a2a:PersonNameFirstName "Harmanus" ;
    a2a:PersonNameLastName "Piek"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_030C0FBC-8A97-4F4B-9BDE-2DFECC39CFB3_Person3024274254
  a a2a:Person ;
  rdfs:label "Berendina van Riggelink" ;
  a2a:PersonName [
    rdfs:label "Berendina van Riggelink" ;
    a2a:PersonNameFirstName "Berendina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Riggelink"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_030C0FBC-8A97-4F4B-9BDE-2DFECC39CFB3_Person3024274255
  a a2a:Person ;
  rdfs:label "Frederika Geertruida van Heersink" ;
  a2a:PersonName [
    rdfs:label "Frederika Geertruida van Heersink" ;
    a2a:PersonNameFirstName "Frederika Geertruida" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Heersink"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:event_gld_030C0FBC-8A97-4F4B-9BDE-2DFECC39CFB3_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "16-04-1935" ;
    a2a:Year "1935" ;
    a2a:Month "04" ;
    a2a:Day "16" ;
    rdfs:label "1935-04-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Winterswijk" ;
    rdfs:label "Winterswijk"
  ] .

oa:relationep_gld_030C0FBC-8A97-4F4B-9BDE-2DFECC39CFB3_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gld_030C0FBC-8A97-4F4B-9BDE-2DFECC39CFB3_Person3024274252 ;
  a2a:EventKeyRef oa:event_gld_030C0FBC-8A97-4F4B-9BDE-2DFECC39CFB3_Event1 .

oa:relationep_gld_030C0FBC-8A97-4F4B-9BDE-2DFECC39CFB3_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_030C0FBC-8A97-4F4B-9BDE-2DFECC39CFB3_Person3024274253 ;
  a2a:EventKeyRef oa:event_gld_030C0FBC-8A97-4F4B-9BDE-2DFECC39CFB3_Event1 .

oa:relationep_gld_030C0FBC-8A97-4F4B-9BDE-2DFECC39CFB3_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_030C0FBC-8A97-4F4B-9BDE-2DFECC39CFB3_Person3024274254 ;
  a2a:EventKeyRef oa:event_gld_030C0FBC-8A97-4F4B-9BDE-2DFECC39CFB3_Event1 .

oa:relationep_gld_030C0FBC-8A97-4F4B-9BDE-2DFECC39CFB3_3
  a a2a:RelationEP ;
  rdfs:label "other:(ex-)partner" ;
  a2a:RelationType "other:(ex-)partner" ;
  a2a:PersonKeyRef oa:person_gld_030C0FBC-8A97-4F4B-9BDE-2DFECC39CFB3_Person3024274255 ;
  a2a:EventKeyRef oa:event_gld_030C0FBC-8A97-4F4B-9BDE-2DFECC39CFB3_Event1 .

oa:source_gld_030C0FBC-8A97-4F4B-9BDE-2DFECC39CFB3
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Winterswijk" ;
    a2a:Country "Nederland" ;
    rdfs:label "Winterswijk, Nederland", "1935-04-17 - 1935-04-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1935-04-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1935-04-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "17-04-1935" ;
    a2a:Year "1935" ;
    a2a:Month "04" ;
    a2a:Day "17" ;
    rdfs:label "17-04-1935"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Winterswijk, Overlijdensregister" ;
    a2a:Book "Winterswijk, Overlijdensregister" ;
    a2a:DocumentNumber "57" ;
    a2a:RegistryNumber "9794.01" ;
    rdfs:label "Gelders Archief, Arnhem, Winterswijk, Overlijdensregister, Winterswijk, Overlijdensregister, 57, 9794.01"
  ] ;
  a2a:SourceLastChangeDate "2022-11-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/030C0FBC8A974F4B9BDE2DFECC39CFB3" ;
  a2a:RecordIdentifier "3024274251" ;
  a2a:RecordGUID "{030C0FBC-8A97-4F4B-9BDE-2DFECC39CFB3}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/7CA6678532604D20B8B2326378AC8AFF" .

