@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_c1069e30-4045-16e3-e765-2916bea3e74b
  a a2a:Record ;
  rdfs:label "Overlijden op 6 mei 1884 te Groningen" ;
  a2a:hasPerson oa:person_gra_c1069e30-4045-16e3-e765-2916bea3e74b_Person-6fb94fed-177c-7fb6-d611-2ad92a812ff6, oa:person_gra_c1069e30-4045-16e3-e765-2916bea3e74b_Person-04c9da8c-36db-ff51-6902-ec2a2110383b, oa:person_gra_c1069e30-4045-16e3-e765-2916bea3e74b_Person-4da1c9f7-e7d7-9e09-fd72-b9303b0480b4 ;
  a2a:hasEvent oa:event_gra_c1069e30-4045-16e3-e765-2916bea3e74b_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_c1069e30-4045-16e3-e765-2916bea3e74b_0, oa:relationep_gra_c1069e30-4045-16e3-e765-2916bea3e74b_1, oa:relationep_gra_c1069e30-4045-16e3-e765-2916bea3e74b_2 ;
  a2a:hasSource oa:source_gra_c1069e30-4045-16e3-e765-2916bea3e74b .

oa:person_gra_c1069e30-4045-16e3-e765-2916bea3e74b_Person-6fb94fed-177c-7fb6-d611-2ad92a812ff6
  a a2a:Person ;
  rdfs:label "Alida Gresel" ;
  a2a:PersonName [
    rdfs:label "Alida Gresel" ;
    a2a:PersonNameFirstName "Alida" ;
    a2a:PersonNameLastName "Gresel"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "2 jaar" ;
    rdfs:label "2 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:person_gra_c1069e30-4045-16e3-e765-2916bea3e74b_Person-04c9da8c-36db-ff51-6902-ec2a2110383b
  a a2a:Person ;
  rdfs:label "Benjamina Dorothea Beem" ;
  a2a:PersonName [
    rdfs:label "Benjamina Dorothea Beem" ;
    a2a:PersonNameFirstName "Benjamina Dorothea" ;
    a2a:PersonNameLastName "Beem"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_c1069e30-4045-16e3-e765-2916bea3e74b_Person-4da1c9f7-e7d7-9e09-fd72-b9303b0480b4
  a a2a:Person ;
  rdfs:label "Boldewijn Aswerd Gresel" ;
  a2a:PersonName [
    rdfs:label "Boldewijn Aswerd Gresel" ;
    a2a:PersonNameFirstName "Boldewijn Aswerd" ;
    a2a:PersonNameLastName "Gresel"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "arbeider" .

oa:event_gra_c1069e30-4045-16e3-e765-2916bea3e74b_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1884" ;
    a2a:Month "5" ;
    a2a:Day "6" ;
    rdfs:label "1884-05-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_c1069e30-4045-16e3-e765-2916bea3e74b_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_c1069e30-4045-16e3-e765-2916bea3e74b_Person:6fb94fed-177c-7fb6-d611-2ad92a812ff6 ;
  a2a:EventKeyRef oa:event_gra_c1069e30-4045-16e3-e765-2916bea3e74b_Event1 .

oa:relationep_gra_c1069e30-4045-16e3-e765-2916bea3e74b_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_c1069e30-4045-16e3-e765-2916bea3e74b_Person:04c9da8c-36db-ff51-6902-ec2a2110383b ;
  a2a:EventKeyRef oa:event_gra_c1069e30-4045-16e3-e765-2916bea3e74b_Event1 .

oa:relationep_gra_c1069e30-4045-16e3-e765-2916bea3e74b_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_c1069e30-4045-16e3-e765-2916bea3e74b_Person:4da1c9f7-e7d7-9e09-fd72-b9303b0480b4 ;
  a2a:EventKeyRef oa:event_gra_c1069e30-4045-16e3-e765-2916bea3e74b_Event1 .

oa:source_gra_c1069e30-4045-16e3-e765-2916bea3e74b
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1884-05-08 - 1884-05-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1884-05-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1884-05-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1884" ;
    a2a:Month "5" ;
    a2a:Day "8" ;
    rdfs:label "1884-05-08"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1884" ;
    a2a:Book "Overlijdensregister 1884" ;
    a2a:DocumentNumber "469" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1884, Overlijdensregister 1884, 469"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/5a0f86bb-5202-0042-9380-25bd81a4964c.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/c1069e30-4045-16e3-e765-2916bea3e74b" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/5a0f86bb-5202-0042-9380-25bd81a4964c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/c1069e30-4045-16e3-e765-2916bea3e74b" ;
  a2a:RecordGUID "{c1069e30-4045-16e3-e765-2916bea3e74b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_17127_00017127.xml van GRA" .

