@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_gra_803a1dfb-d333-4512-4b8d-5bc06121cb46
  a a2a:Record ;
  rdfs:label "Overlijden (overlijdensakte) op 26 oktober 1972 te Groningen" ;
  a2a:hasPerson oa:person_gra_803a1dfb-d333-4512-4b8d-5bc06121cb46_Person-a85cf2b9-a3ad-cdea-74ed-6ebe371c16b3, oa:person_gra_803a1dfb-d333-4512-4b8d-5bc06121cb46_Person-fabf5e1b-df9f-9644-2670-e4ce19e85ef0, oa:person_gra_803a1dfb-d333-4512-4b8d-5bc06121cb46_Person-57a89933-8a78-7f0b-5338-8e290142ff2a, oa:person_gra_803a1dfb-d333-4512-4b8d-5bc06121cb46_Person-3ab4869e-00e5-8fa8-af26-ee90522f6c30 ;
  a2a:hasEvent oa:event_gra_803a1dfb-d333-4512-4b8d-5bc06121cb46_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_803a1dfb-d333-4512-4b8d-5bc06121cb46_0, oa:relationep_gra_803a1dfb-d333-4512-4b8d-5bc06121cb46_1, oa:relationep_gra_803a1dfb-d333-4512-4b8d-5bc06121cb46_2 ;
  a2a:hasRelationPP oa:relationpp_gra_803a1dfb-d333-4512-4b8d-5bc06121cb46_0 ;
  a2a:hasSource oa:source_gra_803a1dfb-d333-4512-4b8d-5bc06121cb46 .

oa:person_gra_803a1dfb-d333-4512-4b8d-5bc06121cb46_Person-a85cf2b9-a3ad-cdea-74ed-6ebe371c16b3
  a a2a:Person ;
  rdfs:label "Anna Deisz" ;
  a2a:PersonName [
    rdfs:label "Anna Deisz" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Deisz"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_803a1dfb-d333-4512-4b8d-5bc06121cb46_Person-fabf5e1b-df9f-9644-2670-e4ce19e85ef0
  a a2a:Person ;
  rdfs:label "Geert Wijchertjes" ;
  a2a:PersonName [
    rdfs:label "Geert Wijchertjes" ;
    a2a:PersonNameFirstName "Geert" ;
    a2a:PersonNameLastName "Wijchertjes"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_803a1dfb-d333-4512-4b8d-5bc06121cb46_Person-57a89933-8a78-7f0b-5338-8e290142ff2a
  a a2a:Person ;
  rdfs:label "Zwaantje Ottens" ;
  a2a:PersonName [
    rdfs:label "Zwaantje Ottens" ;
    a2a:PersonNameFirstName "Zwaantje" ;
    a2a:PersonNameLastName "Ottens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_803a1dfb-d333-4512-4b8d-5bc06121cb46_Person-3ab4869e-00e5-8fa8-af26-ee90522f6c30
  a a2a:Person ;
  rdfs:label "Barteld Wijchertjes" ;
  a2a:PersonName [
    rdfs:label "Barteld Wijchertjes" ;
    a2a:PersonNameFirstName "Barteld" ;
    a2a:PersonNameLastName "Wijchertjes"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1895" ;
    a2a:Month "1" ;
    a2a:Day "7" ;
    rdfs:label "1895-01-07"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Hoogezand" ;
    rdfs:label "Hoogezand"
  ] .

oa:event_gra_803a1dfb-d333-4512-4b8d-5bc06121cb46_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1972" ;
    a2a:Month "10" ;
    a2a:Day "26" ;
    rdfs:label "1972-10-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_803a1dfb-d333-4512-4b8d-5bc06121cb46_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_803a1dfb-d333-4512-4b8d-5bc06121cb46_Person:fabf5e1b-df9f-9644-2670-e4ce19e85ef0 ;
  a2a:EventKeyRef oa:event_gra_803a1dfb-d333-4512-4b8d-5bc06121cb46_Event1 .

oa:relationep_gra_803a1dfb-d333-4512-4b8d-5bc06121cb46_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_803a1dfb-d333-4512-4b8d-5bc06121cb46_Person:57a89933-8a78-7f0b-5338-8e290142ff2a ;
  a2a:EventKeyRef oa:event_gra_803a1dfb-d333-4512-4b8d-5bc06121cb46_Event1 .

oa:relationep_gra_803a1dfb-d333-4512-4b8d-5bc06121cb46_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_803a1dfb-d333-4512-4b8d-5bc06121cb46_Person:3ab4869e-00e5-8fa8-af26-ee90522f6c30 ;
  a2a:EventKeyRef oa:event_gra_803a1dfb-d333-4512-4b8d-5bc06121cb46_Event1 .

oa:relationpp_gra_803a1dfb-d333-4512-4b8d-5bc06121cb46_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_803a1dfb-d333-4512-4b8d-5bc06121cb46_Person:3ab4869e-00e5-8fa8-af26-ee90522f6c30, oa:person_gra_803a1dfb-d333-4512-4b8d-5bc06121cb46_Person:a85cf2b9-a3ad-cdea-74ed-6ebe371c16b3 .

oa:source_gra_803a1dfb-d333-4512-4b8d-5bc06121cb46
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1972-10-27 - 1972-10-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1972-10-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1972-10-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1972" ;
    a2a:Month "10" ;
    a2a:Day "27" ;
    rdfs:label "1972-10-27"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1095, Periode: 1972" ;
    a2a:Book "Overlijdensregister 1972 akte 1901-2000" ;
    a2a:DocumentNumber "1917" ;
    a2a:RegistryNumber "1095" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1095, Periode: 1972, Overlijdensregister 1972 akte 1901-2000, 1917, 1095"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/64121948-8419-da7b-52b2-90e0a7b34e05.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/803a1dfb-d333-4512-4b8d-5bc06121cb46" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/64121948-8419-da7b-52b2-90e0a7b34e05.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-06-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/803a1dfb-d333-4512-4b8d-5bc06121cb46" ;
  a2a:RecordGUID "{803a1dfb-d333-4512-4b8d-5bc06121cb46}" ;
  a2a:SourceRemarkAkteSoort "Overlijdensakte" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20230828_36_00000036.xml van GRA" .

