@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_17e8b3f0-65a0-795f-91e5-e504d726f1cf
  a a2a:Record ;
  rdfs:label "Overlijden op 30 november 1958 te Nieuwe Pekela" ;
  a2a:hasPerson oa:person_gra_17e8b3f0-65a0-795f-91e5-e504d726f1cf_Person-5beef049-a408-1ee2-8fb9-b475fc07db27, oa:person_gra_17e8b3f0-65a0-795f-91e5-e504d726f1cf_Person-acb4db4d-2240-c943-9c58-d8ac5f180246, oa:person_gra_17e8b3f0-65a0-795f-91e5-e504d726f1cf_Person-62e5652c-8011-3c00-697e-2c65590106b6, oa:person_gra_17e8b3f0-65a0-795f-91e5-e504d726f1cf_Person-337ffb22-c1e5-86d7-898e-1bcbbc65b5b4 ;
  a2a:hasEvent oa:event_gra_17e8b3f0-65a0-795f-91e5-e504d726f1cf_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_17e8b3f0-65a0-795f-91e5-e504d726f1cf_0, oa:relationep_gra_17e8b3f0-65a0-795f-91e5-e504d726f1cf_1, oa:relationep_gra_17e8b3f0-65a0-795f-91e5-e504d726f1cf_2 ;
  a2a:hasRelationPP oa:relationpp_gra_17e8b3f0-65a0-795f-91e5-e504d726f1cf_0 ;
  a2a:hasSource oa:source_gra_17e8b3f0-65a0-795f-91e5-e504d726f1cf .

oa:person_gra_17e8b3f0-65a0-795f-91e5-e504d726f1cf_Person-5beef049-a408-1ee2-8fb9-b475fc07db27
  a a2a:Person ;
  rdfs:label "Jandiena Hazekamp" ;
  a2a:PersonName [
    rdfs:label "Jandiena Hazekamp" ;
    a2a:PersonNameFirstName "Jandiena" ;
    a2a:PersonNameLastName "Hazekamp"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "71 jaar" ;
    rdfs:label "71 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Midwolda" ;
    rdfs:label "Midwolda"
  ] .

oa:person_gra_17e8b3f0-65a0-795f-91e5-e504d726f1cf_Person-acb4db4d-2240-c943-9c58-d8ac5f180246
  a a2a:Person ;
  rdfs:label "Hindrik Prins" ;
  a2a:PersonName [
    rdfs:label "Hindrik Prins" ;
    a2a:PersonNameFirstName "Hindrik" ;
    a2a:PersonNameLastName "Prins"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_17e8b3f0-65a0-795f-91e5-e504d726f1cf_Person-62e5652c-8011-3c00-697e-2c65590106b6
  a a2a:Person ;
  rdfs:label "Catharina Spelde" ;
  a2a:PersonName [
    rdfs:label "Catharina Spelde" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Spelde"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_17e8b3f0-65a0-795f-91e5-e504d726f1cf_Person-337ffb22-c1e5-86d7-898e-1bcbbc65b5b4
  a a2a:Person ;
  rdfs:label "Geert Hazekamp" ;
  a2a:PersonName [
    rdfs:label "Geert Hazekamp" ;
    a2a:PersonNameFirstName "Geert" ;
    a2a:PersonNameLastName "Hazekamp"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_17e8b3f0-65a0-795f-91e5-e504d726f1cf_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1958" ;
    a2a:Month "11" ;
    a2a:Day "30" ;
    rdfs:label "1958-11-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nieuwe Pekela" ;
    rdfs:label "Nieuwe Pekela"
  ] .

oa:relationep_gra_17e8b3f0-65a0-795f-91e5-e504d726f1cf_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_17e8b3f0-65a0-795f-91e5-e504d726f1cf_Person:5beef049-a408-1ee2-8fb9-b475fc07db27 ;
  a2a:EventKeyRef oa:event_gra_17e8b3f0-65a0-795f-91e5-e504d726f1cf_Event1 .

oa:relationep_gra_17e8b3f0-65a0-795f-91e5-e504d726f1cf_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_17e8b3f0-65a0-795f-91e5-e504d726f1cf_Person:62e5652c-8011-3c00-697e-2c65590106b6 ;
  a2a:EventKeyRef oa:event_gra_17e8b3f0-65a0-795f-91e5-e504d726f1cf_Event1 .

oa:relationep_gra_17e8b3f0-65a0-795f-91e5-e504d726f1cf_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_17e8b3f0-65a0-795f-91e5-e504d726f1cf_Person:337ffb22-c1e5-86d7-898e-1bcbbc65b5b4 ;
  a2a:EventKeyRef oa:event_gra_17e8b3f0-65a0-795f-91e5-e504d726f1cf_Event1 .

oa:relationpp_gra_17e8b3f0-65a0-795f-91e5-e504d726f1cf_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_17e8b3f0-65a0-795f-91e5-e504d726f1cf_Person:5beef049-a408-1ee2-8fb9-b475fc07db27, oa:person_gra_17e8b3f0-65a0-795f-91e5-e504d726f1cf_Person:acb4db4d-2240-c943-9c58-d8ac5f180246 .

oa:source_gra_17e8b3f0-65a0-795f-91e5-e504d726f1cf
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Nieuwe Pekela" ;
    rdfs:label "Nieuwe Pekela", "1958-12-01 - 1958-12-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1958-12-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1958-12-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1958" ;
    a2a:Month "12" ;
    a2a:Day "1" ;
    rdfs:label "1958-12-01"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1621, Periode: 1958" ;
    a2a:Book "Overlijdensregister 1958" ;
    a2a:DocumentNumber "35" ;
    a2a:RegistryNumber "1621" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1621, Periode: 1958, Overlijdensregister 1958, 35, 1621"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/0378d218-782f-8a4f-7f3c-d9ac4ffd1ea4.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/17e8b3f0-65a0-795f-91e5-e504d726f1cf" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/0378d218-782f-8a4f-7f3c-d9ac4ffd1ea4.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-09-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/17e8b3f0-65a0-795f-91e5-e504d726f1cf" ;
  a2a:RecordGUID "{17e8b3f0-65a0-795f-91e5-e504d726f1cf}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_14878_00014878.xml van GRA" .

