@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_7e58a3e8-9efb-1527-d713-161bfcba8a8a
  a a2a:Record ;
  rdfs:label "Overlijden op 12 oktober 1826 te Grijpskerk" ;
  a2a:hasPerson oa:person_gra_7e58a3e8-9efb-1527-d713-161bfcba8a8a_Person-cc9b19af-ab3a-ceb0-74b8-74a997a086c1, oa:person_gra_7e58a3e8-9efb-1527-d713-161bfcba8a8a_Person-5746f68c-a2d4-ff96-1d80-49b5e57d9286, oa:person_gra_7e58a3e8-9efb-1527-d713-161bfcba8a8a_Person-0b4479fe-ae1c-0460-4c51-42ac45c2934c ;
  a2a:hasEvent oa:event_gra_7e58a3e8-9efb-1527-d713-161bfcba8a8a_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_7e58a3e8-9efb-1527-d713-161bfcba8a8a_0, oa:relationep_gra_7e58a3e8-9efb-1527-d713-161bfcba8a8a_1, oa:relationep_gra_7e58a3e8-9efb-1527-d713-161bfcba8a8a_2 ;
  a2a:hasSource oa:source_gra_7e58a3e8-9efb-1527-d713-161bfcba8a8a .

oa:person_gra_7e58a3e8-9efb-1527-d713-161bfcba8a8a_Person-cc9b19af-ab3a-ceb0-74b8-74a997a086c1
  a a2a:Person ;
  rdfs:label "Edsge Dirks Teenstra" ;
  a2a:PersonName [
    rdfs:label "Edsge Dirks Teenstra" ;
    a2a:PersonNameFirstName "Edsge Dirks" ;
    a2a:PersonNameLastName "Teenstra"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "koopman" .

oa:person_gra_7e58a3e8-9efb-1527-d713-161bfcba8a8a_Person-5746f68c-a2d4-ff96-1d80-49b5e57d9286
  a a2a:Person ;
  rdfs:label "Aafke Edsges Teenstra" ;
  a2a:PersonName [
    rdfs:label "Aafke Edsges Teenstra" ;
    a2a:PersonNameFirstName "Aafke Edsges" ;
    a2a:PersonNameLastName "Teenstra"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "2 jaar" ;
    rdfs:label "2 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Grijpskerk" ;
    rdfs:label "Grijpskerk"
  ] .

oa:person_gra_7e58a3e8-9efb-1527-d713-161bfcba8a8a_Person-0b4479fe-ae1c-0460-4c51-42ac45c2934c
  a a2a:Person ;
  rdfs:label "Aaltje Klaassens de Poel" ;
  a2a:PersonName [
    rdfs:label "Aaltje Klaassens de Poel" ;
    a2a:PersonNameFirstName "Aaltje Klaassens" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Poel"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_7e58a3e8-9efb-1527-d713-161bfcba8a8a_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1826" ;
    a2a:Month "10" ;
    a2a:Day "12" ;
    rdfs:label "1826-10-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Grijpskerk" ;
    rdfs:label "Grijpskerk"
  ] .

oa:relationep_gra_7e58a3e8-9efb-1527-d713-161bfcba8a8a_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_7e58a3e8-9efb-1527-d713-161bfcba8a8a_Person:cc9b19af-ab3a-ceb0-74b8-74a997a086c1 ;
  a2a:EventKeyRef oa:event_gra_7e58a3e8-9efb-1527-d713-161bfcba8a8a_Event1 .

oa:relationep_gra_7e58a3e8-9efb-1527-d713-161bfcba8a8a_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_7e58a3e8-9efb-1527-d713-161bfcba8a8a_Person:5746f68c-a2d4-ff96-1d80-49b5e57d9286 ;
  a2a:EventKeyRef oa:event_gra_7e58a3e8-9efb-1527-d713-161bfcba8a8a_Event1 .

oa:relationep_gra_7e58a3e8-9efb-1527-d713-161bfcba8a8a_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_7e58a3e8-9efb-1527-d713-161bfcba8a8a_Person:0b4479fe-ae1c-0460-4c51-42ac45c2934c ;
  a2a:EventKeyRef oa:event_gra_7e58a3e8-9efb-1527-d713-161bfcba8a8a_Event1 .

oa:source_gra_7e58a3e8-9efb-1527-d713-161bfcba8a8a
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Grijpskerk" ;
    rdfs:label "Grijpskerk", "1826-01-01 - 1826-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1826-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1826-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1826" ;
    a2a:Month "10" ;
    a2a:Day "12" ;
    rdfs:label "1826-10-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1826" ;
    a2a:Book "Overlijdensregister 1826" ;
    a2a:DocumentNumber "67" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1826, Overlijdensregister 1826, 67"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/7e58a3e8-9efb-1527-d713-161bfcba8a8a" ;
  a2a:RecordGUID "{7e58a3e8-9efb-1527-d713-161bfcba8a8a}" ;
  a2a:SourceRemarkProvenance "A2Acollection gra_a2a_bs_o-202102.1.xml van GRA" .

