@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_2eef213c-e1b0-c36f-df29-68e2c95418cb
  a a2a:Record ;
  rdfs:label "Overlijden op 7 oktober 1894 te Eexta gem. Scheemda" ;
  a2a:hasPerson oa:person_gra_2eef213c-e1b0-c36f-df29-68e2c95418cb_Person-6093daa8-2ca2-9b23-68ed-75d5931036d1, oa:person_gra_2eef213c-e1b0-c36f-df29-68e2c95418cb_Person-a41c7e03-b8c0-ddec-cbf9-6a5f64f25fb0, oa:person_gra_2eef213c-e1b0-c36f-df29-68e2c95418cb_Person-0a2077eb-8b24-8ed8-968a-c722811554f5, oa:person_gra_2eef213c-e1b0-c36f-df29-68e2c95418cb_Person-6db062b8-2996-dae6-630e-6c3904abd058 ;
  a2a:hasEvent oa:event_gra_2eef213c-e1b0-c36f-df29-68e2c95418cb_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_2eef213c-e1b0-c36f-df29-68e2c95418cb_0, oa:relationep_gra_2eef213c-e1b0-c36f-df29-68e2c95418cb_1, oa:relationep_gra_2eef213c-e1b0-c36f-df29-68e2c95418cb_2 ;
  a2a:hasRelationPP oa:relationpp_gra_2eef213c-e1b0-c36f-df29-68e2c95418cb_0 ;
  a2a:hasSource oa:source_gra_2eef213c-e1b0-c36f-df29-68e2c95418cb .

oa:person_gra_2eef213c-e1b0-c36f-df29-68e2c95418cb_Person-6093daa8-2ca2-9b23-68ed-75d5931036d1
  a a2a:Person ;
  rdfs:label "Wessel Lugtenborg" ;
  a2a:PersonName [
    rdfs:label "Wessel Lugtenborg" ;
    a2a:PersonNameFirstName "Wessel" ;
    a2a:PersonNameLastName "Lugtenborg"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "58 jaar" ;
    rdfs:label "58 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Scheemda" ;
    rdfs:label "Scheemda"
  ] ;
  a2a:Profession "arbeider" .

oa:person_gra_2eef213c-e1b0-c36f-df29-68e2c95418cb_Person-a41c7e03-b8c0-ddec-cbf9-6a5f64f25fb0
  a a2a:Person ;
  rdfs:label "Wellemtje Steenhuis" ;
  a2a:PersonName [
    rdfs:label "Wellemtje Steenhuis" ;
    a2a:PersonNameFirstName "Wellemtje" ;
    a2a:PersonNameLastName "Steenhuis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_2eef213c-e1b0-c36f-df29-68e2c95418cb_Person-0a2077eb-8b24-8ed8-968a-c722811554f5
  a a2a:Person ;
  rdfs:label "Tallechien Wessels Kuiper" ;
  a2a:PersonName [
    rdfs:label "Tallechien Wessels Kuiper" ;
    a2a:PersonNameFirstName "Tallechien Wessels" ;
    a2a:PersonNameLastName "Kuiper"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_2eef213c-e1b0-c36f-df29-68e2c95418cb_Person-6db062b8-2996-dae6-630e-6c3904abd058
  a a2a:Person ;
  rdfs:label "Geert Engels Lugtenborg" ;
  a2a:PersonName [
    rdfs:label "Geert Engels Lugtenborg" ;
    a2a:PersonNameFirstName "Geert Engels" ;
    a2a:PersonNameLastName "Lugtenborg"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_2eef213c-e1b0-c36f-df29-68e2c95418cb_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1894" ;
    a2a:Month "10" ;
    a2a:Day "7" ;
    rdfs:label "1894-10-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Eexta gem. Scheemda" ;
    rdfs:label "Eexta gem. Scheemda"
  ] .

oa:relationep_gra_2eef213c-e1b0-c36f-df29-68e2c95418cb_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_2eef213c-e1b0-c36f-df29-68e2c95418cb_Person:6093daa8-2ca2-9b23-68ed-75d5931036d1 ;
  a2a:EventKeyRef oa:event_gra_2eef213c-e1b0-c36f-df29-68e2c95418cb_Event1 .

oa:relationep_gra_2eef213c-e1b0-c36f-df29-68e2c95418cb_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_2eef213c-e1b0-c36f-df29-68e2c95418cb_Person:0a2077eb-8b24-8ed8-968a-c722811554f5 ;
  a2a:EventKeyRef oa:event_gra_2eef213c-e1b0-c36f-df29-68e2c95418cb_Event1 .

oa:relationep_gra_2eef213c-e1b0-c36f-df29-68e2c95418cb_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_2eef213c-e1b0-c36f-df29-68e2c95418cb_Person:6db062b8-2996-dae6-630e-6c3904abd058 ;
  a2a:EventKeyRef oa:event_gra_2eef213c-e1b0-c36f-df29-68e2c95418cb_Event1 .

oa:relationpp_gra_2eef213c-e1b0-c36f-df29-68e2c95418cb_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_2eef213c-e1b0-c36f-df29-68e2c95418cb_Person:6093daa8-2ca2-9b23-68ed-75d5931036d1, oa:person_gra_2eef213c-e1b0-c36f-df29-68e2c95418cb_Person:a41c7e03-b8c0-ddec-cbf9-6a5f64f25fb0 .

oa:source_gra_2eef213c-e1b0-c36f-df29-68e2c95418cb
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Scheemda" ;
    rdfs:label "Scheemda", "1894-10-09 - 1894-10-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1894-10-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1894-10-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1894" ;
    a2a:Month "10" ;
    a2a:Day "9" ;
    rdfs:label "1894-10-09"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1894" ;
    a2a:Book "Overlijdensregister 1894" ;
    a2a:DocumentNumber "78" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1894, Overlijdensregister 1894, 78"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/41313b42-07c1-9c57-2d5d-611677598478.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/2eef213c-e1b0-c36f-df29-68e2c95418cb" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/41313b42-07c1-9c57-2d5d-611677598478.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-01-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/2eef213c-e1b0-c36f-df29-68e2c95418cb" ;
  a2a:RecordGUID "{2eef213c-e1b0-c36f-df29-68e2c95418cb}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220321_27_00000027.xml van GRA" .

