@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_3feb4fe2-ba9a-7845-38ca-ca0e0affcb64
  a a2a:Record ;
  rdfs:label "Overlijden op 17 april 1850 te Winschoten" ;
  a2a:hasPerson oa:person_gra_3feb4fe2-ba9a-7845-38ca-ca0e0affcb64_Person-818cc67b-e8f3-32d7-5bad-d9f2efba7291, oa:person_gra_3feb4fe2-ba9a-7845-38ca-ca0e0affcb64_Person-bb6ae15f-243d-0810-003d-c7c44f589ba5, oa:person_gra_3feb4fe2-ba9a-7845-38ca-ca0e0affcb64_Person-1861084d-7dc2-41bc-e5e0-65c9c1c717df ;
  a2a:hasEvent oa:event_gra_3feb4fe2-ba9a-7845-38ca-ca0e0affcb64_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_3feb4fe2-ba9a-7845-38ca-ca0e0affcb64_0, oa:relationep_gra_3feb4fe2-ba9a-7845-38ca-ca0e0affcb64_1, oa:relationep_gra_3feb4fe2-ba9a-7845-38ca-ca0e0affcb64_2 ;
  a2a:hasSource oa:source_gra_3feb4fe2-ba9a-7845-38ca-ca0e0affcb64 .

oa:person_gra_3feb4fe2-ba9a-7845-38ca-ca0e0affcb64_Person-818cc67b-e8f3-32d7-5bad-d9f2efba7291
  a a2a:Person ;
  rdfs:label "Eppo Harms Tijks" ;
  a2a:PersonName [
    rdfs:label "Eppo Harms Tijks" ;
    a2a:PersonNameFirstName "Eppo Harms" ;
    a2a:PersonNameLastName "Tijks"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "47 jaar 5 maanden" ;
    rdfs:label "47 jaar 5 maanden"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Finsterwolde" ;
    rdfs:label "Finsterwolde"
  ] ;
  a2a:Profession "timmerman" .

oa:person_gra_3feb4fe2-ba9a-7845-38ca-ca0e0affcb64_Person-bb6ae15f-243d-0810-003d-c7c44f589ba5
  a a2a:Person ;
  rdfs:label "Gepke Eppes" ;
  a2a:PersonName [
    rdfs:label "Gepke Eppes" ;
    a2a:PersonNameFirstName "Gepke" ;
    a2a:PersonNameLastName "Eppes"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_3feb4fe2-ba9a-7845-38ca-ca0e0affcb64_Person-1861084d-7dc2-41bc-e5e0-65c9c1c717df
  a a2a:Person ;
  rdfs:label "Harm Hindriks Tijks" ;
  a2a:PersonName [
    rdfs:label "Harm Hindriks Tijks" ;
    a2a:PersonNameFirstName "Harm Hindriks" ;
    a2a:PersonNameLastName "Tijks"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_3feb4fe2-ba9a-7845-38ca-ca0e0affcb64_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1850" ;
    a2a:Month "4" ;
    a2a:Day "17" ;
    rdfs:label "1850-04-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Winschoten" ;
    rdfs:label "Winschoten"
  ] .

oa:relationep_gra_3feb4fe2-ba9a-7845-38ca-ca0e0affcb64_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_3feb4fe2-ba9a-7845-38ca-ca0e0affcb64_Person:818cc67b-e8f3-32d7-5bad-d9f2efba7291 ;
  a2a:EventKeyRef oa:event_gra_3feb4fe2-ba9a-7845-38ca-ca0e0affcb64_Event1 .

oa:relationep_gra_3feb4fe2-ba9a-7845-38ca-ca0e0affcb64_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_3feb4fe2-ba9a-7845-38ca-ca0e0affcb64_Person:bb6ae15f-243d-0810-003d-c7c44f589ba5 ;
  a2a:EventKeyRef oa:event_gra_3feb4fe2-ba9a-7845-38ca-ca0e0affcb64_Event1 .

oa:relationep_gra_3feb4fe2-ba9a-7845-38ca-ca0e0affcb64_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_3feb4fe2-ba9a-7845-38ca-ca0e0affcb64_Person:1861084d-7dc2-41bc-e5e0-65c9c1c717df ;
  a2a:EventKeyRef oa:event_gra_3feb4fe2-ba9a-7845-38ca-ca0e0affcb64_Event1 .

oa:source_gra_3feb4fe2-ba9a-7845-38ca-ca0e0affcb64
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Winschoten" ;
    rdfs:label "Winschoten", "1850-04-18 - 1850-04-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1850-04-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1850-04-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1850" ;
    a2a:Month "4" ;
    a2a:Day "18" ;
    rdfs:label "1850-04-18"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1850" ;
    a2a:Book "Overlijdensregister 1850" ;
    a2a:DocumentNumber "36" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1850, Overlijdensregister 1850, 36"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/4cf95845-36f2-46e2-a092-b31a2612fa82.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/3feb4fe2-ba9a-7845-38ca-ca0e0affcb64" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/4cf95845-36f2-46e2-a092-b31a2612fa82.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/3feb4fe2-ba9a-7845-38ca-ca0e0affcb64" ;
  a2a:RecordGUID "{3feb4fe2-ba9a-7845-38ca-ca0e0affcb64}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_13826_00013826.xml van GRA" .

