@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_DBDDF101-8F66-487F-9EB4-79518169BC9C
  a a2a:Record ;
  rdfs:label "Overlijden op 18 juli 1825 te Ambt Doetinchem" ;
  a2a:hasPerson oa:person_gld_DBDDF101-8F66-487F-9EB4-79518169BC9C_Person3050275215, oa:person_gld_DBDDF101-8F66-487F-9EB4-79518169BC9C_Person3050275216, oa:person_gld_DBDDF101-8F66-487F-9EB4-79518169BC9C_Person3050275217 ;
  a2a:hasEvent oa:event_gld_DBDDF101-8F66-487F-9EB4-79518169BC9C_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_DBDDF101-8F66-487F-9EB4-79518169BC9C_0, oa:relationep_gld_DBDDF101-8F66-487F-9EB4-79518169BC9C_1, oa:relationep_gld_DBDDF101-8F66-487F-9EB4-79518169BC9C_2 ;
  a2a:hasSource oa:source_gld_DBDDF101-8F66-487F-9EB4-79518169BC9C .

oa:person_gld_DBDDF101-8F66-487F-9EB4-79518169BC9C_Person3050275215
  a a2a:Person ;
  rdfs:label "Johanna ten Hek" ;
  a2a:PersonName [
    rdfs:label "Johanna ten Hek" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNamePrefixLastName "ten" ;
    a2a:PersonNameLastName "Hek"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "25 Jaar" ;
    rdfs:label "25 Jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "-" ;
    rdfs:label "-"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_gld_DBDDF101-8F66-487F-9EB4-79518169BC9C_Person3050275216
  a a2a:Person ;
  rdfs:label "Hendrik Jan ten Hek" ;
  a2a:PersonName [
    rdfs:label "Hendrik Jan ten Hek" ;
    a2a:PersonNameFirstName "Hendrik Jan" ;
    a2a:PersonNamePrefixLastName "ten" ;
    a2a:PersonNameLastName "Hek"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_gld_DBDDF101-8F66-487F-9EB4-79518169BC9C_Person3050275217
  a a2a:Person ;
  rdfs:label "Berendina Kraaijvanger" ;
  a2a:PersonName [
    rdfs:label "Berendina Kraaijvanger" ;
    a2a:PersonNameFirstName "Berendina" ;
    a2a:PersonNameLastName "Kraaijvanger"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:event_gld_DBDDF101-8F66-487F-9EB4-79518169BC9C_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "18-07-1825" ;
    a2a:Year "1825" ;
    a2a:Month "07" ;
    a2a:Day "18" ;
    rdfs:label "1825-07-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Ambt Doetinchem" ;
    rdfs:label "Ambt Doetinchem"
  ] .

oa:relationep_gld_DBDDF101-8F66-487F-9EB4-79518169BC9C_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gld_DBDDF101-8F66-487F-9EB4-79518169BC9C_Person3050275215 ;
  a2a:EventKeyRef oa:event_gld_DBDDF101-8F66-487F-9EB4-79518169BC9C_Event1 .

oa:relationep_gld_DBDDF101-8F66-487F-9EB4-79518169BC9C_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_DBDDF101-8F66-487F-9EB4-79518169BC9C_Person3050275216 ;
  a2a:EventKeyRef oa:event_gld_DBDDF101-8F66-487F-9EB4-79518169BC9C_Event1 .

oa:relationep_gld_DBDDF101-8F66-487F-9EB4-79518169BC9C_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_DBDDF101-8F66-487F-9EB4-79518169BC9C_Person3050275217 ;
  a2a:EventKeyRef oa:event_gld_DBDDF101-8F66-487F-9EB4-79518169BC9C_Event1 .

oa:source_gld_DBDDF101-8F66-487F-9EB4-79518169BC9C
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Ambt Doetinchem" ;
    a2a:Country "Nederland" ;
    rdfs:label "Ambt Doetinchem, Nederland", "1825-07-18 - 1825-07-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1825-07-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1825-07-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "18-07-1825" ;
    a2a:Year "1825" ;
    a2a:Month "07" ;
    a2a:Day "18" ;
    rdfs:label "18-07-1825"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen 1811-1902" ;
    a2a:Book "Doetinchem Ambt, Overlijdensregister" ;
    a2a:DocumentNumber "27" ;
    a2a:RegistryNumber "8949.08" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen 1811-1902, Doetinchem Ambt, Overlijdensregister, 27, 8949.08"
  ] ;
  a2a:SourceLastChangeDate "2022-12-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/DBDDF1018F66487F9EB479518169BC9C" ;
  a2a:RecordIdentifier "3050275214" ;
  a2a:RecordGUID "{DBDDF101-8F66-487F-9EB4-79518169BC9C}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/C0B458097B1041DCA777EA3ADF45FF12" .

