@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_7d5003b4-35cb-100b-e463-621f4cc906b1
  a a2a:Record ;
  rdfs:label "Overlijden op 25 juli 1883 te Nieuwe Pekela" ;
  a2a:hasPerson oa:person_gra_7d5003b4-35cb-100b-e463-621f4cc906b1_Person-f72ddec8-225a-8871-e962-f01f06bf74f6, oa:person_gra_7d5003b4-35cb-100b-e463-621f4cc906b1_Person-ab49ba9f-0836-c0a3-cdd7-03ad15bd4263, oa:person_gra_7d5003b4-35cb-100b-e463-621f4cc906b1_Person-ef0277d5-9233-0bf9-2018-861d1d348b44, oa:person_gra_7d5003b4-35cb-100b-e463-621f4cc906b1_Person-85d2fdd3-1d1d-9cfd-a23d-50faa153b840, oa:person_gra_7d5003b4-35cb-100b-e463-621f4cc906b1_Person-2079cbaa-e303-f5cd-992c-0f1bfeec09a8 ;
  a2a:hasEvent oa:event_gra_7d5003b4-35cb-100b-e463-621f4cc906b1_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_7d5003b4-35cb-100b-e463-621f4cc906b1_0, oa:relationep_gra_7d5003b4-35cb-100b-e463-621f4cc906b1_1, oa:relationep_gra_7d5003b4-35cb-100b-e463-621f4cc906b1_2 ;
  a2a:hasRelationPP oa:relationpp_gra_7d5003b4-35cb-100b-e463-621f4cc906b1_0, oa:relationpp_gra_7d5003b4-35cb-100b-e463-621f4cc906b1_1 ;
  a2a:hasSource oa:source_gra_7d5003b4-35cb-100b-e463-621f4cc906b1 .

oa:person_gra_7d5003b4-35cb-100b-e463-621f4cc906b1_Person-f72ddec8-225a-8871-e962-f01f06bf74f6
  a a2a:Person ;
  rdfs:label "Egbert Oldenburger" ;
  a2a:PersonName [
    rdfs:label "Egbert Oldenburger" ;
    a2a:PersonNameFirstName "Egbert" ;
    a2a:PersonNameLastName "Oldenburger"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "74 jaar" ;
    rdfs:label "74 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Nieuwe Pekela" ;
    rdfs:label "Nieuwe Pekela"
  ] .

oa:person_gra_7d5003b4-35cb-100b-e463-621f4cc906b1_Person-ab49ba9f-0836-c0a3-cdd7-03ad15bd4263
  a a2a:Person ;
  rdfs:label "Eefka Berghuis" ;
  a2a:PersonName [
    rdfs:label "Eefka Berghuis" ;
    a2a:PersonNameFirstName "Eefka" ;
    a2a:PersonNameLastName "Berghuis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_7d5003b4-35cb-100b-e463-621f4cc906b1_Person-ef0277d5-9233-0bf9-2018-861d1d348b44
  a a2a:Person ;
  rdfs:label "Japien Kramer" ;
  a2a:PersonName [
    rdfs:label "Japien Kramer" ;
    a2a:PersonNameFirstName "Japien" ;
    a2a:PersonNameLastName "Kramer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_7d5003b4-35cb-100b-e463-621f4cc906b1_Person-85d2fdd3-1d1d-9cfd-a23d-50faa153b840
  a a2a:Person ;
  rdfs:label "Hindrik Alberts Oldenburger" ;
  a2a:PersonName [
    rdfs:label "Hindrik Alberts Oldenburger" ;
    a2a:PersonNameFirstName "Hindrik Alberts" ;
    a2a:PersonNameLastName "Oldenburger"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_7d5003b4-35cb-100b-e463-621f4cc906b1_Person-2079cbaa-e303-f5cd-992c-0f1bfeec09a8
  a a2a:Person ;
  rdfs:label "Gerbertje Alberts Hubert" ;
  a2a:PersonName [
    rdfs:label "Gerbertje Alberts Hubert" ;
    a2a:PersonNameFirstName "Gerbertje Alberts" ;
    a2a:PersonNameLastName "Hubert"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_7d5003b4-35cb-100b-e463-621f4cc906b1_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1883" ;
    a2a:Month "7" ;
    a2a:Day "25" ;
    rdfs:label "1883-07-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nieuwe Pekela" ;
    rdfs:label "Nieuwe Pekela"
  ] .

oa:relationep_gra_7d5003b4-35cb-100b-e463-621f4cc906b1_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_7d5003b4-35cb-100b-e463-621f4cc906b1_Person:f72ddec8-225a-8871-e962-f01f06bf74f6 ;
  a2a:EventKeyRef oa:event_gra_7d5003b4-35cb-100b-e463-621f4cc906b1_Event1 .

oa:relationep_gra_7d5003b4-35cb-100b-e463-621f4cc906b1_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_7d5003b4-35cb-100b-e463-621f4cc906b1_Person:85d2fdd3-1d1d-9cfd-a23d-50faa153b840 ;
  a2a:EventKeyRef oa:event_gra_7d5003b4-35cb-100b-e463-621f4cc906b1_Event1 .

oa:relationep_gra_7d5003b4-35cb-100b-e463-621f4cc906b1_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_7d5003b4-35cb-100b-e463-621f4cc906b1_Person:2079cbaa-e303-f5cd-992c-0f1bfeec09a8 ;
  a2a:EventKeyRef oa:event_gra_7d5003b4-35cb-100b-e463-621f4cc906b1_Event1 .

oa:relationpp_gra_7d5003b4-35cb-100b-e463-621f4cc906b1_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_7d5003b4-35cb-100b-e463-621f4cc906b1_Person:f72ddec8-225a-8871-e962-f01f06bf74f6, oa:person_gra_7d5003b4-35cb-100b-e463-621f4cc906b1_Person:ab49ba9f-0836-c0a3-cdd7-03ad15bd4263 .

oa:relationpp_gra_7d5003b4-35cb-100b-e463-621f4cc906b1_1
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_7d5003b4-35cb-100b-e463-621f4cc906b1_Person:f72ddec8-225a-8871-e962-f01f06bf74f6, oa:person_gra_7d5003b4-35cb-100b-e463-621f4cc906b1_Person:ef0277d5-9233-0bf9-2018-861d1d348b44 .

oa:source_gra_7d5003b4-35cb-100b-e463-621f4cc906b1
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Nieuwe Pekela" ;
    rdfs:label "Nieuwe Pekela", "1883-07-26 - 1883-07-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1883-07-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1883-07-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1883" ;
    a2a:Month "7" ;
    a2a:Day "26" ;
    rdfs:label "1883-07-26"^^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 "71" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1883, Overlijdensregister 1883, 71"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/5dc674da-58ef-6496-e5f5-f0a0c66ba4a7.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/7d5003b4-35cb-100b-e463-621f4cc906b1" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/5dc674da-58ef-6496-e5f5-f0a0c66ba4a7.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/7d5003b4-35cb-100b-e463-621f4cc906b1" ;
  a2a:RecordGUID "{7d5003b4-35cb-100b-e463-621f4cc906b1}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_16227_00016227.xml van GRA" .

