@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_c6fcdbc0-45f8-56a1-7315-b855854c4e1f
  a a2a:Record ;
  rdfs:label "Overlijden op 13 februari 1813 te Groningen" ;
  a2a:hasPerson oa:person_gra_c6fcdbc0-45f8-56a1-7315-b855854c4e1f_Person-08f13fe5-3de8-bfe5-2d53-2a3555f192c0, oa:person_gra_c6fcdbc0-45f8-56a1-7315-b855854c4e1f_Person-0732d82f-afef-2ac4-e7d9-72cb3828023c, oa:person_gra_c6fcdbc0-45f8-56a1-7315-b855854c4e1f_Person-536fa549-f1e8-005e-9874-b2a0fabdb6e8, oa:person_gra_c6fcdbc0-45f8-56a1-7315-b855854c4e1f_Person-c719e466-0499-0081-a798-40cd3d7419ee ;
  a2a:hasEvent oa:event_gra_c6fcdbc0-45f8-56a1-7315-b855854c4e1f_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_c6fcdbc0-45f8-56a1-7315-b855854c4e1f_0, oa:relationep_gra_c6fcdbc0-45f8-56a1-7315-b855854c4e1f_1, oa:relationep_gra_c6fcdbc0-45f8-56a1-7315-b855854c4e1f_2 ;
  a2a:hasRelationPP oa:relationpp_gra_c6fcdbc0-45f8-56a1-7315-b855854c4e1f_0 ;
  a2a:hasSource oa:source_gra_c6fcdbc0-45f8-56a1-7315-b855854c4e1f .

oa:person_gra_c6fcdbc0-45f8-56a1-7315-b855854c4e1f_Person-08f13fe5-3de8-bfe5-2d53-2a3555f192c0
  a a2a:Person ;
  rdfs:label "Abraham Moses Levie" ;
  a2a:PersonName [
    rdfs:label "Abraham Moses Levie" ;
    a2a:PersonNameFirstName "Abraham Moses" ;
    a2a:PersonNameLastName "Levie"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "74 jaar" ;
    rdfs:label "74 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Appingedam" ;
    rdfs:label "Appingedam"
  ] ;
  a2a:Profession "marskramer" .

oa:person_gra_c6fcdbc0-45f8-56a1-7315-b855854c4e1f_Person-0732d82f-afef-2ac4-e7d9-72cb3828023c
  a a2a:Person ;
  rdfs:label "Esther Pinas" ;
  a2a:PersonName [
    rdfs:label "Esther Pinas" ;
    a2a:PersonNameFirstName "Esther" ;
    a2a:PersonNameLastName "Pinas"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_c6fcdbc0-45f8-56a1-7315-b855854c4e1f_Person-536fa549-f1e8-005e-9874-b2a0fabdb6e8
  a a2a:Person ;
  rdfs:label "Moses Levi" ;
  a2a:PersonName [
    rdfs:label "Moses Levi" ;
    a2a:PersonNameFirstName "Moses" ;
    a2a:PersonNameLastName "Levi"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_c6fcdbc0-45f8-56a1-7315-b855854c4e1f_Person-c719e466-0499-0081-a798-40cd3d7419ee
  a a2a:Person ;
  rdfs:label "Mathah" ;
  a2a:PersonName [
    rdfs:label "Mathah" ;
    a2a:PersonNameFirstName "Mathah"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_c6fcdbc0-45f8-56a1-7315-b855854c4e1f_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1813" ;
    a2a:Month "2" ;
    a2a:Day "13" ;
    rdfs:label "1813-02-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_c6fcdbc0-45f8-56a1-7315-b855854c4e1f_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_c6fcdbc0-45f8-56a1-7315-b855854c4e1f_Person:08f13fe5-3de8-bfe5-2d53-2a3555f192c0 ;
  a2a:EventKeyRef oa:event_gra_c6fcdbc0-45f8-56a1-7315-b855854c4e1f_Event1 .

oa:relationep_gra_c6fcdbc0-45f8-56a1-7315-b855854c4e1f_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_c6fcdbc0-45f8-56a1-7315-b855854c4e1f_Person:536fa549-f1e8-005e-9874-b2a0fabdb6e8 ;
  a2a:EventKeyRef oa:event_gra_c6fcdbc0-45f8-56a1-7315-b855854c4e1f_Event1 .

oa:relationep_gra_c6fcdbc0-45f8-56a1-7315-b855854c4e1f_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_c6fcdbc0-45f8-56a1-7315-b855854c4e1f_Person:c719e466-0499-0081-a798-40cd3d7419ee ;
  a2a:EventKeyRef oa:event_gra_c6fcdbc0-45f8-56a1-7315-b855854c4e1f_Event1 .

oa:relationpp_gra_c6fcdbc0-45f8-56a1-7315-b855854c4e1f_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_c6fcdbc0-45f8-56a1-7315-b855854c4e1f_Person:08f13fe5-3de8-bfe5-2d53-2a3555f192c0, oa:person_gra_c6fcdbc0-45f8-56a1-7315-b855854c4e1f_Person:0732d82f-afef-2ac4-e7d9-72cb3828023c .

oa:source_gra_c6fcdbc0-45f8-56a1-7315-b855854c4e1f
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1813-02-15 - 1813-02-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1813-02-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1813-02-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1813" ;
    a2a:Month "2" ;
    a2a:Day "15" ;
    rdfs:label "1813-02-15"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1813" ;
    a2a:Book "Overlijdensregister 1813" ;
    a2a:DocumentNumber "129" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1813, Overlijdensregister 1813, 129"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/f2af82ca-92cd-e5ba-c639-c18414f888ce.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/c6fcdbc0-45f8-56a1-7315-b855854c4e1f" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/f2af82ca-92cd-e5ba-c639-c18414f888ce.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/c6fcdbc0-45f8-56a1-7315-b855854c4e1f" ;
  a2a:RecordGUID "{c6fcdbc0-45f8-56a1-7315-b855854c4e1f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210225_17868_00017868.xml van GRA" .

