@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_2C1CF2E7-2B2D-4D09-9A3A-2DFCF9B2D7F5
  a a2a:Record ;
  rdfs:label "Overlijden op 13 februari 1827 te Nijmegen" ;
  a2a:hasPerson oa:person_gld_2C1CF2E7-2B2D-4D09-9A3A-2DFCF9B2D7F5_Person3025859488, oa:person_gld_2C1CF2E7-2B2D-4D09-9A3A-2DFCF9B2D7F5_Person3025859489, oa:person_gld_2C1CF2E7-2B2D-4D09-9A3A-2DFCF9B2D7F5_Person3025859490, oa:person_gld_2C1CF2E7-2B2D-4D09-9A3A-2DFCF9B2D7F5_Person3025859491 ;
  a2a:hasEvent oa:event_gld_2C1CF2E7-2B2D-4D09-9A3A-2DFCF9B2D7F5_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_2C1CF2E7-2B2D-4D09-9A3A-2DFCF9B2D7F5_0, oa:relationep_gld_2C1CF2E7-2B2D-4D09-9A3A-2DFCF9B2D7F5_1, oa:relationep_gld_2C1CF2E7-2B2D-4D09-9A3A-2DFCF9B2D7F5_2, oa:relationep_gld_2C1CF2E7-2B2D-4D09-9A3A-2DFCF9B2D7F5_3 ;
  a2a:hasSource oa:source_gld_2C1CF2E7-2B2D-4D09-9A3A-2DFCF9B2D7F5 .

oa:person_gld_2C1CF2E7-2B2D-4D09-9A3A-2DFCF9B2D7F5_Person3025859488
  a a2a:Person ;
  rdfs:label "Elisabeth Hennebert" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Hennebert" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNameLastName "Hennebert"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "85 jaar" ;
    rdfs:label "85 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Nijmegen" ;
    rdfs:label "Nijmegen"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_gld_2C1CF2E7-2B2D-4D09-9A3A-2DFCF9B2D7F5_Person3025859489
  a a2a:Person ;
  rdfs:label "Josephus Hennebert" ;
  a2a:PersonName [
    rdfs:label "Josephus Hennebert" ;
    a2a:PersonNameFirstName "Josephus" ;
    a2a:PersonNameLastName "Hennebert"
  ] ;
  a2a:Gender "Man" ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_2C1CF2E7-2B2D-4D09-9A3A-2DFCF9B2D7F5_Person3025859490
  a a2a:Person ;
  rdfs:label "Cornelia van Bemmel" ;
  a2a:PersonName [
    rdfs:label "Cornelia van Bemmel" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Bemmel"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_2C1CF2E7-2B2D-4D09-9A3A-2DFCF9B2D7F5_Person3025859491
  a a2a:Person ;
  rdfs:label "Hendrikus Heijs" ;
  a2a:PersonName [
    rdfs:label "Hendrikus Heijs" ;
    a2a:PersonNameFirstName "Hendrikus" ;
    a2a:PersonNameLastName "Heijs"
  ] ;
  a2a:Gender "Man" .

oa:event_gld_2C1CF2E7-2B2D-4D09-9A3A-2DFCF9B2D7F5_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "13-02-1827" ;
    a2a:Year "1827" ;
    a2a:Month "02" ;
    a2a:Day "13" ;
    rdfs:label "1827-02-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nijmegen" ;
    rdfs:label "Nijmegen"
  ] .

oa:relationep_gld_2C1CF2E7-2B2D-4D09-9A3A-2DFCF9B2D7F5_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gld_2C1CF2E7-2B2D-4D09-9A3A-2DFCF9B2D7F5_Person3025859488 ;
  a2a:EventKeyRef oa:event_gld_2C1CF2E7-2B2D-4D09-9A3A-2DFCF9B2D7F5_Event1 .

oa:relationep_gld_2C1CF2E7-2B2D-4D09-9A3A-2DFCF9B2D7F5_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_2C1CF2E7-2B2D-4D09-9A3A-2DFCF9B2D7F5_Person3025859489 ;
  a2a:EventKeyRef oa:event_gld_2C1CF2E7-2B2D-4D09-9A3A-2DFCF9B2D7F5_Event1 .

oa:relationep_gld_2C1CF2E7-2B2D-4D09-9A3A-2DFCF9B2D7F5_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_2C1CF2E7-2B2D-4D09-9A3A-2DFCF9B2D7F5_Person3025859490 ;
  a2a:EventKeyRef oa:event_gld_2C1CF2E7-2B2D-4D09-9A3A-2DFCF9B2D7F5_Event1 .

oa:relationep_gld_2C1CF2E7-2B2D-4D09-9A3A-2DFCF9B2D7F5_3
  a a2a:RelationEP ;
  rdfs:label "other:(ex-)partner" ;
  a2a:RelationType "other:(ex-)partner" ;
  a2a:PersonKeyRef oa:person_gld_2C1CF2E7-2B2D-4D09-9A3A-2DFCF9B2D7F5_Person3025859491 ;
  a2a:EventKeyRef oa:event_gld_2C1CF2E7-2B2D-4D09-9A3A-2DFCF9B2D7F5_Event1 .

oa:source_gld_2C1CF2E7-2B2D-4D09-9A3A-2DFCF9B2D7F5
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Nijmegen" ;
    a2a:Country "Nederland" ;
    rdfs:label "Nijmegen, Nederland", "1827-02-14 - 1827-02-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1827-02-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1827-02-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "14-02-1827" ;
    a2a:Year "1827" ;
    a2a:Month "02" ;
    a2a:Day "14" ;
    rdfs:label "14-02-1827"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen 1811-1902" ;
    a2a:Book "Nijmegen, Overlijdensregister" ;
    a2a:DocumentNumber "081" ;
    a2a:RegistryNumber "1269.03" ;
    rdfs:label "Gelders Archief, Burgerlijke stand Gelderland, dubbelen 1811-1902, Nijmegen, Overlijdensregister, 081, 1269.03"
  ] ;
  a2a:SourceLastChangeDate "2024-09-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/2C1CF2E72B2D4D099A3A2DFCF9B2D7F5" ;
  a2a:RecordIdentifier "3025859487" ;
  a2a:RecordGUID "{2C1CF2E7-2B2D-4D09-9A3A-2DFCF9B2D7F5}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/A8C9F20FF87B4E869F4F35453F47563B" .

