@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_99d7a3aa-2eaf-c7d4-73ee-3231aeea2e10
  a a2a:Record ;
  rdfs:label "Overlijden op 22 augustus 1840 te Westerbroek gem. Hoogezand" ;
  a2a:hasPerson oa:person_gra_99d7a3aa-2eaf-c7d4-73ee-3231aeea2e10_Person-5450f3ab-38f1-1ace-9a18-3c8cb2a6ebb5, oa:person_gra_99d7a3aa-2eaf-c7d4-73ee-3231aeea2e10_Person-662c27f8-9c02-1081-4b4f-8ee74eecd8a5, oa:person_gra_99d7a3aa-2eaf-c7d4-73ee-3231aeea2e10_Person-fcc322a3-d092-9a38-638a-02b2df730810, oa:person_gra_99d7a3aa-2eaf-c7d4-73ee-3231aeea2e10_Person-786048c9-5a12-689b-d3c0-4477f386eda4 ;
  a2a:hasEvent oa:event_gra_99d7a3aa-2eaf-c7d4-73ee-3231aeea2e10_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_99d7a3aa-2eaf-c7d4-73ee-3231aeea2e10_0, oa:relationep_gra_99d7a3aa-2eaf-c7d4-73ee-3231aeea2e10_1, oa:relationep_gra_99d7a3aa-2eaf-c7d4-73ee-3231aeea2e10_2 ;
  a2a:hasRelationPP oa:relationpp_gra_99d7a3aa-2eaf-c7d4-73ee-3231aeea2e10_0 ;
  a2a:hasSource oa:source_gra_99d7a3aa-2eaf-c7d4-73ee-3231aeea2e10 .

oa:person_gra_99d7a3aa-2eaf-c7d4-73ee-3231aeea2e10_Person-5450f3ab-38f1-1ace-9a18-3c8cb2a6ebb5
  a a2a:Person ;
  rdfs:label "Roelof Harms Stel" ;
  a2a:PersonName [
    rdfs:label "Roelof Harms Stel" ;
    a2a:PersonNameFirstName "Roelof Harms" ;
    a2a:PersonNameLastName "Stel"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "76 jaar" ;
    rdfs:label "76 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Westerbroek" ;
    rdfs:label "Westerbroek"
  ] ;
  a2a:Profession "timmerman" .

oa:person_gra_99d7a3aa-2eaf-c7d4-73ee-3231aeea2e10_Person-662c27f8-9c02-1081-4b4f-8ee74eecd8a5
  a a2a:Person ;
  rdfs:label "Meiske Jakobs Schipper" ;
  a2a:PersonName [
    rdfs:label "Meiske Jakobs Schipper" ;
    a2a:PersonNameFirstName "Meiske Jakobs" ;
    a2a:PersonNameLastName "Schipper"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_99d7a3aa-2eaf-c7d4-73ee-3231aeea2e10_Person-fcc322a3-d092-9a38-638a-02b2df730810
  a a2a:Person ;
  rdfs:label "Jacoba Jans" ;
  a2a:PersonName [
    rdfs:label "Jacoba Jans" ;
    a2a:PersonNameFirstName "Jacoba" ;
    a2a:PersonNameLastName "Jans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_99d7a3aa-2eaf-c7d4-73ee-3231aeea2e10_Person-786048c9-5a12-689b-d3c0-4477f386eda4
  a a2a:Person ;
  rdfs:label "Harm Roelofs" ;
  a2a:PersonName [
    rdfs:label "Harm Roelofs" ;
    a2a:PersonNameFirstName "Harm" ;
    a2a:PersonNameLastName "Roelofs"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_99d7a3aa-2eaf-c7d4-73ee-3231aeea2e10_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1840" ;
    a2a:Month "8" ;
    a2a:Day "22" ;
    rdfs:label "1840-08-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Westerbroek gem. Hoogezand" ;
    rdfs:label "Westerbroek gem. Hoogezand"
  ] .

oa:relationep_gra_99d7a3aa-2eaf-c7d4-73ee-3231aeea2e10_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_99d7a3aa-2eaf-c7d4-73ee-3231aeea2e10_Person:5450f3ab-38f1-1ace-9a18-3c8cb2a6ebb5 ;
  a2a:EventKeyRef oa:event_gra_99d7a3aa-2eaf-c7d4-73ee-3231aeea2e10_Event1 .

oa:relationep_gra_99d7a3aa-2eaf-c7d4-73ee-3231aeea2e10_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_99d7a3aa-2eaf-c7d4-73ee-3231aeea2e10_Person:fcc322a3-d092-9a38-638a-02b2df730810 ;
  a2a:EventKeyRef oa:event_gra_99d7a3aa-2eaf-c7d4-73ee-3231aeea2e10_Event1 .

oa:relationep_gra_99d7a3aa-2eaf-c7d4-73ee-3231aeea2e10_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_99d7a3aa-2eaf-c7d4-73ee-3231aeea2e10_Person:786048c9-5a12-689b-d3c0-4477f386eda4 ;
  a2a:EventKeyRef oa:event_gra_99d7a3aa-2eaf-c7d4-73ee-3231aeea2e10_Event1 .

oa:relationpp_gra_99d7a3aa-2eaf-c7d4-73ee-3231aeea2e10_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_99d7a3aa-2eaf-c7d4-73ee-3231aeea2e10_Person:5450f3ab-38f1-1ace-9a18-3c8cb2a6ebb5, oa:person_gra_99d7a3aa-2eaf-c7d4-73ee-3231aeea2e10_Person:662c27f8-9c02-1081-4b4f-8ee74eecd8a5 .

oa:source_gra_99d7a3aa-2eaf-c7d4-73ee-3231aeea2e10
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Hoogezand" ;
    rdfs:label "Hoogezand", "1840-08-24 - 1840-08-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1840-08-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1840-08-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1840" ;
    a2a:Month "8" ;
    a2a:Day "24" ;
    rdfs:label "1840-08-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1840" ;
    a2a:Book "Overlijdensregister 1840" ;
    a2a:DocumentNumber "66" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1840, Overlijdensregister 1840, 66"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/b7f483ad-4bc5-fca3-b0bd-6c3dfa6b6ac8.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/99d7a3aa-2eaf-c7d4-73ee-3231aeea2e10" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/b7f483ad-4bc5-fca3-b0bd-6c3dfa6b6ac8.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/99d7a3aa-2eaf-c7d4-73ee-3231aeea2e10" ;
  a2a:RecordGUID "{99d7a3aa-2eaf-c7d4-73ee-3231aeea2e10}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_16516_00016516.xml van GRA" .

