@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_b7dc9a95-49ce-e8d9-e7b0-600afc8809e1
  a a2a:Record ;
  rdfs:label "Overlijden op 22 april 1833 te Winschoten" ;
  a2a:hasPerson oa:person_gra_b7dc9a95-49ce-e8d9-e7b0-600afc8809e1_Person-e426d875-9d81-76cd-cdfc-a6e2a736a1d7, oa:person_gra_b7dc9a95-49ce-e8d9-e7b0-600afc8809e1_Person-aba73b7b-2ed1-83ba-e2f3-6880d2033605, oa:person_gra_b7dc9a95-49ce-e8d9-e7b0-600afc8809e1_Person-29eee031-1b89-1866-1ca4-4e162a3ff149, oa:person_gra_b7dc9a95-49ce-e8d9-e7b0-600afc8809e1_Person-6bb5abe9-53bf-4b0f-6227-c85ebb05d068 ;
  a2a:hasEvent oa:event_gra_b7dc9a95-49ce-e8d9-e7b0-600afc8809e1_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_b7dc9a95-49ce-e8d9-e7b0-600afc8809e1_0, oa:relationep_gra_b7dc9a95-49ce-e8d9-e7b0-600afc8809e1_1, oa:relationep_gra_b7dc9a95-49ce-e8d9-e7b0-600afc8809e1_2 ;
  a2a:hasRelationPP oa:relationpp_gra_b7dc9a95-49ce-e8d9-e7b0-600afc8809e1_0 ;
  a2a:hasSource oa:source_gra_b7dc9a95-49ce-e8d9-e7b0-600afc8809e1 .

oa:person_gra_b7dc9a95-49ce-e8d9-e7b0-600afc8809e1_Person-e426d875-9d81-76cd-cdfc-a6e2a736a1d7
  a a2a:Person ;
  rdfs:label "Auke Jurjens" ;
  a2a:PersonName [
    rdfs:label "Auke Jurjens" ;
    a2a:PersonNameFirstName "Auke" ;
    a2a:PersonNameLastName "Jurjens"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "78 jaar" ;
    rdfs:label "78 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Scheemda" ;
    rdfs:label "Scheemda"
  ] .

oa:person_gra_b7dc9a95-49ce-e8d9-e7b0-600afc8809e1_Person-aba73b7b-2ed1-83ba-e2f3-6880d2033605
  a a2a:Person ;
  rdfs:label "Geert Jans Hoffenkamp" ;
  a2a:PersonName [
    rdfs:label "Geert Jans Hoffenkamp" ;
    a2a:PersonNameFirstName "Geert Jans" ;
    a2a:PersonNameLastName "Hoffenkamp"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_b7dc9a95-49ce-e8d9-e7b0-600afc8809e1_Person-29eee031-1b89-1866-1ca4-4e162a3ff149
  a a2a:Person ;
  rdfs:label "Jurjen Wessels" ;
  a2a:PersonName [
    rdfs:label "Jurjen Wessels" ;
    a2a:PersonNameFirstName "Jurjen" ;
    a2a:PersonNameLastName "Wessels"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_b7dc9a95-49ce-e8d9-e7b0-600afc8809e1_Person-6bb5abe9-53bf-4b0f-6227-c85ebb05d068
  a a2a:Person ;
  rdfs:label "Meiske Heeres" ;
  a2a:PersonName [
    rdfs:label "Meiske Heeres" ;
    a2a:PersonNameFirstName "Meiske" ;
    a2a:PersonNameLastName "Heeres"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_b7dc9a95-49ce-e8d9-e7b0-600afc8809e1_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1833" ;
    a2a:Month "4" ;
    a2a:Day "22" ;
    rdfs:label "1833-04-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Winschoten" ;
    rdfs:label "Winschoten"
  ] .

oa:relationep_gra_b7dc9a95-49ce-e8d9-e7b0-600afc8809e1_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_b7dc9a95-49ce-e8d9-e7b0-600afc8809e1_Person:e426d875-9d81-76cd-cdfc-a6e2a736a1d7 ;
  a2a:EventKeyRef oa:event_gra_b7dc9a95-49ce-e8d9-e7b0-600afc8809e1_Event1 .

oa:relationep_gra_b7dc9a95-49ce-e8d9-e7b0-600afc8809e1_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_b7dc9a95-49ce-e8d9-e7b0-600afc8809e1_Person:29eee031-1b89-1866-1ca4-4e162a3ff149 ;
  a2a:EventKeyRef oa:event_gra_b7dc9a95-49ce-e8d9-e7b0-600afc8809e1_Event1 .

oa:relationep_gra_b7dc9a95-49ce-e8d9-e7b0-600afc8809e1_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_b7dc9a95-49ce-e8d9-e7b0-600afc8809e1_Person:6bb5abe9-53bf-4b0f-6227-c85ebb05d068 ;
  a2a:EventKeyRef oa:event_gra_b7dc9a95-49ce-e8d9-e7b0-600afc8809e1_Event1 .

oa:relationpp_gra_b7dc9a95-49ce-e8d9-e7b0-600afc8809e1_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_b7dc9a95-49ce-e8d9-e7b0-600afc8809e1_Person:e426d875-9d81-76cd-cdfc-a6e2a736a1d7, oa:person_gra_b7dc9a95-49ce-e8d9-e7b0-600afc8809e1_Person:aba73b7b-2ed1-83ba-e2f3-6880d2033605 .

oa:source_gra_b7dc9a95-49ce-e8d9-e7b0-600afc8809e1
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Winschoten" ;
    rdfs:label "Winschoten", "1833-04-22 - 1833-04-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1833-04-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1833-04-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1833" ;
    a2a:Month "4" ;
    a2a:Day "22" ;
    rdfs:label "1833-04-22"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1833" ;
    a2a:Book "Overlijdensregister 1833" ;
    a2a:DocumentNumber "27" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1833, Overlijdensregister 1833, 27"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/8375b3e0-1013-6d92-70dc-682e9d614f04.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/b7dc9a95-49ce-e8d9-e7b0-600afc8809e1" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/8375b3e0-1013-6d92-70dc-682e9d614f04.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/b7dc9a95-49ce-e8d9-e7b0-600afc8809e1" ;
  a2a:RecordGUID "{b7dc9a95-49ce-e8d9-e7b0-600afc8809e1}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_15727_00015727.xml van GRA" .

