@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_F9699BE0-CDFA-4BA1-B789-918A0D2F1CD3
  a a2a:Record ;
  rdfs:label "Overlijden op 8 maart 1832 te Doornspijk" ;
  a2a:hasPerson oa:person_gld_F9699BE0-CDFA-4BA1-B789-918A0D2F1CD3_Person3044472984, oa:person_gld_F9699BE0-CDFA-4BA1-B789-918A0D2F1CD3_Person3044472985, oa:person_gld_F9699BE0-CDFA-4BA1-B789-918A0D2F1CD3_Person3044472986, oa:person_gld_F9699BE0-CDFA-4BA1-B789-918A0D2F1CD3_Person3044472987 ;
  a2a:hasEvent oa:event_gld_F9699BE0-CDFA-4BA1-B789-918A0D2F1CD3_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_F9699BE0-CDFA-4BA1-B789-918A0D2F1CD3_0, oa:relationep_gld_F9699BE0-CDFA-4BA1-B789-918A0D2F1CD3_1, oa:relationep_gld_F9699BE0-CDFA-4BA1-B789-918A0D2F1CD3_2, oa:relationep_gld_F9699BE0-CDFA-4BA1-B789-918A0D2F1CD3_3 ;
  a2a:hasSource oa:source_gld_F9699BE0-CDFA-4BA1-B789-918A0D2F1CD3 .

oa:person_gld_F9699BE0-CDFA-4BA1-B789-918A0D2F1CD3_Person3044472984
  a a2a:Person ;
  rdfs:label "Dientje Alberts van Veen" ;
  a2a:PersonName [
    rdfs:label "Dientje Alberts van Veen" ;
    a2a:PersonNameFirstName "Dientje" ;
    a2a:PersonNamePatronym "Alberts" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Veen"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "51 Jaar" ;
    rdfs:label "51 Jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oosterwolde" ;
    rdfs:label "Oosterwolde"
  ] ;
  a2a:Profession "landbouwster" .

oa:person_gld_F9699BE0-CDFA-4BA1-B789-918A0D2F1CD3_Person3044472985
  a a2a:Person ;
  rdfs:label "Albert van Veen" ;
  a2a:PersonName [
    rdfs:label "Albert van Veen" ;
    a2a:PersonNameFirstName "Albert" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Veen"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_F9699BE0-CDFA-4BA1-B789-918A0D2F1CD3_Person3044472986
  a a2a:Person ;
  rdfs:label "Marrigje Goossens" ;
  a2a:PersonName [
    rdfs:label "Marrigje Goossens" ;
    a2a:PersonNameFirstName "Marrigje" ;
    a2a:PersonNameLastName "Goossens"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_F9699BE0-CDFA-4BA1-B789-918A0D2F1CD3_Person3044472987
  a a2a:Person ;
  rdfs:label "Jan Kooiker" ;
  a2a:PersonName [
    rdfs:label "Jan Kooiker" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Kooiker"
  ] .

oa:event_gld_F9699BE0-CDFA-4BA1-B789-918A0D2F1CD3_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "08-03-1832" ;
    a2a:Year "1832" ;
    a2a:Month "03" ;
    a2a:Day "08" ;
    rdfs:label "1832-03-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Doornspijk" ;
    rdfs:label "Doornspijk"
  ] .

oa:relationep_gld_F9699BE0-CDFA-4BA1-B789-918A0D2F1CD3_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gld_F9699BE0-CDFA-4BA1-B789-918A0D2F1CD3_Person3044472984 ;
  a2a:EventKeyRef oa:event_gld_F9699BE0-CDFA-4BA1-B789-918A0D2F1CD3_Event1 .

oa:relationep_gld_F9699BE0-CDFA-4BA1-B789-918A0D2F1CD3_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_F9699BE0-CDFA-4BA1-B789-918A0D2F1CD3_Person3044472985 ;
  a2a:EventKeyRef oa:event_gld_F9699BE0-CDFA-4BA1-B789-918A0D2F1CD3_Event1 .

oa:relationep_gld_F9699BE0-CDFA-4BA1-B789-918A0D2F1CD3_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_F9699BE0-CDFA-4BA1-B789-918A0D2F1CD3_Person3044472986 ;
  a2a:EventKeyRef oa:event_gld_F9699BE0-CDFA-4BA1-B789-918A0D2F1CD3_Event1 .

oa:relationep_gld_F9699BE0-CDFA-4BA1-B789-918A0D2F1CD3_3
  a a2a:RelationEP ;
  rdfs:label "other:(ex-)partner" ;
  a2a:RelationType "other:(ex-)partner" ;
  a2a:PersonKeyRef oa:person_gld_F9699BE0-CDFA-4BA1-B789-918A0D2F1CD3_Person3044472987 ;
  a2a:EventKeyRef oa:event_gld_F9699BE0-CDFA-4BA1-B789-918A0D2F1CD3_Event1 .

oa:source_gld_F9699BE0-CDFA-4BA1-B789-918A0D2F1CD3
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Doornspijk" ;
    a2a:Country "Nederland" ;
    rdfs:label "Doornspijk, Nederland", "1832-03-09 - 1832-03-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1832-03-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1832-03-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "09-03-1832" ;
    a2a:Year "1832" ;
    a2a:Month "03" ;
    a2a:Day "09" ;
    rdfs:label "09-03-1832"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen" ;
    a2a:Book "Doornspijk, Overlijdensregister" ;
    a2a:DocumentNumber "10" ;
    a2a:RegistryNumber "5508.06" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen, Doornspijk, Overlijdensregister, 10, 5508.06"
  ] ;
  a2a:SourceLastChangeDate "2022-12-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/F9699BE0CDFA4BA1B789918A0D2F1CD3" ;
  a2a:RecordIdentifier "3044472983" ;
  a2a:RecordGUID "{F9699BE0-CDFA-4BA1-B789-918A0D2F1CD3}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/550E81209F4B40A896C6D92ED12E8F29" .

