@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_e20e70cf-7150-c707-b3b8-e2ad17c2e9c1
  a a2a:Record ;
  rdfs:label "Overlijden op 2 februari 1965 te Leek" ;
  a2a:hasPerson oa:person_gra_e20e70cf-7150-c707-b3b8-e2ad17c2e9c1_Person-4eca356f-38bb-5e18-a69b-4055094934ee, oa:person_gra_e20e70cf-7150-c707-b3b8-e2ad17c2e9c1_Person-2a8ec4ec-88cd-ed78-9e42-69ba942b4614, oa:person_gra_e20e70cf-7150-c707-b3b8-e2ad17c2e9c1_Person-cbe56886-fc94-0c3c-9215-f5454f946da7, oa:person_gra_e20e70cf-7150-c707-b3b8-e2ad17c2e9c1_Person-f5820e8d-3e37-4873-01e0-fdc303d38fc2 ;
  a2a:hasEvent oa:event_gra_e20e70cf-7150-c707-b3b8-e2ad17c2e9c1_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_e20e70cf-7150-c707-b3b8-e2ad17c2e9c1_0, oa:relationep_gra_e20e70cf-7150-c707-b3b8-e2ad17c2e9c1_1, oa:relationep_gra_e20e70cf-7150-c707-b3b8-e2ad17c2e9c1_2 ;
  a2a:hasRelationPP oa:relationpp_gra_e20e70cf-7150-c707-b3b8-e2ad17c2e9c1_0 ;
  a2a:hasSource oa:source_gra_e20e70cf-7150-c707-b3b8-e2ad17c2e9c1 .

oa:person_gra_e20e70cf-7150-c707-b3b8-e2ad17c2e9c1_Person-4eca356f-38bb-5e18-a69b-4055094934ee
  a a2a:Person ;
  rdfs:label "Jan Woldman" ;
  a2a:PersonName [
    rdfs:label "Jan Woldman" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Woldman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_e20e70cf-7150-c707-b3b8-e2ad17c2e9c1_Person-2a8ec4ec-88cd-ed78-9e42-69ba942b4614
  a a2a:Person ;
  rdfs:label "Koert Liewes" ;
  a2a:PersonName [
    rdfs:label "Koert Liewes" ;
    a2a:PersonNameFirstName "Koert" ;
    a2a:PersonNameLastName "Liewes"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_e20e70cf-7150-c707-b3b8-e2ad17c2e9c1_Person-cbe56886-fc94-0c3c-9215-f5454f946da7
  a a2a:Person ;
  rdfs:label "Trientje Willems" ;
  a2a:PersonName [
    rdfs:label "Trientje Willems" ;
    a2a:PersonNameFirstName "Trientje" ;
    a2a:PersonNameLastName "Willems"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_e20e70cf-7150-c707-b3b8-e2ad17c2e9c1_Person-f5820e8d-3e37-4873-01e0-fdc303d38fc2
  a a2a:Person ;
  rdfs:label "Geeske Liewes" ;
  a2a:PersonName [
    rdfs:label "Geeske Liewes" ;
    a2a:PersonNameFirstName "Geeske" ;
    a2a:PersonNameLastName "Liewes"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "73 jaar" ;
    rdfs:label "73 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Midwolde gem. Leek" ;
    rdfs:label "Midwolde gem. Leek"
  ] .

oa:event_gra_e20e70cf-7150-c707-b3b8-e2ad17c2e9c1_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1965" ;
    a2a:Month "2" ;
    a2a:Day "2" ;
    rdfs:label "1965-02-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leek" ;
    rdfs:label "Leek"
  ] .

oa:relationep_gra_e20e70cf-7150-c707-b3b8-e2ad17c2e9c1_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_e20e70cf-7150-c707-b3b8-e2ad17c2e9c1_Person:2a8ec4ec-88cd-ed78-9e42-69ba942b4614 ;
  a2a:EventKeyRef oa:event_gra_e20e70cf-7150-c707-b3b8-e2ad17c2e9c1_Event1 .

oa:relationep_gra_e20e70cf-7150-c707-b3b8-e2ad17c2e9c1_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_e20e70cf-7150-c707-b3b8-e2ad17c2e9c1_Person:cbe56886-fc94-0c3c-9215-f5454f946da7 ;
  a2a:EventKeyRef oa:event_gra_e20e70cf-7150-c707-b3b8-e2ad17c2e9c1_Event1 .

oa:relationep_gra_e20e70cf-7150-c707-b3b8-e2ad17c2e9c1_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_e20e70cf-7150-c707-b3b8-e2ad17c2e9c1_Person:f5820e8d-3e37-4873-01e0-fdc303d38fc2 ;
  a2a:EventKeyRef oa:event_gra_e20e70cf-7150-c707-b3b8-e2ad17c2e9c1_Event1 .

oa:relationpp_gra_e20e70cf-7150-c707-b3b8-e2ad17c2e9c1_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_e20e70cf-7150-c707-b3b8-e2ad17c2e9c1_Person:f5820e8d-3e37-4873-01e0-fdc303d38fc2, oa:person_gra_e20e70cf-7150-c707-b3b8-e2ad17c2e9c1_Person:4eca356f-38bb-5e18-a69b-4055094934ee .

oa:source_gra_e20e70cf-7150-c707-b3b8-e2ad17c2e9c1
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Leek" ;
    rdfs:label "Leek", "1965-02-04 - 1965-02-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1965-02-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1965-02-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1965" ;
    a2a:Month "2" ;
    a2a:Day "4" ;
    rdfs:label "1965-02-04"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1352, Periode: 1965" ;
    a2a:Book "Overlijdensregister 1965" ;
    a2a:DocumentNumber "12" ;
    a2a:RegistryNumber "1352" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1352, Periode: 1965, Overlijdensregister 1965, 12, 1352"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/cf68f4be-73f1-a497-e0b6-8cd6a24c6329.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/e20e70cf-7150-c707-b3b8-e2ad17c2e9c1" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/cf68f4be-73f1-a497-e0b6-8cd6a24c6329.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/e20e70cf-7150-c707-b3b8-e2ad17c2e9c1" ;
  a2a:RecordGUID "{e20e70cf-7150-c707-b3b8-e2ad17c2e9c1}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_11371_00011371.xml van GRA" .

