@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_0CD2C7E1-9DCA-45FD-B494-6DFEC0CE3250
  a a2a:Record ;
  rdfs:label "Overlijden op 13 april 1965 te Arnhem" ;
  a2a:hasPerson oa:person_gld_0CD2C7E1-9DCA-45FD-B494-6DFEC0CE3250_Person3666547885, oa:person_gld_0CD2C7E1-9DCA-45FD-B494-6DFEC0CE3250_Person3666547887, oa:person_gld_0CD2C7E1-9DCA-45FD-B494-6DFEC0CE3250_Person3666547886, oa:person_gld_0CD2C7E1-9DCA-45FD-B494-6DFEC0CE3250_Person3666547888, oa:person_gld_0CD2C7E1-9DCA-45FD-B494-6DFEC0CE3250_Person3666547889 ;
  a2a:hasEvent oa:event_gld_0CD2C7E1-9DCA-45FD-B494-6DFEC0CE3250_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_0CD2C7E1-9DCA-45FD-B494-6DFEC0CE3250_0, oa:relationep_gld_0CD2C7E1-9DCA-45FD-B494-6DFEC0CE3250_1, oa:relationep_gld_0CD2C7E1-9DCA-45FD-B494-6DFEC0CE3250_2, oa:relationep_gld_0CD2C7E1-9DCA-45FD-B494-6DFEC0CE3250_3, oa:relationep_gld_0CD2C7E1-9DCA-45FD-B494-6DFEC0CE3250_4 ;
  a2a:hasSource oa:source_gld_0CD2C7E1-9DCA-45FD-B494-6DFEC0CE3250 .

oa:person_gld_0CD2C7E1-9DCA-45FD-B494-6DFEC0CE3250_Person3666547885
  a a2a:Person ;
  rdfs:label "Jan Cornelis Groot" ;
  a2a:PersonName [
    rdfs:label "Jan Cornelis Groot" ;
    a2a:PersonNameFirstName "Jan Cornelis" ;
    a2a:PersonNameLastName "Groot"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "81" ;
    rdfs:label "81"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_gld_0CD2C7E1-9DCA-45FD-B494-6DFEC0CE3250_Person3666547887
  a a2a:Person ;
  rdfs:label "Simon Groot" ;
  a2a:PersonName [
    rdfs:label "Simon Groot" ;
    a2a:PersonNameFirstName "Simon" ;
    a2a:PersonNameLastName "Groot"
  ] ;
  a2a:Gender "Man" .

oa:person_gld_0CD2C7E1-9DCA-45FD-B494-6DFEC0CE3250_Person3666547886
  a a2a:Person ;
  rdfs:label "Grietje Schuurman" ;
  a2a:PersonName [
    rdfs:label "Grietje Schuurman" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNameLastName "Schuurman"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_gld_0CD2C7E1-9DCA-45FD-B494-6DFEC0CE3250_Person3666547888
  a a2a:Person ;
  rdfs:label "Wendelina Jacoba Gezina le Grand" ;
  a2a:PersonName [
    rdfs:label "Wendelina Jacoba Gezina le Grand" ;
    a2a:PersonNameFirstName "Wendelina Jacoba Gezina" ;
    a2a:PersonNamePrefixLastName "le" ;
    a2a:PersonNameLastName "Grand"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_gld_0CD2C7E1-9DCA-45FD-B494-6DFEC0CE3250_Person3666547889
  a a2a:Person ;
  rdfs:label "Anna Maria Boot" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Boot" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Boot"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_gld_0CD2C7E1-9DCA-45FD-B494-6DFEC0CE3250_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "13-04-1965" ;
    a2a:Year "1965" ;
    a2a:Month "04" ;
    a2a:Day "13" ;
    rdfs:label "1965-04-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Arnhem" ;
    rdfs:label "Arnhem"
  ] .

oa:relationep_gld_0CD2C7E1-9DCA-45FD-B494-6DFEC0CE3250_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gld_0CD2C7E1-9DCA-45FD-B494-6DFEC0CE3250_Person3666547885 ;
  a2a:EventKeyRef oa:event_gld_0CD2C7E1-9DCA-45FD-B494-6DFEC0CE3250_Event1 .

oa:relationep_gld_0CD2C7E1-9DCA-45FD-B494-6DFEC0CE3250_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_0CD2C7E1-9DCA-45FD-B494-6DFEC0CE3250_Person3666547887 ;
  a2a:EventKeyRef oa:event_gld_0CD2C7E1-9DCA-45FD-B494-6DFEC0CE3250_Event1 .

oa:relationep_gld_0CD2C7E1-9DCA-45FD-B494-6DFEC0CE3250_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_0CD2C7E1-9DCA-45FD-B494-6DFEC0CE3250_Person3666547886 ;
  a2a:EventKeyRef oa:event_gld_0CD2C7E1-9DCA-45FD-B494-6DFEC0CE3250_Event1 .

oa:relationep_gld_0CD2C7E1-9DCA-45FD-B494-6DFEC0CE3250_3
  a a2a:RelationEP ;
  rdfs:label "other:(ex-)partner" ;
  a2a:RelationType "other:(ex-)partner" ;
  a2a:PersonKeyRef oa:person_gld_0CD2C7E1-9DCA-45FD-B494-6DFEC0CE3250_Person3666547888 ;
  a2a:EventKeyRef oa:event_gld_0CD2C7E1-9DCA-45FD-B494-6DFEC0CE3250_Event1 .

oa:relationep_gld_0CD2C7E1-9DCA-45FD-B494-6DFEC0CE3250_4
  a a2a:RelationEP ;
  rdfs:label "other:(ex-)partner" ;
  a2a:RelationType "other:(ex-)partner" ;
  a2a:PersonKeyRef oa:person_gld_0CD2C7E1-9DCA-45FD-B494-6DFEC0CE3250_Person3666547889 ;
  a2a:EventKeyRef oa:event_gld_0CD2C7E1-9DCA-45FD-B494-6DFEC0CE3250_Event1 .

oa:source_gld_0CD2C7E1-9DCA-45FD-B494-6DFEC0CE3250
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Arnhem" ;
    a2a:Country "Nederland" ;
    rdfs:label "Arnhem, Nederland", "1965-04-13 - 1965-04-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1965-04-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1965-04-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "13-04-1965" ;
    a2a:Year "1965" ;
    a2a:Month "04" ;
    a2a:Day "13" ;
    rdfs:label "13-04-1965"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen 1903-1980" ;
    a2a:Book "Arnhem, Overlijdensregister" ;
    a2a:DocumentNumber "394" ;
    a2a:RegistryNumber "21394" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen 1903-1980, Arnhem, Overlijdensregister, 394, 21394"
  ] ;
  a2a:SourceLastChangeDate "2024-04-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/0CD2C7E19DCA45FDB4946DFEC0CE3250" ;
  a2a:RecordIdentifier "3666547884" ;
  a2a:RecordGUID "{0CD2C7E1-9DCA-45FD-B494-6DFEC0CE3250}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/195FEA0793A74327AFDE00C26366E301" .

