@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_CEEECF5B-EBDF-48C6-9C62-070ABACDF635
  a a2a:Record ;
  rdfs:label "Overlijden op 18 december 1879 te Winterswijk" ;
  a2a:hasPerson oa:person_gld_CEEECF5B-EBDF-48C6-9C62-070ABACDF635_Person3029848880, oa:person_gld_CEEECF5B-EBDF-48C6-9C62-070ABACDF635_Person3029848881, oa:person_gld_CEEECF5B-EBDF-48C6-9C62-070ABACDF635_Person3029848882 ;
  a2a:hasEvent oa:event_gld_CEEECF5B-EBDF-48C6-9C62-070ABACDF635_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_CEEECF5B-EBDF-48C6-9C62-070ABACDF635_0, oa:relationep_gld_CEEECF5B-EBDF-48C6-9C62-070ABACDF635_1, oa:relationep_gld_CEEECF5B-EBDF-48C6-9C62-070ABACDF635_2 ;
  a2a:hasSource oa:source_gld_CEEECF5B-EBDF-48C6-9C62-070ABACDF635 .

oa:person_gld_CEEECF5B-EBDF-48C6-9C62-070ABACDF635_Person3029848880
  a a2a:Person ;
  rdfs:label "Grada Johanna Smeenk" ;
  a2a:PersonName [
    rdfs:label "Grada Johanna Smeenk" ;
    a2a:PersonNameFirstName "Grada Johanna" ;
    a2a:PersonNameLastName "Smeenk"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "9 Maand" ;
    rdfs:label "9 Maand"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Winterswijk" ;
    rdfs:label "Winterswijk"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_gld_CEEECF5B-EBDF-48C6-9C62-070ABACDF635_Person3029848881
  a a2a:Person ;
  rdfs:label "Johannes Wilhelmus Smeenk" ;
  a2a:PersonName [
    rdfs:label "Johannes Wilhelmus Smeenk" ;
    a2a:PersonNameFirstName "Johannes Wilhelmus" ;
    a2a:PersonNameLastName "Smeenk"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_gld_CEEECF5B-EBDF-48C6-9C62-070ABACDF635_Person3029848882
  a a2a:Person ;
  rdfs:label "Hendrika Antonia Boerhof" ;
  a2a:PersonName [
    rdfs:label "Hendrika Antonia Boerhof" ;
    a2a:PersonNameFirstName "Hendrika Antonia" ;
    a2a:PersonNameLastName "Boerhof"
  ] ;
  a2a:Profession "landbouwster" .

oa:event_gld_CEEECF5B-EBDF-48C6-9C62-070ABACDF635_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "18-12-1879" ;
    a2a:Year "1879" ;
    a2a:Month "12" ;
    a2a:Day "18" ;
    rdfs:label "1879-12-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Winterswijk" ;
    rdfs:label "Winterswijk"
  ] .

oa:relationep_gld_CEEECF5B-EBDF-48C6-9C62-070ABACDF635_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gld_CEEECF5B-EBDF-48C6-9C62-070ABACDF635_Person3029848880 ;
  a2a:EventKeyRef oa:event_gld_CEEECF5B-EBDF-48C6-9C62-070ABACDF635_Event1 .

oa:relationep_gld_CEEECF5B-EBDF-48C6-9C62-070ABACDF635_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_CEEECF5B-EBDF-48C6-9C62-070ABACDF635_Person3029848881 ;
  a2a:EventKeyRef oa:event_gld_CEEECF5B-EBDF-48C6-9C62-070ABACDF635_Event1 .

oa:relationep_gld_CEEECF5B-EBDF-48C6-9C62-070ABACDF635_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_CEEECF5B-EBDF-48C6-9C62-070ABACDF635_Person3029848882 ;
  a2a:EventKeyRef oa:event_gld_CEEECF5B-EBDF-48C6-9C62-070ABACDF635_Event1 .

oa:source_gld_CEEECF5B-EBDF-48C6-9C62-070ABACDF635
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Winterswijk" ;
    a2a:Country "Nederland" ;
    rdfs:label "Winterswijk, Nederland", "1879-12-19 - 1879-12-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1879-12-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1879-12-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "19-12-1879" ;
    a2a:Year "1879" ;
    a2a:Month "12" ;
    a2a:Day "19" ;
    rdfs:label "19-12-1879"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen 1811-1902" ;
    a2a:Book "Winterswijk, Overlijdensregister" ;
    a2a:DocumentNumber "145" ;
    a2a:RegistryNumber "2389.07" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen 1811-1902, Winterswijk, Overlijdensregister, 145, 2389.07"
  ] ;
  a2a:SourceLastChangeDate "2025-11-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/CEEECF5BEBDF48C69C62070ABACDF635" ;
  a2a:RecordIdentifier "3029848879" ;
  a2a:RecordGUID "{CEEECF5B-EBDF-48C6-9C62-070ABACDF635}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/F3B7E404F5C14EC6B82945961ADFE594" .

