@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_1bc8a98c-e3a5-7a58-0b0b-dcea2bc8c10e
  a a2a:Record ;
  rdfs:label "Overlijden op 1 januari 1970 te Leek" ;
  a2a:hasPerson oa:person_gra_1bc8a98c-e3a5-7a58-0b0b-dcea2bc8c10e_Person-359d30bc-0c1d-b3eb-8e40-cc32a3a8e7c5, oa:person_gra_1bc8a98c-e3a5-7a58-0b0b-dcea2bc8c10e_Person-343534d3-1d54-e913-d967-f9cac3d83582, oa:person_gra_1bc8a98c-e3a5-7a58-0b0b-dcea2bc8c10e_Person-307fb548-61b4-f919-a54c-6096716bfc5e, oa:person_gra_1bc8a98c-e3a5-7a58-0b0b-dcea2bc8c10e_Person-ca05bd55-7061-6f71-1e30-ec215b517106 ;
  a2a:hasEvent oa:event_gra_1bc8a98c-e3a5-7a58-0b0b-dcea2bc8c10e_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_1bc8a98c-e3a5-7a58-0b0b-dcea2bc8c10e_0, oa:relationep_gra_1bc8a98c-e3a5-7a58-0b0b-dcea2bc8c10e_1, oa:relationep_gra_1bc8a98c-e3a5-7a58-0b0b-dcea2bc8c10e_2 ;
  a2a:hasRelationPP oa:relationpp_gra_1bc8a98c-e3a5-7a58-0b0b-dcea2bc8c10e_0 ;
  a2a:hasSource oa:source_gra_1bc8a98c-e3a5-7a58-0b0b-dcea2bc8c10e .

oa:person_gra_1bc8a98c-e3a5-7a58-0b0b-dcea2bc8c10e_Person-359d30bc-0c1d-b3eb-8e40-cc32a3a8e7c5
  a a2a:Person ;
  rdfs:label "Jakob Cordes" ;
  a2a:PersonName [
    rdfs:label "Jakob Cordes" ;
    a2a:PersonNameFirstName "Jakob" ;
    a2a:PersonNameLastName "Cordes"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_1bc8a98c-e3a5-7a58-0b0b-dcea2bc8c10e_Person-343534d3-1d54-e913-d967-f9cac3d83582
  a a2a:Person ;
  rdfs:label "Andries Turksema" ;
  a2a:PersonName [
    rdfs:label "Andries Turksema" ;
    a2a:PersonNameFirstName "Andries" ;
    a2a:PersonNameLastName "Turksema"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_1bc8a98c-e3a5-7a58-0b0b-dcea2bc8c10e_Person-307fb548-61b4-f919-a54c-6096716bfc5e
  a a2a:Person ;
  rdfs:label "Harmanna Siegers" ;
  a2a:PersonName [
    rdfs:label "Harmanna Siegers" ;
    a2a:PersonNameFirstName "Harmanna" ;
    a2a:PersonNameLastName "Siegers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_1bc8a98c-e3a5-7a58-0b0b-dcea2bc8c10e_Person-ca05bd55-7061-6f71-1e30-ec215b517106
  a a2a:Person ;
  rdfs:label "Martje Turksema" ;
  a2a:PersonName [
    rdfs:label "Martje Turksema" ;
    a2a:PersonNameFirstName "Martje" ;
    a2a:PersonNameLastName "Turksema"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1903" ;
    a2a:Month "12" ;
    a2a:Day "20" ;
    rdfs:label "1903-12-20"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Roderveld gem. Roden" ;
    rdfs:label "Roderveld gem. Roden"
  ] .

oa:event_gra_1bc8a98c-e3a5-7a58-0b0b-dcea2bc8c10e_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1970" ;
    a2a:Month "1" ;
    a2a:Day "1" ;
    rdfs:label "1970-01-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leek" ;
    rdfs:label "Leek"
  ] .

oa:relationep_gra_1bc8a98c-e3a5-7a58-0b0b-dcea2bc8c10e_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_1bc8a98c-e3a5-7a58-0b0b-dcea2bc8c10e_Person:343534d3-1d54-e913-d967-f9cac3d83582 ;
  a2a:EventKeyRef oa:event_gra_1bc8a98c-e3a5-7a58-0b0b-dcea2bc8c10e_Event1 .

oa:relationep_gra_1bc8a98c-e3a5-7a58-0b0b-dcea2bc8c10e_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_1bc8a98c-e3a5-7a58-0b0b-dcea2bc8c10e_Person:307fb548-61b4-f919-a54c-6096716bfc5e ;
  a2a:EventKeyRef oa:event_gra_1bc8a98c-e3a5-7a58-0b0b-dcea2bc8c10e_Event1 .

oa:relationep_gra_1bc8a98c-e3a5-7a58-0b0b-dcea2bc8c10e_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_1bc8a98c-e3a5-7a58-0b0b-dcea2bc8c10e_Person:ca05bd55-7061-6f71-1e30-ec215b517106 ;
  a2a:EventKeyRef oa:event_gra_1bc8a98c-e3a5-7a58-0b0b-dcea2bc8c10e_Event1 .

oa:relationpp_gra_1bc8a98c-e3a5-7a58-0b0b-dcea2bc8c10e_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_1bc8a98c-e3a5-7a58-0b0b-dcea2bc8c10e_Person:ca05bd55-7061-6f71-1e30-ec215b517106, oa:person_gra_1bc8a98c-e3a5-7a58-0b0b-dcea2bc8c10e_Person:359d30bc-0c1d-b3eb-8e40-cc32a3a8e7c5 .

oa:source_gra_1bc8a98c-e3a5-7a58-0b0b-dcea2bc8c10e
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Leek" ;
    rdfs:label "Leek", "1970-01-01 - 1970-01-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1970-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1970-01-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1970" ;
    a2a:Month "1" ;
    a2a:Day "1" ;
    rdfs:label "1970-01-01"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1357, Periode: 1970" ;
    a2a:Book "Overlijdensregister 1970" ;
    a2a:DocumentNumber "1" ;
    a2a:RegistryNumber "1357" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1357, Periode: 1970, Overlijdensregister 1970, 1, 1357"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/55694ed9-ba3c-5168-508e-079676d5404d.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/1bc8a98c-e3a5-7a58-0b0b-dcea2bc8c10e" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/55694ed9-ba3c-5168-508e-079676d5404d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-05-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/1bc8a98c-e3a5-7a58-0b0b-dcea2bc8c10e" ;
  a2a:RecordGUID "{1bc8a98c-e3a5-7a58-0b0b-dcea2bc8c10e}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210721_45_00000045.xml van GRA" .

