@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_61aafe5b-5043-e9f4-d2ab-8c3b9cfb0eee
  a a2a:Record ;
  rdfs:label "Overlijden op 16 december 1900 te Nieuwe Pekela" ;
  a2a:hasPerson oa:person_gra_61aafe5b-5043-e9f4-d2ab-8c3b9cfb0eee_Person-5b917b71-6744-a71d-372d-bd8286bc8cbc, oa:person_gra_61aafe5b-5043-e9f4-d2ab-8c3b9cfb0eee_Person-97c258e5-7231-6836-9c5b-1a3438311a11, oa:person_gra_61aafe5b-5043-e9f4-d2ab-8c3b9cfb0eee_Person-955b2d5e-afd0-745d-2fda-297c4889fd83, oa:person_gra_61aafe5b-5043-e9f4-d2ab-8c3b9cfb0eee_Person-ac780ab8-faa1-c626-e27d-0c4def394d43 ;
  a2a:hasEvent oa:event_gra_61aafe5b-5043-e9f4-d2ab-8c3b9cfb0eee_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_61aafe5b-5043-e9f4-d2ab-8c3b9cfb0eee_0, oa:relationep_gra_61aafe5b-5043-e9f4-d2ab-8c3b9cfb0eee_1, oa:relationep_gra_61aafe5b-5043-e9f4-d2ab-8c3b9cfb0eee_2 ;
  a2a:hasRelationPP oa:relationpp_gra_61aafe5b-5043-e9f4-d2ab-8c3b9cfb0eee_0 ;
  a2a:hasSource oa:source_gra_61aafe5b-5043-e9f4-d2ab-8c3b9cfb0eee .

oa:person_gra_61aafe5b-5043-e9f4-d2ab-8c3b9cfb0eee_Person-5b917b71-6744-a71d-372d-bd8286bc8cbc
  a a2a:Person ;
  rdfs:label "Geessien Olgers" ;
  a2a:PersonName [
    rdfs:label "Geessien Olgers" ;
    a2a:PersonNameFirstName "Geessien" ;
    a2a:PersonNameLastName "Olgers"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "67 jaar" ;
    rdfs:label "67 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Midwolda" ;
    rdfs:label "Midwolda"
  ] .

oa:person_gra_61aafe5b-5043-e9f4-d2ab-8c3b9cfb0eee_Person-97c258e5-7231-6836-9c5b-1a3438311a11
  a a2a:Person ;
  rdfs:label "Willem Meijer" ;
  a2a:PersonName [
    rdfs:label "Willem Meijer" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Meijer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_61aafe5b-5043-e9f4-d2ab-8c3b9cfb0eee_Person-955b2d5e-afd0-745d-2fda-297c4889fd83
  a a2a:Person ;
  rdfs:label "Beno Jans Olgers" ;
  a2a:PersonName [
    rdfs:label "Beno Jans Olgers" ;
    a2a:PersonNameFirstName "Beno Jans" ;
    a2a:PersonNameLastName "Olgers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_61aafe5b-5043-e9f4-d2ab-8c3b9cfb0eee_Person-ac780ab8-faa1-c626-e27d-0c4def394d43
  a a2a:Person ;
  rdfs:label "Hillechien Engels Engels" ;
  a2a:PersonName [
    rdfs:label "Hillechien Engels Engels" ;
    a2a:PersonNameFirstName "Hillechien Engels" ;
    a2a:PersonNameLastName "Engels"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_61aafe5b-5043-e9f4-d2ab-8c3b9cfb0eee_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1900" ;
    a2a:Month "12" ;
    a2a:Day "16" ;
    rdfs:label "1900-12-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nieuwe Pekela" ;
    rdfs:label "Nieuwe Pekela"
  ] .

oa:relationep_gra_61aafe5b-5043-e9f4-d2ab-8c3b9cfb0eee_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_61aafe5b-5043-e9f4-d2ab-8c3b9cfb0eee_Person:5b917b71-6744-a71d-372d-bd8286bc8cbc ;
  a2a:EventKeyRef oa:event_gra_61aafe5b-5043-e9f4-d2ab-8c3b9cfb0eee_Event1 .

oa:relationep_gra_61aafe5b-5043-e9f4-d2ab-8c3b9cfb0eee_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_61aafe5b-5043-e9f4-d2ab-8c3b9cfb0eee_Person:955b2d5e-afd0-745d-2fda-297c4889fd83 ;
  a2a:EventKeyRef oa:event_gra_61aafe5b-5043-e9f4-d2ab-8c3b9cfb0eee_Event1 .

oa:relationep_gra_61aafe5b-5043-e9f4-d2ab-8c3b9cfb0eee_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_61aafe5b-5043-e9f4-d2ab-8c3b9cfb0eee_Person:ac780ab8-faa1-c626-e27d-0c4def394d43 ;
  a2a:EventKeyRef oa:event_gra_61aafe5b-5043-e9f4-d2ab-8c3b9cfb0eee_Event1 .

oa:relationpp_gra_61aafe5b-5043-e9f4-d2ab-8c3b9cfb0eee_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_61aafe5b-5043-e9f4-d2ab-8c3b9cfb0eee_Person:5b917b71-6744-a71d-372d-bd8286bc8cbc, oa:person_gra_61aafe5b-5043-e9f4-d2ab-8c3b9cfb0eee_Person:97c258e5-7231-6836-9c5b-1a3438311a11 .

oa:source_gra_61aafe5b-5043-e9f4-d2ab-8c3b9cfb0eee
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Nieuwe Pekela" ;
    rdfs:label "Nieuwe Pekela", "1900-12-18 - 1900-12-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1900-12-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1900-12-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1900" ;
    a2a:Month "12" ;
    a2a:Day "18" ;
    rdfs:label "1900-12-18"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1900" ;
    a2a:Book "Overlijdensregister 1900" ;
    a2a:DocumentNumber "96" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1900, Overlijdensregister 1900, 96"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/2f068904-4a2c-c693-6476-73e015124af9.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/61aafe5b-5043-e9f4-d2ab-8c3b9cfb0eee" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/2f068904-4a2c-c693-6476-73e015124af9.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/61aafe5b-5043-e9f4-d2ab-8c3b9cfb0eee" ;
  a2a:RecordGUID "{61aafe5b-5043-e9f4-d2ab-8c3b9cfb0eee}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_14276_00014276.xml van GRA" .

