@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_d398481c-ea9f-fb7d-354e-25bf34cfc4f4
  a a2a:Record ;
  rdfs:label "Overlijden op 7 mei 1866 te Groningen" ;
  a2a:hasPerson oa:person_gra_d398481c-ea9f-fb7d-354e-25bf34cfc4f4_Person-f2d24fb1-a7fc-5ee7-bee0-fbf21c44a784, oa:person_gra_d398481c-ea9f-fb7d-354e-25bf34cfc4f4_Person-62022bff-a0c6-9dee-2ce3-a9c6005520d1, oa:person_gra_d398481c-ea9f-fb7d-354e-25bf34cfc4f4_Person-733a9d62-19a9-41c9-ca7b-ef3ef89706ac, oa:person_gra_d398481c-ea9f-fb7d-354e-25bf34cfc4f4_Person-0d40c41b-1677-f83c-c07c-ae22496ae873, oa:person_gra_d398481c-ea9f-fb7d-354e-25bf34cfc4f4_Person-39c88adb-62b3-ab44-982e-67339efaa561 ;
  a2a:hasEvent oa:event_gra_d398481c-ea9f-fb7d-354e-25bf34cfc4f4_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_d398481c-ea9f-fb7d-354e-25bf34cfc4f4_0, oa:relationep_gra_d398481c-ea9f-fb7d-354e-25bf34cfc4f4_1, oa:relationep_gra_d398481c-ea9f-fb7d-354e-25bf34cfc4f4_2 ;
  a2a:hasRelationPP oa:relationpp_gra_d398481c-ea9f-fb7d-354e-25bf34cfc4f4_0, oa:relationpp_gra_d398481c-ea9f-fb7d-354e-25bf34cfc4f4_1 ;
  a2a:hasSource oa:source_gra_d398481c-ea9f-fb7d-354e-25bf34cfc4f4 .

oa:person_gra_d398481c-ea9f-fb7d-354e-25bf34cfc4f4_Person-f2d24fb1-a7fc-5ee7-bee0-fbf21c44a784
  a a2a:Person ;
  rdfs:label "Johannes Ellerman" ;
  a2a:PersonName [
    rdfs:label "Johannes Ellerman" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Ellerman"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "61 jaar" ;
    rdfs:label "61 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Harkstede" ;
    rdfs:label "Harkstede"
  ] ;
  a2a:Profession "gep.soldaat" .

oa:person_gra_d398481c-ea9f-fb7d-354e-25bf34cfc4f4_Person-62022bff-a0c6-9dee-2ce3-a9c6005520d1
  a a2a:Person ;
  rdfs:label "Helena Catharina Heikens" ;
  a2a:PersonName [
    rdfs:label "Helena Catharina Heikens" ;
    a2a:PersonNameFirstName "Helena Catharina" ;
    a2a:PersonNameLastName "Heikens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_d398481c-ea9f-fb7d-354e-25bf34cfc4f4_Person-733a9d62-19a9-41c9-ca7b-ef3ef89706ac
  a a2a:Person ;
  rdfs:label "Judik Scheffers" ;
  a2a:PersonName [
    rdfs:label "Judik Scheffers" ;
    a2a:PersonNameFirstName "Judik" ;
    a2a:PersonNameLastName "Scheffers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_d398481c-ea9f-fb7d-354e-25bf34cfc4f4_Person-0d40c41b-1677-f83c-c07c-ae22496ae873
  a a2a:Person ;
  rdfs:label "Philippus Ellerman" ;
  a2a:PersonName [
    rdfs:label "Philippus Ellerman" ;
    a2a:PersonNameFirstName "Philippus" ;
    a2a:PersonNameLastName "Ellerman"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "arbeider" .

oa:person_gra_d398481c-ea9f-fb7d-354e-25bf34cfc4f4_Person-39c88adb-62b3-ab44-982e-67339efaa561
  a a2a:Person ;
  rdfs:label "Euphemia Hendricks" ;
  a2a:PersonName [
    rdfs:label "Euphemia Hendricks" ;
    a2a:PersonNameFirstName "Euphemia" ;
    a2a:PersonNameLastName "Hendricks"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_d398481c-ea9f-fb7d-354e-25bf34cfc4f4_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1866" ;
    a2a:Month "5" ;
    a2a:Day "7" ;
    rdfs:label "1866-05-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_d398481c-ea9f-fb7d-354e-25bf34cfc4f4_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_d398481c-ea9f-fb7d-354e-25bf34cfc4f4_Person:f2d24fb1-a7fc-5ee7-bee0-fbf21c44a784 ;
  a2a:EventKeyRef oa:event_gra_d398481c-ea9f-fb7d-354e-25bf34cfc4f4_Event1 .

oa:relationep_gra_d398481c-ea9f-fb7d-354e-25bf34cfc4f4_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_d398481c-ea9f-fb7d-354e-25bf34cfc4f4_Person:0d40c41b-1677-f83c-c07c-ae22496ae873 ;
  a2a:EventKeyRef oa:event_gra_d398481c-ea9f-fb7d-354e-25bf34cfc4f4_Event1 .

oa:relationep_gra_d398481c-ea9f-fb7d-354e-25bf34cfc4f4_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_d398481c-ea9f-fb7d-354e-25bf34cfc4f4_Person:39c88adb-62b3-ab44-982e-67339efaa561 ;
  a2a:EventKeyRef oa:event_gra_d398481c-ea9f-fb7d-354e-25bf34cfc4f4_Event1 .

oa:relationpp_gra_d398481c-ea9f-fb7d-354e-25bf34cfc4f4_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_d398481c-ea9f-fb7d-354e-25bf34cfc4f4_Person:f2d24fb1-a7fc-5ee7-bee0-fbf21c44a784, oa:person_gra_d398481c-ea9f-fb7d-354e-25bf34cfc4f4_Person:62022bff-a0c6-9dee-2ce3-a9c6005520d1 .

oa:relationpp_gra_d398481c-ea9f-fb7d-354e-25bf34cfc4f4_1
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_d398481c-ea9f-fb7d-354e-25bf34cfc4f4_Person:f2d24fb1-a7fc-5ee7-bee0-fbf21c44a784, oa:person_gra_d398481c-ea9f-fb7d-354e-25bf34cfc4f4_Person:733a9d62-19a9-41c9-ca7b-ef3ef89706ac .

oa:source_gra_d398481c-ea9f-fb7d-354e-25bf34cfc4f4
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1866-05-09 - 1866-05-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1866-05-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1866-05-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1866" ;
    a2a:Month "5" ;
    a2a:Day "9" ;
    rdfs:label "1866-05-09"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1866" ;
    a2a:Book "Overlijdensregister 1866" ;
    a2a:DocumentNumber "386" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1866, Overlijdensregister 1866, 386"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/ea9945ed-1757-9436-736e-5daa0c3cd510.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/d398481c-ea9f-fb7d-354e-25bf34cfc4f4" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/ea9945ed-1757-9436-736e-5daa0c3cd510.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/d398481c-ea9f-fb7d-354e-25bf34cfc4f4" ;
  a2a:RecordGUID "{d398481c-ea9f-fb7d-354e-25bf34cfc4f4}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_190_00000190.xml van GRA" .

