@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_e925864e-65e7-4b8a-2c05-7b42b4fea3fe
  a a2a:Record ;
  rdfs:label "Overlijden op 22 december 1886 te Scheemda" ;
  a2a:hasPerson oa:person_gra_e925864e-65e7-4b8a-2c05-7b42b4fea3fe_Person-cfaa854e-a7d9-98c2-a7bd-8fe84fc33f3d, oa:person_gra_e925864e-65e7-4b8a-2c05-7b42b4fea3fe_Person-63cad54a-25f9-2684-6093-665c57a09109, oa:person_gra_e925864e-65e7-4b8a-2c05-7b42b4fea3fe_Person-67c3e0ac-37bc-7520-b303-f0e0264a2d36, oa:person_gra_e925864e-65e7-4b8a-2c05-7b42b4fea3fe_Person-c5ad2012-8f11-3cc6-c57a-546b4dacf751 ;
  a2a:hasEvent oa:event_gra_e925864e-65e7-4b8a-2c05-7b42b4fea3fe_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_e925864e-65e7-4b8a-2c05-7b42b4fea3fe_0, oa:relationep_gra_e925864e-65e7-4b8a-2c05-7b42b4fea3fe_1, oa:relationep_gra_e925864e-65e7-4b8a-2c05-7b42b4fea3fe_2 ;
  a2a:hasRelationPP oa:relationpp_gra_e925864e-65e7-4b8a-2c05-7b42b4fea3fe_0 ;
  a2a:hasSource oa:source_gra_e925864e-65e7-4b8a-2c05-7b42b4fea3fe .

oa:person_gra_e925864e-65e7-4b8a-2c05-7b42b4fea3fe_Person-cfaa854e-a7d9-98c2-a7bd-8fe84fc33f3d
  a a2a:Person ;
  rdfs:label "Anje Noorman" ;
  a2a:PersonName [
    rdfs:label "Anje Noorman" ;
    a2a:PersonNameFirstName "Anje" ;
    a2a:PersonNameLastName "Noorman"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "73 jaar" ;
    rdfs:label "73 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zuidbroek" ;
    rdfs:label "Zuidbroek"
  ] .

oa:person_gra_e925864e-65e7-4b8a-2c05-7b42b4fea3fe_Person-63cad54a-25f9-2684-6093-665c57a09109
  a a2a:Person ;
  rdfs:label "Luitjen Keun" ;
  a2a:PersonName [
    rdfs:label "Luitjen Keun" ;
    a2a:PersonNameFirstName "Luitjen" ;
    a2a:PersonNameLastName "Keun"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_e925864e-65e7-4b8a-2c05-7b42b4fea3fe_Person-67c3e0ac-37bc-7520-b303-f0e0264a2d36
  a a2a:Person ;
  rdfs:label "Tjapko Abel Noorman" ;
  a2a:PersonName [
    rdfs:label "Tjapko Abel Noorman" ;
    a2a:PersonNameFirstName "Tjapko Abel" ;
    a2a:PersonNameLastName "Noorman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_e925864e-65e7-4b8a-2c05-7b42b4fea3fe_Person-c5ad2012-8f11-3cc6-c57a-546b4dacf751
  a a2a:Person ;
  rdfs:label "Geessien Hebels" ;
  a2a:PersonName [
    rdfs:label "Geessien Hebels" ;
    a2a:PersonNameFirstName "Geessien" ;
    a2a:PersonNameLastName "Hebels"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_e925864e-65e7-4b8a-2c05-7b42b4fea3fe_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1886" ;
    a2a:Month "12" ;
    a2a:Day "22" ;
    rdfs:label "1886-12-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Scheemda" ;
    rdfs:label "Scheemda"
  ] .

oa:relationep_gra_e925864e-65e7-4b8a-2c05-7b42b4fea3fe_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_e925864e-65e7-4b8a-2c05-7b42b4fea3fe_Person:cfaa854e-a7d9-98c2-a7bd-8fe84fc33f3d ;
  a2a:EventKeyRef oa:event_gra_e925864e-65e7-4b8a-2c05-7b42b4fea3fe_Event1 .

oa:relationep_gra_e925864e-65e7-4b8a-2c05-7b42b4fea3fe_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_e925864e-65e7-4b8a-2c05-7b42b4fea3fe_Person:67c3e0ac-37bc-7520-b303-f0e0264a2d36 ;
  a2a:EventKeyRef oa:event_gra_e925864e-65e7-4b8a-2c05-7b42b4fea3fe_Event1 .

oa:relationep_gra_e925864e-65e7-4b8a-2c05-7b42b4fea3fe_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_e925864e-65e7-4b8a-2c05-7b42b4fea3fe_Person:c5ad2012-8f11-3cc6-c57a-546b4dacf751 ;
  a2a:EventKeyRef oa:event_gra_e925864e-65e7-4b8a-2c05-7b42b4fea3fe_Event1 .

oa:relationpp_gra_e925864e-65e7-4b8a-2c05-7b42b4fea3fe_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_e925864e-65e7-4b8a-2c05-7b42b4fea3fe_Person:cfaa854e-a7d9-98c2-a7bd-8fe84fc33f3d, oa:person_gra_e925864e-65e7-4b8a-2c05-7b42b4fea3fe_Person:63cad54a-25f9-2684-6093-665c57a09109 .

oa:source_gra_e925864e-65e7-4b8a-2c05-7b42b4fea3fe
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Scheemda" ;
    rdfs:label "Scheemda", "1886-12-23 - 1886-12-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1886-12-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1886-12-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1886" ;
    a2a:Month "12" ;
    a2a:Day "23" ;
    rdfs:label "1886-12-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1886" ;
    a2a:Book "Overlijdensregister 1886" ;
    a2a:DocumentNumber "110" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1886, Overlijdensregister 1886, 110"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/bb125a61-bd46-8006-114d-42f5f6b54ef5.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/e925864e-65e7-4b8a-2c05-7b42b4fea3fe" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/bb125a61-bd46-8006-114d-42f5f6b54ef5.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-07-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/e925864e-65e7-4b8a-2c05-7b42b4fea3fe" ;
  a2a:RecordGUID "{e925864e-65e7-4b8a-2c05-7b42b4fea3fe}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_11580_00011580.xml van GRA" .

