@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_00ef6902-4b26-d3b5-e22f-5931366b13e4
  a a2a:Record ;
  rdfs:label "Overlijden op 12 juli 1973 te Vlagtwedde" ;
  a2a:hasPerson oa:person_gra_00ef6902-4b26-d3b5-e22f-5931366b13e4_Person-2971cd94-c783-631c-9445-98af8ce1dbad, oa:person_gra_00ef6902-4b26-d3b5-e22f-5931366b13e4_Person-d20b5422-c989-eb8b-2242-fe8f64fe5319, oa:person_gra_00ef6902-4b26-d3b5-e22f-5931366b13e4_Person-42810358-94c3-05c7-64af-16c7c30ff91b, oa:person_gra_00ef6902-4b26-d3b5-e22f-5931366b13e4_Person-ccab2b9f-c8a1-6dda-a529-036e4f421eaa ;
  a2a:hasEvent oa:event_gra_00ef6902-4b26-d3b5-e22f-5931366b13e4_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_00ef6902-4b26-d3b5-e22f-5931366b13e4_0, oa:relationep_gra_00ef6902-4b26-d3b5-e22f-5931366b13e4_1, oa:relationep_gra_00ef6902-4b26-d3b5-e22f-5931366b13e4_2 ;
  a2a:hasRelationPP oa:relationpp_gra_00ef6902-4b26-d3b5-e22f-5931366b13e4_0 ;
  a2a:hasSource oa:source_gra_00ef6902-4b26-d3b5-e22f-5931366b13e4 .

oa:person_gra_00ef6902-4b26-d3b5-e22f-5931366b13e4_Person-2971cd94-c783-631c-9445-98af8ce1dbad
  a a2a:Person ;
  rdfs:label "Wiegertje Barkhuis" ;
  a2a:PersonName [
    rdfs:label "Wiegertje Barkhuis" ;
    a2a:PersonNameFirstName "Wiegertje" ;
    a2a:PersonNameLastName "Barkhuis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_00ef6902-4b26-d3b5-e22f-5931366b13e4_Person-d20b5422-c989-eb8b-2242-fe8f64fe5319
  a a2a:Person ;
  rdfs:label "Roelf Rakers" ;
  a2a:PersonName [
    rdfs:label "Roelf Rakers" ;
    a2a:PersonNameFirstName "Roelf" ;
    a2a:PersonNameLastName "Rakers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_00ef6902-4b26-d3b5-e22f-5931366b13e4_Person-42810358-94c3-05c7-64af-16c7c30ff91b
  a a2a:Person ;
  rdfs:label "Geppina Alberina Bodeker" ;
  a2a:PersonName [
    rdfs:label "Geppina Alberina Bodeker" ;
    a2a:PersonNameFirstName "Geppina Alberina" ;
    a2a:PersonNameLastName "Bodeker"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_00ef6902-4b26-d3b5-e22f-5931366b13e4_Person-ccab2b9f-c8a1-6dda-a529-036e4f421eaa
  a a2a:Person ;
  rdfs:label "Geert Rakers" ;
  a2a:PersonName [
    rdfs:label "Geert Rakers" ;
    a2a:PersonNameFirstName "Geert" ;
    a2a:PersonNameLastName "Rakers"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1884" ;
    a2a:Month "4" ;
    a2a:Day "25" ;
    rdfs:label "1884-04-25"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Wedde, gem. Bellingwedde" ;
    rdfs:label "Wedde, gem. Bellingwedde"
  ] .

oa:event_gra_00ef6902-4b26-d3b5-e22f-5931366b13e4_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1973" ;
    a2a:Month "7" ;
    a2a:Day "12" ;
    rdfs:label "1973-07-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Vlagtwedde" ;
    rdfs:label "Vlagtwedde"
  ] .

oa:relationep_gra_00ef6902-4b26-d3b5-e22f-5931366b13e4_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_00ef6902-4b26-d3b5-e22f-5931366b13e4_Person:d20b5422-c989-eb8b-2242-fe8f64fe5319 ;
  a2a:EventKeyRef oa:event_gra_00ef6902-4b26-d3b5-e22f-5931366b13e4_Event1 .

oa:relationep_gra_00ef6902-4b26-d3b5-e22f-5931366b13e4_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_00ef6902-4b26-d3b5-e22f-5931366b13e4_Person:42810358-94c3-05c7-64af-16c7c30ff91b ;
  a2a:EventKeyRef oa:event_gra_00ef6902-4b26-d3b5-e22f-5931366b13e4_Event1 .

oa:relationep_gra_00ef6902-4b26-d3b5-e22f-5931366b13e4_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_00ef6902-4b26-d3b5-e22f-5931366b13e4_Person:ccab2b9f-c8a1-6dda-a529-036e4f421eaa ;
  a2a:EventKeyRef oa:event_gra_00ef6902-4b26-d3b5-e22f-5931366b13e4_Event1 .

oa:relationpp_gra_00ef6902-4b26-d3b5-e22f-5931366b13e4_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_00ef6902-4b26-d3b5-e22f-5931366b13e4_Person:ccab2b9f-c8a1-6dda-a529-036e4f421eaa, oa:person_gra_00ef6902-4b26-d3b5-e22f-5931366b13e4_Person:2971cd94-c783-631c-9445-98af8ce1dbad .

oa:source_gra_00ef6902-4b26-d3b5-e22f-5931366b13e4
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Vlagtwedde" ;
    rdfs:label "Vlagtwedde", "1973-07-13 - 1973-07-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1973-07-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1973-07-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1973" ;
    a2a:Month "7" ;
    a2a:Day "13" ;
    rdfs:label "1973-07-13"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1402, Periode: 1973" ;
    a2a:Book "Overlijdensregister 1973" ;
    a2a:DocumentNumber "62" ;
    a2a:RegistryNumber "1402" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1402, Periode: 1973, Overlijdensregister 1973, 62, 1402"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/f2f25f76-ebce-0fdf-3f11-96e9701c2b75.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/00ef6902-4b26-d3b5-e22f-5931366b13e4" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/f2f25f76-ebce-0fdf-3f11-96e9701c2b75.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/00ef6902-4b26-d3b5-e22f-5931366b13e4" ;
  a2a:RecordGUID "{00ef6902-4b26-d3b5-e22f-5931366b13e4}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_4_00000004.xml van GRA" .

