@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_80769C4C-D85B-4F60-B4DB-6D11CDDE99B4
  a a2a:Record ;
  rdfs:label "Overlijden op 13 maart 1880 te Harderwijk" ;
  a2a:hasPerson oa:person_gld_80769C4C-D85B-4F60-B4DB-6D11CDDE99B4_Person3040170597, oa:person_gld_80769C4C-D85B-4F60-B4DB-6D11CDDE99B4_Person3040170598, oa:person_gld_80769C4C-D85B-4F60-B4DB-6D11CDDE99B4_Person3040170599, oa:person_gld_80769C4C-D85B-4F60-B4DB-6D11CDDE99B4_Person3040170600 ;
  a2a:hasEvent oa:event_gld_80769C4C-D85B-4F60-B4DB-6D11CDDE99B4_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_80769C4C-D85B-4F60-B4DB-6D11CDDE99B4_0, oa:relationep_gld_80769C4C-D85B-4F60-B4DB-6D11CDDE99B4_1, oa:relationep_gld_80769C4C-D85B-4F60-B4DB-6D11CDDE99B4_2, oa:relationep_gld_80769C4C-D85B-4F60-B4DB-6D11CDDE99B4_3 ;
  a2a:hasSource oa:source_gld_80769C4C-D85B-4F60-B4DB-6D11CDDE99B4 .

oa:person_gld_80769C4C-D85B-4F60-B4DB-6D11CDDE99B4_Person3040170597
  a a2a:Person ;
  rdfs:label "Albert Claver" ;
  a2a:PersonName [
    rdfs:label "Albert Claver" ;
    a2a:PersonNameFirstName "Albert" ;
    a2a:PersonNameLastName "Claver"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "86 Jaar" ;
    rdfs:label "86 Jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Harderwijk" ;
    rdfs:label "Harderwijk"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_gld_80769C4C-D85B-4F60-B4DB-6D11CDDE99B4_Person3040170598
  a a2a:Person ;
  rdfs:label "Jacob Claver" ;
  a2a:PersonName [
    rdfs:label "Jacob Claver" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Claver"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_80769C4C-D85B-4F60-B4DB-6D11CDDE99B4_Person3040170599
  a a2a:Person ;
  rdfs:label "Elisabeth Erdegaing" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Erdegaing" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNameLastName "Erdegaing"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_80769C4C-D85B-4F60-B4DB-6D11CDDE99B4_Person3040170600
  a a2a:Person ;
  rdfs:label "Willemtje Aarts" ;
  a2a:PersonName [
    rdfs:label "Willemtje Aarts" ;
    a2a:PersonNameFirstName "Willemtje" ;
    a2a:PersonNameLastName "Aarts"
  ] .

oa:event_gld_80769C4C-D85B-4F60-B4DB-6D11CDDE99B4_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "13-03-1880" ;
    a2a:Year "1880" ;
    a2a:Month "03" ;
    a2a:Day "13" ;
    rdfs:label "1880-03-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Harderwijk" ;
    rdfs:label "Harderwijk"
  ] .

oa:relationep_gld_80769C4C-D85B-4F60-B4DB-6D11CDDE99B4_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gld_80769C4C-D85B-4F60-B4DB-6D11CDDE99B4_Person3040170597 ;
  a2a:EventKeyRef oa:event_gld_80769C4C-D85B-4F60-B4DB-6D11CDDE99B4_Event1 .

oa:relationep_gld_80769C4C-D85B-4F60-B4DB-6D11CDDE99B4_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_80769C4C-D85B-4F60-B4DB-6D11CDDE99B4_Person3040170598 ;
  a2a:EventKeyRef oa:event_gld_80769C4C-D85B-4F60-B4DB-6D11CDDE99B4_Event1 .

oa:relationep_gld_80769C4C-D85B-4F60-B4DB-6D11CDDE99B4_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_80769C4C-D85B-4F60-B4DB-6D11CDDE99B4_Person3040170599 ;
  a2a:EventKeyRef oa:event_gld_80769C4C-D85B-4F60-B4DB-6D11CDDE99B4_Event1 .

oa:relationep_gld_80769C4C-D85B-4F60-B4DB-6D11CDDE99B4_3
  a a2a:RelationEP ;
  rdfs:label "other:(ex-)partner" ;
  a2a:RelationType "other:(ex-)partner" ;
  a2a:PersonKeyRef oa:person_gld_80769C4C-D85B-4F60-B4DB-6D11CDDE99B4_Person3040170600 ;
  a2a:EventKeyRef oa:event_gld_80769C4C-D85B-4F60-B4DB-6D11CDDE99B4_Event1 .

oa:source_gld_80769C4C-D85B-4F60-B4DB-6D11CDDE99B4
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Harderwijk" ;
    a2a:Country "Nederland" ;
    rdfs:label "Harderwijk, Nederland", "1880-03-15 - 1880-03-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1880-03-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1880-03-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "15-03-1880" ;
    a2a:Year "1880" ;
    a2a:Month "03" ;
    a2a:Day "15" ;
    rdfs:label "15-03-1880"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen 1811-1902" ;
    a2a:Book "Harderwijk, Overlijdensregister" ;
    a2a:DocumentNumber "47" ;
    a2a:RegistryNumber "4379.01" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen 1811-1902, Harderwijk, Overlijdensregister, 47, 4379.01"
  ] ;
  a2a:SourceLastChangeDate "2024-05-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/80769C4CD85B4F60B4DB6D11CDDE99B4" ;
  a2a:RecordIdentifier "3040170596" ;
  a2a:RecordGUID "{80769C4C-D85B-4F60-B4DB-6D11CDDE99B4}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/9BD1035C59C646CAB76D6B2CB61F9BE7" .

