@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_4e086136-aa2e-3bda-af35-5e11b8f9af3d
  a a2a:Record ;
  rdfs:label "Overlijden op 22 juni 1919 te Oostwold gem. Midwolda" ;
  a2a:hasPerson oa:person_gra_4e086136-aa2e-3bda-af35-5e11b8f9af3d_Person-15d7befb-0306-aa2d-8fa4-6184a6c05d73, oa:person_gra_4e086136-aa2e-3bda-af35-5e11b8f9af3d_Person-0fdb9915-4fa9-51d8-3b97-c74201616a80, oa:person_gra_4e086136-aa2e-3bda-af35-5e11b8f9af3d_Person-cf7a41f5-18b9-dbe9-5417-257360cb99f8, oa:person_gra_4e086136-aa2e-3bda-af35-5e11b8f9af3d_Person-bd637712-4546-1289-d480-c29b011986f2 ;
  a2a:hasEvent oa:event_gra_4e086136-aa2e-3bda-af35-5e11b8f9af3d_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_4e086136-aa2e-3bda-af35-5e11b8f9af3d_0, oa:relationep_gra_4e086136-aa2e-3bda-af35-5e11b8f9af3d_1, oa:relationep_gra_4e086136-aa2e-3bda-af35-5e11b8f9af3d_2 ;
  a2a:hasRelationPP oa:relationpp_gra_4e086136-aa2e-3bda-af35-5e11b8f9af3d_0 ;
  a2a:hasSource oa:source_gra_4e086136-aa2e-3bda-af35-5e11b8f9af3d .

oa:person_gra_4e086136-aa2e-3bda-af35-5e11b8f9af3d_Person-15d7befb-0306-aa2d-8fa4-6184a6c05d73
  a a2a:Person ;
  rdfs:label "Naantje Hok" ;
  a2a:PersonName [
    rdfs:label "Naantje Hok" ;
    a2a:PersonNameFirstName "Naantje" ;
    a2a:PersonNameLastName "Hok"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "89 jaar" ;
    rdfs:label "89 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Midwolda" ;
    rdfs:label "Midwolda"
  ] .

oa:person_gra_4e086136-aa2e-3bda-af35-5e11b8f9af3d_Person-0fdb9915-4fa9-51d8-3b97-c74201616a80
  a a2a:Person ;
  rdfs:label "Teko Negen" ;
  a2a:PersonName [
    rdfs:label "Teko Negen" ;
    a2a:PersonNameFirstName "Teko" ;
    a2a:PersonNameLastName "Negen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_4e086136-aa2e-3bda-af35-5e11b8f9af3d_Person-cf7a41f5-18b9-dbe9-5417-257360cb99f8
  a a2a:Person ;
  rdfs:label "Hindrik Jakobs Hok" ;
  a2a:PersonName [
    rdfs:label "Hindrik Jakobs Hok" ;
    a2a:PersonNameFirstName "Hindrik Jakobs" ;
    a2a:PersonNameLastName "Hok"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_4e086136-aa2e-3bda-af35-5e11b8f9af3d_Person-bd637712-4546-1289-d480-c29b011986f2
  a a2a:Person ;
  rdfs:label "Klaassien Doewes Prins" ;
  a2a:PersonName [
    rdfs:label "Klaassien Doewes Prins" ;
    a2a:PersonNameFirstName "Klaassien Doewes" ;
    a2a:PersonNameLastName "Prins"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_4e086136-aa2e-3bda-af35-5e11b8f9af3d_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1919" ;
    a2a:Month "6" ;
    a2a:Day "22" ;
    rdfs:label "1919-06-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oostwold gem. Midwolda" ;
    rdfs:label "Oostwold gem. Midwolda"
  ] .

oa:relationep_gra_4e086136-aa2e-3bda-af35-5e11b8f9af3d_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_4e086136-aa2e-3bda-af35-5e11b8f9af3d_Person:15d7befb-0306-aa2d-8fa4-6184a6c05d73 ;
  a2a:EventKeyRef oa:event_gra_4e086136-aa2e-3bda-af35-5e11b8f9af3d_Event1 .

oa:relationep_gra_4e086136-aa2e-3bda-af35-5e11b8f9af3d_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_4e086136-aa2e-3bda-af35-5e11b8f9af3d_Person:cf7a41f5-18b9-dbe9-5417-257360cb99f8 ;
  a2a:EventKeyRef oa:event_gra_4e086136-aa2e-3bda-af35-5e11b8f9af3d_Event1 .

oa:relationep_gra_4e086136-aa2e-3bda-af35-5e11b8f9af3d_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_4e086136-aa2e-3bda-af35-5e11b8f9af3d_Person:bd637712-4546-1289-d480-c29b011986f2 ;
  a2a:EventKeyRef oa:event_gra_4e086136-aa2e-3bda-af35-5e11b8f9af3d_Event1 .

oa:relationpp_gra_4e086136-aa2e-3bda-af35-5e11b8f9af3d_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_4e086136-aa2e-3bda-af35-5e11b8f9af3d_Person:15d7befb-0306-aa2d-8fa4-6184a6c05d73, oa:person_gra_4e086136-aa2e-3bda-af35-5e11b8f9af3d_Person:0fdb9915-4fa9-51d8-3b97-c74201616a80 .

oa:source_gra_4e086136-aa2e-3bda-af35-5e11b8f9af3d
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Midwolda" ;
    rdfs:label "Midwolda", "1919-06-23 - 1919-06-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1919-06-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1919-06-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1919" ;
    a2a:Month "6" ;
    a2a:Day "23" ;
    rdfs:label "1919-06-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1919" ;
    a2a:Book "Overlijdensregister 1919" ;
    a2a:DocumentNumber "35" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1919, Overlijdensregister 1919, 35"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/8382236f-23c4-7d58-eb17-febf2e602819.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/4e086136-aa2e-3bda-af35-5e11b8f9af3d" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/8382236f-23c4-7d58-eb17-febf2e602819.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/4e086136-aa2e-3bda-af35-5e11b8f9af3d" ;
  a2a:RecordGUID "{4e086136-aa2e-3bda-af35-5e11b8f9af3d}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_12285_00012285.xml van GRA" .

