@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_2CACADBC-5ADA-4D1D-93EB-9B03D67CEFD9
  a a2a:Record ;
  rdfs:label "Overlijden op 15 december 1845 te Nijmegen" ;
  a2a:hasPerson oa:person_gld_2CACADBC-5ADA-4D1D-93EB-9B03D67CEFD9_Person3025907150, oa:person_gld_2CACADBC-5ADA-4D1D-93EB-9B03D67CEFD9_Person3025907151, oa:person_gld_2CACADBC-5ADA-4D1D-93EB-9B03D67CEFD9_Person3025907152 ;
  a2a:hasEvent oa:event_gld_2CACADBC-5ADA-4D1D-93EB-9B03D67CEFD9_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_2CACADBC-5ADA-4D1D-93EB-9B03D67CEFD9_0, oa:relationep_gld_2CACADBC-5ADA-4D1D-93EB-9B03D67CEFD9_1, oa:relationep_gld_2CACADBC-5ADA-4D1D-93EB-9B03D67CEFD9_2 ;
  a2a:hasSource oa:source_gld_2CACADBC-5ADA-4D1D-93EB-9B03D67CEFD9 .

oa:person_gld_2CACADBC-5ADA-4D1D-93EB-9B03D67CEFD9_Person3025907150
  a a2a:Person ;
  rdfs:label "Joost van den Ing" ;
  a2a:PersonName [
    rdfs:label "Joost van den Ing" ;
    a2a:PersonNameFirstName "Joost" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Ing"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "33 jaar" ;
    rdfs:label "33 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda"
  ] ;
  a2a:Profession "kanonier" .

oa:person_gld_2CACADBC-5ADA-4D1D-93EB-9B03D67CEFD9_Person3025907151
  a a2a:Person ;
  rdfs:label "Nn Nn" ;
  a2a:PersonName [
    rdfs:label "Nn Nn" ;
    a2a:PersonNameFirstName "Nn" ;
    a2a:PersonNameLastName "Nn"
  ] ;
  a2a:Gender "Man" ;
  a2a:Profession "-" .

oa:person_gld_2CACADBC-5ADA-4D1D-93EB-9B03D67CEFD9_Person3025907152
  a a2a:Person ;
  rdfs:label "Mijntje den Heijs" ;
  a2a:PersonName [
    rdfs:label "Mijntje den Heijs" ;
    a2a:PersonNameFirstName "Mijntje" ;
    a2a:PersonNamePrefixLastName "den" ;
    a2a:PersonNameLastName "Heijs"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Profession "zonder beroep" .

oa:event_gld_2CACADBC-5ADA-4D1D-93EB-9B03D67CEFD9_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "15-12-1845" ;
    a2a:Year "1845" ;
    a2a:Month "12" ;
    a2a:Day "15" ;
    rdfs:label "1845-12-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nijmegen" ;
    rdfs:label "Nijmegen"
  ] .

oa:relationep_gld_2CACADBC-5ADA-4D1D-93EB-9B03D67CEFD9_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gld_2CACADBC-5ADA-4D1D-93EB-9B03D67CEFD9_Person3025907150 ;
  a2a:EventKeyRef oa:event_gld_2CACADBC-5ADA-4D1D-93EB-9B03D67CEFD9_Event1 .

oa:relationep_gld_2CACADBC-5ADA-4D1D-93EB-9B03D67CEFD9_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_2CACADBC-5ADA-4D1D-93EB-9B03D67CEFD9_Person3025907151 ;
  a2a:EventKeyRef oa:event_gld_2CACADBC-5ADA-4D1D-93EB-9B03D67CEFD9_Event1 .

oa:relationep_gld_2CACADBC-5ADA-4D1D-93EB-9B03D67CEFD9_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_2CACADBC-5ADA-4D1D-93EB-9B03D67CEFD9_Person3025907152 ;
  a2a:EventKeyRef oa:event_gld_2CACADBC-5ADA-4D1D-93EB-9B03D67CEFD9_Event1 .

oa:source_gld_2CACADBC-5ADA-4D1D-93EB-9B03D67CEFD9
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Nijmegen" ;
    a2a:Country "Nederland" ;
    rdfs:label "Nijmegen, Nederland", "1845-12-16 - 1845-12-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1845-12-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1845-12-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "16-12-1845" ;
    a2a:Year "1845" ;
    a2a:Month "12" ;
    a2a:Day "16" ;
    rdfs:label "16-12-1845"
  ] ;
  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 "555" ;
    a2a:RegistryNumber "1277.01" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen, Nijmegen, Overlijdensregister, 555, 1277.01"
  ] ;
  a2a:SourceLastChangeDate "2022-11-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/2CACADBC5ADA4D1D93EB9B03D67CEFD9" ;
  a2a:RecordIdentifier "3025907149" ;
  a2a:RecordGUID "{2CACADBC-5ADA-4D1D-93EB-9B03D67CEFD9}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/2CD4A105FD4F45358408BABBC0B094E8" .

