@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_a845c959-e8e6-2aea-eb02-0f6027e7b728
  a a2a:Record ;
  rdfs:label "Overlijden op 20 juli 1894 te Oosterdiep gem. Veendam" ;
  a2a:hasPerson oa:person_gra_a845c959-e8e6-2aea-eb02-0f6027e7b728_Person-23650c87-2108-1e3b-8835-bab4f531e5c2, oa:person_gra_a845c959-e8e6-2aea-eb02-0f6027e7b728_Person-80a3997b-7a3a-6ee3-67f0-c14938f1f398, oa:person_gra_a845c959-e8e6-2aea-eb02-0f6027e7b728_Person-99d6ee9a-3825-b7f2-f3d2-d7c03336b46b, oa:person_gra_a845c959-e8e6-2aea-eb02-0f6027e7b728_Person-0941bc14-a354-1a16-3f83-0f1bf156084e ;
  a2a:hasEvent oa:event_gra_a845c959-e8e6-2aea-eb02-0f6027e7b728_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_a845c959-e8e6-2aea-eb02-0f6027e7b728_0, oa:relationep_gra_a845c959-e8e6-2aea-eb02-0f6027e7b728_1, oa:relationep_gra_a845c959-e8e6-2aea-eb02-0f6027e7b728_2 ;
  a2a:hasRelationPP oa:relationpp_gra_a845c959-e8e6-2aea-eb02-0f6027e7b728_0 ;
  a2a:hasSource oa:source_gra_a845c959-e8e6-2aea-eb02-0f6027e7b728 .

oa:person_gra_a845c959-e8e6-2aea-eb02-0f6027e7b728_Person-23650c87-2108-1e3b-8835-bab4f531e5c2
  a a2a:Person ;
  rdfs:label "Trijntje Bijl" ;
  a2a:PersonName [
    rdfs:label "Trijntje Bijl" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNameLastName "Bijl"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "65 jaar" ;
    rdfs:label "65 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Veendam" ;
    rdfs:label "Veendam"
  ] .

oa:person_gra_a845c959-e8e6-2aea-eb02-0f6027e7b728_Person-80a3997b-7a3a-6ee3-67f0-c14938f1f398
  a a2a:Person ;
  rdfs:label "Edo Bos" ;
  a2a:PersonName [
    rdfs:label "Edo Bos" ;
    a2a:PersonNameFirstName "Edo" ;
    a2a:PersonNameLastName "Bos"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_a845c959-e8e6-2aea-eb02-0f6027e7b728_Person-99d6ee9a-3825-b7f2-f3d2-d7c03336b46b
  a a2a:Person ;
  rdfs:label "Menne Bijl" ;
  a2a:PersonName [
    rdfs:label "Menne Bijl" ;
    a2a:PersonNameFirstName "Menne" ;
    a2a:PersonNameLastName "Bijl"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_a845c959-e8e6-2aea-eb02-0f6027e7b728_Person-0941bc14-a354-1a16-3f83-0f1bf156084e
  a a2a:Person ;
  rdfs:label "Marieke Harms Timmer" ;
  a2a:PersonName [
    rdfs:label "Marieke Harms Timmer" ;
    a2a:PersonNameFirstName "Marieke Harms" ;
    a2a:PersonNameLastName "Timmer"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_a845c959-e8e6-2aea-eb02-0f6027e7b728_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1894" ;
    a2a:Month "7" ;
    a2a:Day "20" ;
    rdfs:label "1894-07-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oosterdiep gem. Veendam" ;
    rdfs:label "Oosterdiep gem. Veendam"
  ] .

oa:relationep_gra_a845c959-e8e6-2aea-eb02-0f6027e7b728_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_a845c959-e8e6-2aea-eb02-0f6027e7b728_Person:23650c87-2108-1e3b-8835-bab4f531e5c2 ;
  a2a:EventKeyRef oa:event_gra_a845c959-e8e6-2aea-eb02-0f6027e7b728_Event1 .

oa:relationep_gra_a845c959-e8e6-2aea-eb02-0f6027e7b728_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_a845c959-e8e6-2aea-eb02-0f6027e7b728_Person:99d6ee9a-3825-b7f2-f3d2-d7c03336b46b ;
  a2a:EventKeyRef oa:event_gra_a845c959-e8e6-2aea-eb02-0f6027e7b728_Event1 .

oa:relationep_gra_a845c959-e8e6-2aea-eb02-0f6027e7b728_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_a845c959-e8e6-2aea-eb02-0f6027e7b728_Person:0941bc14-a354-1a16-3f83-0f1bf156084e ;
  a2a:EventKeyRef oa:event_gra_a845c959-e8e6-2aea-eb02-0f6027e7b728_Event1 .

oa:relationpp_gra_a845c959-e8e6-2aea-eb02-0f6027e7b728_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_a845c959-e8e6-2aea-eb02-0f6027e7b728_Person:23650c87-2108-1e3b-8835-bab4f531e5c2, oa:person_gra_a845c959-e8e6-2aea-eb02-0f6027e7b728_Person:80a3997b-7a3a-6ee3-67f0-c14938f1f398 .

oa:source_gra_a845c959-e8e6-2aea-eb02-0f6027e7b728
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Veendam" ;
    rdfs:label "Veendam", "1894-07-21 - 1894-07-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1894-07-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1894-07-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1894" ;
    a2a:Month "7" ;
    a2a:Day "21" ;
    rdfs:label "1894-07-21"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1894" ;
    a2a:Book "Overlijdensregister 1894" ;
    a2a:DocumentNumber "114" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1894, Overlijdensregister 1894, 114"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/69e8e961-17e3-9760-bdd1-c3ffe37ed55a.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/a845c959-e8e6-2aea-eb02-0f6027e7b728" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/69e8e961-17e3-9760-bdd1-c3ffe37ed55a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/a845c959-e8e6-2aea-eb02-0f6027e7b728" ;
  a2a:RecordGUID "{a845c959-e8e6-2aea-eb02-0f6027e7b728}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_15541_00015541.xml van GRA" .

