@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_A96C6FB0-AAB9-4C69-89F3-059DF819DABA
  a a2a:Record ;
  rdfs:label "Overlijden op 27 december 1863 te Drempt" ;
  a2a:hasPerson oa:person_gld_A96C6FB0-AAB9-4C69-89F3-059DF819DABA_Person3035690207, oa:person_gld_A96C6FB0-AAB9-4C69-89F3-059DF819DABA_Person3035690208, oa:person_gld_A96C6FB0-AAB9-4C69-89F3-059DF819DABA_Person3035690209, oa:person_gld_A96C6FB0-AAB9-4C69-89F3-059DF819DABA_Person3035690210 ;
  a2a:hasEvent oa:event_gld_A96C6FB0-AAB9-4C69-89F3-059DF819DABA_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_A96C6FB0-AAB9-4C69-89F3-059DF819DABA_0, oa:relationep_gld_A96C6FB0-AAB9-4C69-89F3-059DF819DABA_1, oa:relationep_gld_A96C6FB0-AAB9-4C69-89F3-059DF819DABA_2, oa:relationep_gld_A96C6FB0-AAB9-4C69-89F3-059DF819DABA_3 ;
  a2a:hasSource oa:source_gld_A96C6FB0-AAB9-4C69-89F3-059DF819DABA .

oa:person_gld_A96C6FB0-AAB9-4C69-89F3-059DF819DABA_Person3035690207
  a a2a:Person ;
  rdfs:label "Fenna Wiendels" ;
  a2a:PersonName [
    rdfs:label "Fenna Wiendels" ;
    a2a:PersonNameFirstName "Fenna" ;
    a2a:PersonNameLastName "Wiendels"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "83 Jaar" ;
    rdfs:label "83 Jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Didam (Montferland)" ;
    rdfs:label "Didam (Montferland)"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_gld_A96C6FB0-AAB9-4C69-89F3-059DF819DABA_Person3035690208
  a a2a:Person ;
  rdfs:label "Jacobus Wiendels" ;
  a2a:PersonName [
    rdfs:label "Jacobus Wiendels" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Wiendels"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_A96C6FB0-AAB9-4C69-89F3-059DF819DABA_Person3035690209
  a a2a:Person ;
  rdfs:label "Anna Straats" ;
  a2a:PersonName [
    rdfs:label "Anna Straats" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Straats"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_A96C6FB0-AAB9-4C69-89F3-059DF819DABA_Person3035690210
  a a2a:Person ;
  rdfs:label "Gerhardus Reulink" ;
  a2a:PersonName [
    rdfs:label "Gerhardus Reulink" ;
    a2a:PersonNameFirstName "Gerhardus" ;
    a2a:PersonNameLastName "Reulink"
  ] .

oa:event_gld_A96C6FB0-AAB9-4C69-89F3-059DF819DABA_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "27-12-1863" ;
    a2a:Year "1863" ;
    a2a:Month "12" ;
    a2a:Day "27" ;
    rdfs:label "1863-12-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Drempt" ;
    rdfs:label "Drempt"
  ] .

oa:relationep_gld_A96C6FB0-AAB9-4C69-89F3-059DF819DABA_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gld_A96C6FB0-AAB9-4C69-89F3-059DF819DABA_Person3035690207 ;
  a2a:EventKeyRef oa:event_gld_A96C6FB0-AAB9-4C69-89F3-059DF819DABA_Event1 .

oa:relationep_gld_A96C6FB0-AAB9-4C69-89F3-059DF819DABA_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_A96C6FB0-AAB9-4C69-89F3-059DF819DABA_Person3035690208 ;
  a2a:EventKeyRef oa:event_gld_A96C6FB0-AAB9-4C69-89F3-059DF819DABA_Event1 .

oa:relationep_gld_A96C6FB0-AAB9-4C69-89F3-059DF819DABA_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_A96C6FB0-AAB9-4C69-89F3-059DF819DABA_Person3035690209 ;
  a2a:EventKeyRef oa:event_gld_A96C6FB0-AAB9-4C69-89F3-059DF819DABA_Event1 .

oa:relationep_gld_A96C6FB0-AAB9-4C69-89F3-059DF819DABA_3
  a a2a:RelationEP ;
  rdfs:label "other:(ex-)partner" ;
  a2a:RelationType "other:(ex-)partner" ;
  a2a:PersonKeyRef oa:person_gld_A96C6FB0-AAB9-4C69-89F3-059DF819DABA_Person3035690210 ;
  a2a:EventKeyRef oa:event_gld_A96C6FB0-AAB9-4C69-89F3-059DF819DABA_Event1 .

oa:source_gld_A96C6FB0-AAB9-4C69-89F3-059DF819DABA
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Hummelo en Keppel" ;
    a2a:Country "Nederland" ;
    rdfs:label "Hummelo en Keppel, Nederland", "1863-12-28 - 1863-12-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1863-12-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1863-12-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "28-12-1863" ;
    a2a:Year "1863" ;
    a2a:Month "12" ;
    a2a:Day "28" ;
    rdfs:label "28-12-1863"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen 1811-1902" ;
    a2a:Book "Hummelo en Keppel, Overlijdensregister" ;
    a2a:DocumentNumber "55" ;
    a2a:RegistryNumber "3955.09" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen 1811-1902, Hummelo en Keppel, Overlijdensregister, 55, 3955.09"
  ] ;
  a2a:SourceLastChangeDate "2025-03-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/A96C6FB0AAB94C6989F3059DF819DABA" ;
  a2a:RecordIdentifier "3035690206" ;
  a2a:RecordGUID "{A96C6FB0-AAB9-4C69-89F3-059DF819DABA}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/686B5A56A0514849B623BB22A0C02BA0" .

