@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_e7b72cc8-a3f8-301d-a5e1-938fc04bf5ba
  a a2a:Record ;
  rdfs:label "Overlijden op 1 april 1883 te Vriescheloo gem. Bellingwolde" ;
  a2a:hasPerson oa:person_gra_e7b72cc8-a3f8-301d-a5e1-938fc04bf5ba_Person-eead5d87-3250-b468-9b97-c5e1bf14d65b, oa:person_gra_e7b72cc8-a3f8-301d-a5e1-938fc04bf5ba_Person-b4c4c2ff-0016-141a-b36a-bba876bfe472, oa:person_gra_e7b72cc8-a3f8-301d-a5e1-938fc04bf5ba_Person-d53d6029-430f-c399-354b-04c69e21fb1e, oa:person_gra_e7b72cc8-a3f8-301d-a5e1-938fc04bf5ba_Person-7a3328da-0a2a-8db5-1da5-09dd14e1ec47 ;
  a2a:hasEvent oa:event_gra_e7b72cc8-a3f8-301d-a5e1-938fc04bf5ba_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_e7b72cc8-a3f8-301d-a5e1-938fc04bf5ba_0, oa:relationep_gra_e7b72cc8-a3f8-301d-a5e1-938fc04bf5ba_1, oa:relationep_gra_e7b72cc8-a3f8-301d-a5e1-938fc04bf5ba_2 ;
  a2a:hasRelationPP oa:relationpp_gra_e7b72cc8-a3f8-301d-a5e1-938fc04bf5ba_0 ;
  a2a:hasSource oa:source_gra_e7b72cc8-a3f8-301d-a5e1-938fc04bf5ba .

oa:person_gra_e7b72cc8-a3f8-301d-a5e1-938fc04bf5ba_Person-eead5d87-3250-b468-9b97-c5e1bf14d65b
  a a2a:Person ;
  rdfs:label "Elizabeth Trenning" ;
  a2a:PersonName [
    rdfs:label "Elizabeth Trenning" ;
    a2a:PersonNameFirstName "Elizabeth" ;
    a2a:PersonNameLastName "Trenning"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "83 jaar" ;
    rdfs:label "83 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Onstwedde" ;
    rdfs:label "Onstwedde"
  ] .

oa:person_gra_e7b72cc8-a3f8-301d-a5e1-938fc04bf5ba_Person-b4c4c2ff-0016-141a-b36a-bba876bfe472
  a a2a:Person ;
  rdfs:label "Hans Alberts Boer" ;
  a2a:PersonName [
    rdfs:label "Hans Alberts Boer" ;
    a2a:PersonNameFirstName "Hans Alberts" ;
    a2a:PersonNameLastName "Boer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_e7b72cc8-a3f8-301d-a5e1-938fc04bf5ba_Person-d53d6029-430f-c399-354b-04c69e21fb1e
  a a2a:Person ;
  rdfs:label "Jan Bruine Trenning" ;
  a2a:PersonName [
    rdfs:label "Jan Bruine Trenning" ;
    a2a:PersonNameFirstName "Jan Bruine" ;
    a2a:PersonNameLastName "Trenning"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_e7b72cc8-a3f8-301d-a5e1-938fc04bf5ba_Person-7a3328da-0a2a-8db5-1da5-09dd14e1ec47
  a a2a:Person ;
  rdfs:label "Jantien Harms Kremer" ;
  a2a:PersonName [
    rdfs:label "Jantien Harms Kremer" ;
    a2a:PersonNameFirstName "Jantien Harms" ;
    a2a:PersonNameLastName "Kremer"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_e7b72cc8-a3f8-301d-a5e1-938fc04bf5ba_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1883" ;
    a2a:Month "4" ;
    a2a:Day "1" ;
    rdfs:label "1883-04-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Vriescheloo gem. Bellingwolde" ;
    rdfs:label "Vriescheloo gem. Bellingwolde"
  ] .

oa:relationep_gra_e7b72cc8-a3f8-301d-a5e1-938fc04bf5ba_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_e7b72cc8-a3f8-301d-a5e1-938fc04bf5ba_Person:eead5d87-3250-b468-9b97-c5e1bf14d65b ;
  a2a:EventKeyRef oa:event_gra_e7b72cc8-a3f8-301d-a5e1-938fc04bf5ba_Event1 .

oa:relationep_gra_e7b72cc8-a3f8-301d-a5e1-938fc04bf5ba_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_e7b72cc8-a3f8-301d-a5e1-938fc04bf5ba_Person:d53d6029-430f-c399-354b-04c69e21fb1e ;
  a2a:EventKeyRef oa:event_gra_e7b72cc8-a3f8-301d-a5e1-938fc04bf5ba_Event1 .

oa:relationep_gra_e7b72cc8-a3f8-301d-a5e1-938fc04bf5ba_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_e7b72cc8-a3f8-301d-a5e1-938fc04bf5ba_Person:7a3328da-0a2a-8db5-1da5-09dd14e1ec47 ;
  a2a:EventKeyRef oa:event_gra_e7b72cc8-a3f8-301d-a5e1-938fc04bf5ba_Event1 .

oa:relationpp_gra_e7b72cc8-a3f8-301d-a5e1-938fc04bf5ba_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_e7b72cc8-a3f8-301d-a5e1-938fc04bf5ba_Person:eead5d87-3250-b468-9b97-c5e1bf14d65b, oa:person_gra_e7b72cc8-a3f8-301d-a5e1-938fc04bf5ba_Person:b4c4c2ff-0016-141a-b36a-bba876bfe472 .

oa:source_gra_e7b72cc8-a3f8-301d-a5e1-938fc04bf5ba
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Bellingwolde" ;
    rdfs:label "Bellingwolde", "1883-04-02 - 1883-04-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1883-04-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1883-04-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1883" ;
    a2a:Month "4" ;
    a2a:Day "2" ;
    rdfs:label "1883-04-02"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1883" ;
    a2a:Book "Overlijdensregister 1883" ;
    a2a:DocumentNumber "40" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1883, Overlijdensregister 1883, 40"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/d640ba8b-9ffc-1b2a-06a2-1bf572edf082.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/e7b72cc8-a3f8-301d-a5e1-938fc04bf5ba" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/d640ba8b-9ffc-1b2a-06a2-1bf572edf082.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/e7b72cc8-a3f8-301d-a5e1-938fc04bf5ba" ;
  a2a:RecordGUID "{e7b72cc8-a3f8-301d-a5e1-938fc04bf5ba}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_11538_00011538.xml van GRA" .

