@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_e1827ecd-54b6-ab86-d8a3-ff76f3c3fbfc
  a a2a:Record ;
  rdfs:label "Overlijden op 28 februari 1881 te Wildervank" ;
  a2a:hasPerson oa:person_gra_e1827ecd-54b6-ab86-d8a3-ff76f3c3fbfc_Person-8b7f933e-4b35-4f4a-e5d4-11fe3de26feb, oa:person_gra_e1827ecd-54b6-ab86-d8a3-ff76f3c3fbfc_Person-00d2a914-6480-3765-b097-175874dfa55b, oa:person_gra_e1827ecd-54b6-ab86-d8a3-ff76f3c3fbfc_Person-0250859d-96a6-8c58-6eb3-ff3ee46d3c8d, oa:person_gra_e1827ecd-54b6-ab86-d8a3-ff76f3c3fbfc_Person-903fa3e3-62c0-ac4b-069a-5076fd416fa7 ;
  a2a:hasEvent oa:event_gra_e1827ecd-54b6-ab86-d8a3-ff76f3c3fbfc_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_e1827ecd-54b6-ab86-d8a3-ff76f3c3fbfc_0, oa:relationep_gra_e1827ecd-54b6-ab86-d8a3-ff76f3c3fbfc_1, oa:relationep_gra_e1827ecd-54b6-ab86-d8a3-ff76f3c3fbfc_2 ;
  a2a:hasRelationPP oa:relationpp_gra_e1827ecd-54b6-ab86-d8a3-ff76f3c3fbfc_0 ;
  a2a:hasSource oa:source_gra_e1827ecd-54b6-ab86-d8a3-ff76f3c3fbfc .

oa:person_gra_e1827ecd-54b6-ab86-d8a3-ff76f3c3fbfc_Person-8b7f933e-4b35-4f4a-e5d4-11fe3de26feb
  a a2a:Person ;
  rdfs:label "Trientje Kupers" ;
  a2a:PersonName [
    rdfs:label "Trientje Kupers" ;
    a2a:PersonNameFirstName "Trientje" ;
    a2a:PersonNameLastName "Kupers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_e1827ecd-54b6-ab86-d8a3-ff76f3c3fbfc_Person-00d2a914-6480-3765-b097-175874dfa55b
  a a2a:Person ;
  rdfs:label "Jan Meinders van Essen" ;
  a2a:PersonName [
    rdfs:label "Jan Meinders van Essen" ;
    a2a:PersonNameFirstName "Jan Meinders" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Essen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_e1827ecd-54b6-ab86-d8a3-ff76f3c3fbfc_Person-0250859d-96a6-8c58-6eb3-ff3ee46d3c8d
  a a2a:Person ;
  rdfs:label "Trientje Dost" ;
  a2a:PersonName [
    rdfs:label "Trientje Dost" ;
    a2a:PersonNameFirstName "Trientje" ;
    a2a:PersonNameLastName "Dost"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "53 jaar" ;
    rdfs:label "53 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Veendam" ;
    rdfs:label "Veendam"
  ] .

oa:person_gra_e1827ecd-54b6-ab86-d8a3-ff76f3c3fbfc_Person-903fa3e3-62c0-ac4b-069a-5076fd416fa7
  a a2a:Person ;
  rdfs:label "Berend Dost" ;
  a2a:PersonName [
    rdfs:label "Berend Dost" ;
    a2a:PersonNameFirstName "Berend" ;
    a2a:PersonNameLastName "Dost"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "arbeider" .

oa:event_gra_e1827ecd-54b6-ab86-d8a3-ff76f3c3fbfc_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1881" ;
    a2a:Month "2" ;
    a2a:Day "28" ;
    rdfs:label "1881-02-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wildervank" ;
    rdfs:label "Wildervank"
  ] .

oa:relationep_gra_e1827ecd-54b6-ab86-d8a3-ff76f3c3fbfc_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_e1827ecd-54b6-ab86-d8a3-ff76f3c3fbfc_Person:8b7f933e-4b35-4f4a-e5d4-11fe3de26feb ;
  a2a:EventKeyRef oa:event_gra_e1827ecd-54b6-ab86-d8a3-ff76f3c3fbfc_Event1 .

oa:relationep_gra_e1827ecd-54b6-ab86-d8a3-ff76f3c3fbfc_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_e1827ecd-54b6-ab86-d8a3-ff76f3c3fbfc_Person:0250859d-96a6-8c58-6eb3-ff3ee46d3c8d ;
  a2a:EventKeyRef oa:event_gra_e1827ecd-54b6-ab86-d8a3-ff76f3c3fbfc_Event1 .

oa:relationep_gra_e1827ecd-54b6-ab86-d8a3-ff76f3c3fbfc_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_e1827ecd-54b6-ab86-d8a3-ff76f3c3fbfc_Person:903fa3e3-62c0-ac4b-069a-5076fd416fa7 ;
  a2a:EventKeyRef oa:event_gra_e1827ecd-54b6-ab86-d8a3-ff76f3c3fbfc_Event1 .

oa:relationpp_gra_e1827ecd-54b6-ab86-d8a3-ff76f3c3fbfc_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_e1827ecd-54b6-ab86-d8a3-ff76f3c3fbfc_Person:0250859d-96a6-8c58-6eb3-ff3ee46d3c8d, oa:person_gra_e1827ecd-54b6-ab86-d8a3-ff76f3c3fbfc_Person:00d2a914-6480-3765-b097-175874dfa55b .

oa:source_gra_e1827ecd-54b6-ab86-d8a3-ff76f3c3fbfc
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Wildervank" ;
    rdfs:label "Wildervank", "1881-02-28 - 1881-02-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1881-02-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1881-02-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1881" ;
    a2a:Month "2" ;
    a2a:Day "28" ;
    rdfs:label "1881-02-28"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1881" ;
    a2a:Book "Overlijdensregister 1881" ;
    a2a:DocumentNumber "26" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1881, Overlijdensregister 1881, 26"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/62f94706-d26f-f28e-59c9-f09de9450c82.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/e1827ecd-54b6-ab86-d8a3-ff76f3c3fbfc" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/62f94706-d26f-f28e-59c9-f09de9450c82.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/e1827ecd-54b6-ab86-d8a3-ff76f3c3fbfc" ;
  a2a:RecordGUID "{e1827ecd-54b6-ab86-d8a3-ff76f3c3fbfc}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_11913_00011913.xml van GRA" .

