@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_04c95d2d-db32-06cb-9ca1-a320f9f0b6c2
  a a2a:Record ;
  rdfs:label "Overlijden op 20 maart 1897 te Foxhol gem. Hoogezand" ;
  a2a:hasPerson oa:person_gra_04c95d2d-db32-06cb-9ca1-a320f9f0b6c2_Person-fcd810d3-ba27-bcb7-d2f4-571dac590c3a, oa:person_gra_04c95d2d-db32-06cb-9ca1-a320f9f0b6c2_Person-2c84e468-86f5-27fa-cb1c-97e391cbf21f, oa:person_gra_04c95d2d-db32-06cb-9ca1-a320f9f0b6c2_Person-f7e65020-24cd-a33f-68f6-6e65d1ec0e29 ;
  a2a:hasEvent oa:event_gra_04c95d2d-db32-06cb-9ca1-a320f9f0b6c2_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_04c95d2d-db32-06cb-9ca1-a320f9f0b6c2_0, oa:relationep_gra_04c95d2d-db32-06cb-9ca1-a320f9f0b6c2_1, oa:relationep_gra_04c95d2d-db32-06cb-9ca1-a320f9f0b6c2_2 ;
  a2a:hasSource oa:source_gra_04c95d2d-db32-06cb-9ca1-a320f9f0b6c2 .

oa:person_gra_04c95d2d-db32-06cb-9ca1-a320f9f0b6c2_Person-fcd810d3-ba27-bcb7-d2f4-571dac590c3a
  a a2a:Person ;
  rdfs:label "Jacobje Kanon" ;
  a2a:PersonName [
    rdfs:label "Jacobje Kanon" ;
    a2a:PersonNameFirstName "Jacobje" ;
    a2a:PersonNameLastName "Kanon"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "75 jaar" ;
    rdfs:label "75 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Westerbroek" ;
    rdfs:label "Westerbroek"
  ] ;
  a2a:Profession "arbeidster" .

oa:person_gra_04c95d2d-db32-06cb-9ca1-a320f9f0b6c2_Person-2c84e468-86f5-27fa-cb1c-97e391cbf21f
  a a2a:Person ;
  rdfs:label "Jakob Jakobs Kanon" ;
  a2a:PersonName [
    rdfs:label "Jakob Jakobs Kanon" ;
    a2a:PersonNameFirstName "Jakob Jakobs" ;
    a2a:PersonNameLastName "Kanon"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_04c95d2d-db32-06cb-9ca1-a320f9f0b6c2_Person-f7e65020-24cd-a33f-68f6-6e65d1ec0e29
  a a2a:Person ;
  rdfs:label "Magdalena Lubbartus Grim" ;
  a2a:PersonName [
    rdfs:label "Magdalena Lubbartus Grim" ;
    a2a:PersonNameFirstName "Magdalena Lubbartus" ;
    a2a:PersonNameLastName "Grim"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_04c95d2d-db32-06cb-9ca1-a320f9f0b6c2_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1897" ;
    a2a:Month "3" ;
    a2a:Day "20" ;
    rdfs:label "1897-03-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Foxhol gem. Hoogezand" ;
    rdfs:label "Foxhol gem. Hoogezand"
  ] .

oa:relationep_gra_04c95d2d-db32-06cb-9ca1-a320f9f0b6c2_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_04c95d2d-db32-06cb-9ca1-a320f9f0b6c2_Person:fcd810d3-ba27-bcb7-d2f4-571dac590c3a ;
  a2a:EventKeyRef oa:event_gra_04c95d2d-db32-06cb-9ca1-a320f9f0b6c2_Event1 .

oa:relationep_gra_04c95d2d-db32-06cb-9ca1-a320f9f0b6c2_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_04c95d2d-db32-06cb-9ca1-a320f9f0b6c2_Person:2c84e468-86f5-27fa-cb1c-97e391cbf21f ;
  a2a:EventKeyRef oa:event_gra_04c95d2d-db32-06cb-9ca1-a320f9f0b6c2_Event1 .

oa:relationep_gra_04c95d2d-db32-06cb-9ca1-a320f9f0b6c2_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_04c95d2d-db32-06cb-9ca1-a320f9f0b6c2_Person:f7e65020-24cd-a33f-68f6-6e65d1ec0e29 ;
  a2a:EventKeyRef oa:event_gra_04c95d2d-db32-06cb-9ca1-a320f9f0b6c2_Event1 .

oa:source_gra_04c95d2d-db32-06cb-9ca1-a320f9f0b6c2
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Hoogezand" ;
    rdfs:label "Hoogezand", "1897-03-22 - 1897-03-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1897-03-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1897-03-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1897" ;
    a2a:Month "3" ;
    a2a:Day "22" ;
    rdfs:label "1897-03-22"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1897" ;
    a2a:Book "Overlijdensregister 1897" ;
    a2a:DocumentNumber "45" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1897, Overlijdensregister 1897, 45"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/8a96317e-41f8-4a46-f622-3cb56eea98a1.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/04c95d2d-db32-06cb-9ca1-a320f9f0b6c2" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/8a96317e-41f8-4a46-f622-3cb56eea98a1.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/04c95d2d-db32-06cb-9ca1-a320f9f0b6c2" ;
  a2a:RecordGUID "{04c95d2d-db32-06cb-9ca1-a320f9f0b6c2}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_13183_00013183.xml van GRA" .

