@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_26055eea-9891-9eb6-d7f2-2f98ee3ce93f
  a a2a:Record ;
  rdfs:label "Overlijden op 20 maart 1921 te Foxhol gem. Hoogezand" ;
  a2a:hasPerson oa:person_gra_26055eea-9891-9eb6-d7f2-2f98ee3ce93f_Person-24345f90-fe09-51b0-7c34-4248212b752f, oa:person_gra_26055eea-9891-9eb6-d7f2-2f98ee3ce93f_Person-a2e3c4bf-5021-a6e6-a759-64cade82d612, oa:person_gra_26055eea-9891-9eb6-d7f2-2f98ee3ce93f_Person-9137d41e-51dd-3126-5e72-06eeead5fd75, oa:person_gra_26055eea-9891-9eb6-d7f2-2f98ee3ce93f_Person-227e82c1-ac22-b40d-15b4-bd1c1cbdff1d ;
  a2a:hasEvent oa:event_gra_26055eea-9891-9eb6-d7f2-2f98ee3ce93f_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_26055eea-9891-9eb6-d7f2-2f98ee3ce93f_0, oa:relationep_gra_26055eea-9891-9eb6-d7f2-2f98ee3ce93f_1, oa:relationep_gra_26055eea-9891-9eb6-d7f2-2f98ee3ce93f_2 ;
  a2a:hasRelationPP oa:relationpp_gra_26055eea-9891-9eb6-d7f2-2f98ee3ce93f_0 ;
  a2a:hasSource oa:source_gra_26055eea-9891-9eb6-d7f2-2f98ee3ce93f .

oa:person_gra_26055eea-9891-9eb6-d7f2-2f98ee3ce93f_Person-24345f90-fe09-51b0-7c34-4248212b752f
  a a2a:Person ;
  rdfs:label "Frouke Filippus Levi" ;
  a2a:PersonName [
    rdfs:label "Frouke Filippus Levi" ;
    a2a:PersonNameFirstName "Frouke Filippus" ;
    a2a:PersonNameLastName "Levi"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "84 jaar" ;
    rdfs:label "84 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Foxhol gem. Hoogezand" ;
    rdfs:label "Foxhol gem. Hoogezand"
  ] ;
  a2a:Profession "koopvrouw" .

oa:person_gra_26055eea-9891-9eb6-d7f2-2f98ee3ce93f_Person-a2e3c4bf-5021-a6e6-a759-64cade82d612
  a a2a:Person ;
  rdfs:label "Mozes Mendel" ;
  a2a:PersonName [
    rdfs:label "Mozes Mendel" ;
    a2a:PersonNameFirstName "Mozes" ;
    a2a:PersonNameLastName "Mendel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_26055eea-9891-9eb6-d7f2-2f98ee3ce93f_Person-9137d41e-51dd-3126-5e72-06eeead5fd75
  a a2a:Person ;
  rdfs:label "Juda Samsons Levi" ;
  a2a:PersonName [
    rdfs:label "Juda Samsons Levi" ;
    a2a:PersonNameFirstName "Juda Samsons" ;
    a2a:PersonNameLastName "Levi"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_26055eea-9891-9eb6-d7f2-2f98ee3ce93f_Person-227e82c1-ac22-b40d-15b4-bd1c1cbdff1d
  a a2a:Person ;
  rdfs:label "Frouke Jacobs Velleman" ;
  a2a:PersonName [
    rdfs:label "Frouke Jacobs Velleman" ;
    a2a:PersonNameFirstName "Frouke Jacobs" ;
    a2a:PersonNameLastName "Velleman"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_26055eea-9891-9eb6-d7f2-2f98ee3ce93f_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1921" ;
    a2a:Month "3" ;
    a2a:Day "20" ;
    rdfs:label "1921-03-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Foxhol gem. Hoogezand" ;
    rdfs:label "Foxhol gem. Hoogezand"
  ] .

oa:relationep_gra_26055eea-9891-9eb6-d7f2-2f98ee3ce93f_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_26055eea-9891-9eb6-d7f2-2f98ee3ce93f_Person:24345f90-fe09-51b0-7c34-4248212b752f ;
  a2a:EventKeyRef oa:event_gra_26055eea-9891-9eb6-d7f2-2f98ee3ce93f_Event1 .

oa:relationep_gra_26055eea-9891-9eb6-d7f2-2f98ee3ce93f_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_26055eea-9891-9eb6-d7f2-2f98ee3ce93f_Person:9137d41e-51dd-3126-5e72-06eeead5fd75 ;
  a2a:EventKeyRef oa:event_gra_26055eea-9891-9eb6-d7f2-2f98ee3ce93f_Event1 .

oa:relationep_gra_26055eea-9891-9eb6-d7f2-2f98ee3ce93f_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_26055eea-9891-9eb6-d7f2-2f98ee3ce93f_Person:227e82c1-ac22-b40d-15b4-bd1c1cbdff1d ;
  a2a:EventKeyRef oa:event_gra_26055eea-9891-9eb6-d7f2-2f98ee3ce93f_Event1 .

oa:relationpp_gra_26055eea-9891-9eb6-d7f2-2f98ee3ce93f_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_26055eea-9891-9eb6-d7f2-2f98ee3ce93f_Person:24345f90-fe09-51b0-7c34-4248212b752f, oa:person_gra_26055eea-9891-9eb6-d7f2-2f98ee3ce93f_Person:a2e3c4bf-5021-a6e6-a759-64cade82d612 .

oa:source_gra_26055eea-9891-9eb6-d7f2-2f98ee3ce93f
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Hoogezand" ;
    rdfs:label "Hoogezand", "1921-03-21 - 1921-03-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1921-03-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1921-03-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1921" ;
    a2a:Month "3" ;
    a2a:Day "21" ;
    rdfs:label "1921-03-21"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1921" ;
    a2a:Book "Overlijdensregister 1921" ;
    a2a:DocumentNumber "25" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1921, Overlijdensregister 1921, 25"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/f9860402-d929-241d-f353-f4670b9f975c.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/26055eea-9891-9eb6-d7f2-2f98ee3ce93f" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/f9860402-d929-241d-f353-f4670b9f975c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/26055eea-9891-9eb6-d7f2-2f98ee3ce93f" ;
  a2a:RecordGUID "{26055eea-9891-9eb6-d7f2-2f98ee3ce93f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_13892_00013892.xml van GRA" .

