@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_D5858739-CDD4-4A3B-8BC0-B7E872B552B6
  a a2a:Record ;
  rdfs:label "Overlijden op 24 november 1840 te Nijmegen" ;
  a2a:hasPerson oa:person_gld_D5858739-CDD4-4A3B-8BC0-B7E872B552B6_Person3025894177, oa:person_gld_D5858739-CDD4-4A3B-8BC0-B7E872B552B6_Person3025894178, oa:person_gld_D5858739-CDD4-4A3B-8BC0-B7E872B552B6_Person3025894179, oa:person_gld_D5858739-CDD4-4A3B-8BC0-B7E872B552B6_Person3025894180, oa:person_gld_D5858739-CDD4-4A3B-8BC0-B7E872B552B6_Person3025894181 ;
  a2a:hasEvent oa:event_gld_D5858739-CDD4-4A3B-8BC0-B7E872B552B6_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_D5858739-CDD4-4A3B-8BC0-B7E872B552B6_0, oa:relationep_gld_D5858739-CDD4-4A3B-8BC0-B7E872B552B6_1, oa:relationep_gld_D5858739-CDD4-4A3B-8BC0-B7E872B552B6_2, oa:relationep_gld_D5858739-CDD4-4A3B-8BC0-B7E872B552B6_3, oa:relationep_gld_D5858739-CDD4-4A3B-8BC0-B7E872B552B6_4 ;
  a2a:hasSource oa:source_gld_D5858739-CDD4-4A3B-8BC0-B7E872B552B6 .

oa:person_gld_D5858739-CDD4-4A3B-8BC0-B7E872B552B6_Person3025894177
  a a2a:Person ;
  rdfs:label "Cornelis Rudolphus Theodorus baron Kraijenhoff" ;
  a2a:PersonName [
    rdfs:label "Cornelis Rudolphus Theodorus baron Kraijenhoff" ;
    a2a:PersonNameFirstName "Cornelis Rudolphus Theodorus" ;
    a2a:PersonNamePrefixLastName "baron" ;
    a2a:PersonNameLastName "Kraijenhoff"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "82 jaar" ;
    rdfs:label "82 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Nijmegen" ;
    rdfs:label "Nijmegen"
  ] ;
  a2a:Profession "luitenant generaal" .

oa:person_gld_D5858739-CDD4-4A3B-8BC0-B7E872B552B6_Person3025894178
  a a2a:Person ;
  rdfs:label "Cornelis Johannes Kraijenhoff" ;
  a2a:PersonName [
    rdfs:label "Cornelis Johannes Kraijenhoff" ;
    a2a:PersonNameFirstName "Cornelis Johannes" ;
    a2a:PersonNameLastName "Kraijenhoff"
  ] ;
  a2a:Gender "Man" ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_D5858739-CDD4-4A3B-8BC0-B7E872B552B6_Person3025894179
  a a2a:Person ;
  rdfs:label "Clara Jacoba de Man" ;
  a2a:PersonName [
    rdfs:label "Clara Jacoba de Man" ;
    a2a:PersonNameFirstName "Clara Jacoba" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Man"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_D5858739-CDD4-4A3B-8BC0-B7E872B552B6_Person3025894180
  a a2a:Person ;
  rdfs:label "Johanna Schijijt" ;
  a2a:PersonName [
    rdfs:label "Johanna Schijijt" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Schijijt"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_gld_D5858739-CDD4-4A3B-8BC0-B7E872B552B6_Person3025894181
  a a2a:Person ;
  rdfs:label "Johanna Geertruid baronesse van der Plaat" ;
  a2a:PersonName [
    rdfs:label "Johanna Geertruid baronesse van der Plaat" ;
    a2a:PersonNameFirstName "Johanna Geertruid" ;
    a2a:PersonNamePrefixLastName "baronesse van der" ;
    a2a:PersonNameLastName "Plaat"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_gld_D5858739-CDD4-4A3B-8BC0-B7E872B552B6_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "24-11-1840" ;
    a2a:Year "1840" ;
    a2a:Month "11" ;
    a2a:Day "24" ;
    rdfs:label "1840-11-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nijmegen" ;
    rdfs:label "Nijmegen"
  ] .

oa:relationep_gld_D5858739-CDD4-4A3B-8BC0-B7E872B552B6_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gld_D5858739-CDD4-4A3B-8BC0-B7E872B552B6_Person3025894177 ;
  a2a:EventKeyRef oa:event_gld_D5858739-CDD4-4A3B-8BC0-B7E872B552B6_Event1 .

oa:relationep_gld_D5858739-CDD4-4A3B-8BC0-B7E872B552B6_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_D5858739-CDD4-4A3B-8BC0-B7E872B552B6_Person3025894178 ;
  a2a:EventKeyRef oa:event_gld_D5858739-CDD4-4A3B-8BC0-B7E872B552B6_Event1 .

oa:relationep_gld_D5858739-CDD4-4A3B-8BC0-B7E872B552B6_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_D5858739-CDD4-4A3B-8BC0-B7E872B552B6_Person3025894179 ;
  a2a:EventKeyRef oa:event_gld_D5858739-CDD4-4A3B-8BC0-B7E872B552B6_Event1 .

oa:relationep_gld_D5858739-CDD4-4A3B-8BC0-B7E872B552B6_3
  a a2a:RelationEP ;
  rdfs:label "other:(ex-)partner" ;
  a2a:RelationType "other:(ex-)partner" ;
  a2a:PersonKeyRef oa:person_gld_D5858739-CDD4-4A3B-8BC0-B7E872B552B6_Person3025894180 ;
  a2a:EventKeyRef oa:event_gld_D5858739-CDD4-4A3B-8BC0-B7E872B552B6_Event1 .

oa:relationep_gld_D5858739-CDD4-4A3B-8BC0-B7E872B552B6_4
  a a2a:RelationEP ;
  rdfs:label "other:(ex-)partner" ;
  a2a:RelationType "other:(ex-)partner" ;
  a2a:PersonKeyRef oa:person_gld_D5858739-CDD4-4A3B-8BC0-B7E872B552B6_Person3025894181 ;
  a2a:EventKeyRef oa:event_gld_D5858739-CDD4-4A3B-8BC0-B7E872B552B6_Event1 .

oa:source_gld_D5858739-CDD4-4A3B-8BC0-B7E872B552B6
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Nijmegen" ;
    a2a:Country "Nederland" ;
    rdfs:label "Nijmegen, Nederland", "1840-11-24 - 1840-11-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1840-11-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1840-11-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "24-11-1840" ;
    a2a:Year "1840" ;
    a2a:Month "11" ;
    a2a:Day "24" ;
    rdfs:label "24-11-1840"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen" ;
    a2a:Book "Nijmegen, Overlijdensregister" ;
    a2a:DocumentNumber "492" ;
    a2a:RegistryNumber "1275.01" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen, Nijmegen, Overlijdensregister, 492, 1275.01"
  ] ;
  a2a:SourceLastChangeDate "2022-11-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/D5858739CDD44A3B8BC0B7E872B552B6" ;
  a2a:RecordIdentifier "3025894176" ;
  a2a:RecordGUID "{D5858739-CDD4-4A3B-8BC0-B7E872B552B6}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/D6B11474B22641818FC0C58D6FB6AE7D" .

