@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_0205c57a-3f42-562c-d9dc-e2a6f27aab64
  a a2a:Record ;
  rdfs:label "Overlijden op 24 december 1917 te Ganzedijk gem. Finsterwolde" ;
  a2a:hasPerson oa:person_gra_0205c57a-3f42-562c-d9dc-e2a6f27aab64_Person-b86922d1-9046-05e7-3546-58696833a1cf, oa:person_gra_0205c57a-3f42-562c-d9dc-e2a6f27aab64_Person-d59d3654-3468-260a-9de5-cdfc52040c92, oa:person_gra_0205c57a-3f42-562c-d9dc-e2a6f27aab64_Person-0201b249-9bd8-6e8a-ffe0-8eedeb48f3ac, oa:person_gra_0205c57a-3f42-562c-d9dc-e2a6f27aab64_Person-ab8acbfd-657b-65a4-31a2-996629a38d75 ;
  a2a:hasEvent oa:event_gra_0205c57a-3f42-562c-d9dc-e2a6f27aab64_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_0205c57a-3f42-562c-d9dc-e2a6f27aab64_0, oa:relationep_gra_0205c57a-3f42-562c-d9dc-e2a6f27aab64_1, oa:relationep_gra_0205c57a-3f42-562c-d9dc-e2a6f27aab64_2 ;
  a2a:hasRelationPP oa:relationpp_gra_0205c57a-3f42-562c-d9dc-e2a6f27aab64_0 ;
  a2a:hasSource oa:source_gra_0205c57a-3f42-562c-d9dc-e2a6f27aab64 .

oa:person_gra_0205c57a-3f42-562c-d9dc-e2a6f27aab64_Person-b86922d1-9046-05e7-3546-58696833a1cf
  a a2a:Person ;
  rdfs:label "Grietje Schipper" ;
  a2a:PersonName [
    rdfs:label "Grietje Schipper" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNameLastName "Schipper"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "38 jaar" ;
    rdfs:label "38 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Ganzedijk" ;
    rdfs:label "Ganzedijk"
  ] .

oa:person_gra_0205c57a-3f42-562c-d9dc-e2a6f27aab64_Person-d59d3654-3468-260a-9de5-cdfc52040c92
  a a2a:Person ;
  rdfs:label "Folchert Wiecherts" ;
  a2a:PersonName [
    rdfs:label "Folchert Wiecherts" ;
    a2a:PersonNameFirstName "Folchert" ;
    a2a:PersonNameLastName "Wiecherts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_0205c57a-3f42-562c-d9dc-e2a6f27aab64_Person-0201b249-9bd8-6e8a-ffe0-8eedeb48f3ac
  a a2a:Person ;
  rdfs:label "Jan Berends Schipper" ;
  a2a:PersonName [
    rdfs:label "Jan Berends Schipper" ;
    a2a:PersonNameFirstName "Jan Berends" ;
    a2a:PersonNameLastName "Schipper"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_0205c57a-3f42-562c-d9dc-e2a6f27aab64_Person-ab8acbfd-657b-65a4-31a2-996629a38d75
  a a2a:Person ;
  rdfs:label "Hillechien Luppens" ;
  a2a:PersonName [
    rdfs:label "Hillechien Luppens" ;
    a2a:PersonNameFirstName "Hillechien" ;
    a2a:PersonNameLastName "Luppens"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_0205c57a-3f42-562c-d9dc-e2a6f27aab64_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1917" ;
    a2a:Month "12" ;
    a2a:Day "24" ;
    rdfs:label "1917-12-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Ganzedijk gem. Finsterwolde" ;
    rdfs:label "Ganzedijk gem. Finsterwolde"
  ] .

oa:relationep_gra_0205c57a-3f42-562c-d9dc-e2a6f27aab64_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_0205c57a-3f42-562c-d9dc-e2a6f27aab64_Person:b86922d1-9046-05e7-3546-58696833a1cf ;
  a2a:EventKeyRef oa:event_gra_0205c57a-3f42-562c-d9dc-e2a6f27aab64_Event1 .

oa:relationep_gra_0205c57a-3f42-562c-d9dc-e2a6f27aab64_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_0205c57a-3f42-562c-d9dc-e2a6f27aab64_Person:0201b249-9bd8-6e8a-ffe0-8eedeb48f3ac ;
  a2a:EventKeyRef oa:event_gra_0205c57a-3f42-562c-d9dc-e2a6f27aab64_Event1 .

oa:relationep_gra_0205c57a-3f42-562c-d9dc-e2a6f27aab64_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_0205c57a-3f42-562c-d9dc-e2a6f27aab64_Person:ab8acbfd-657b-65a4-31a2-996629a38d75 ;
  a2a:EventKeyRef oa:event_gra_0205c57a-3f42-562c-d9dc-e2a6f27aab64_Event1 .

oa:relationpp_gra_0205c57a-3f42-562c-d9dc-e2a6f27aab64_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_0205c57a-3f42-562c-d9dc-e2a6f27aab64_Person:b86922d1-9046-05e7-3546-58696833a1cf, oa:person_gra_0205c57a-3f42-562c-d9dc-e2a6f27aab64_Person:d59d3654-3468-260a-9de5-cdfc52040c92 .

oa:source_gra_0205c57a-3f42-562c-d9dc-e2a6f27aab64
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Finsterwolde" ;
    rdfs:label "Finsterwolde", "1917-12-27 - 1917-12-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1917-12-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1917-12-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1917" ;
    a2a:Month "12" ;
    a2a:Day "27" ;
    rdfs:label "1917-12-27"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1917" ;
    a2a:Book "Overlijdensregister 1917" ;
    a2a:DocumentNumber "35" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1917, Overlijdensregister 1917, 35"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/d77f755e-8902-78d8-9c06-c4191b78401a.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/0205c57a-3f42-562c-d9dc-e2a6f27aab64" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/d77f755e-8902-78d8-9c06-c4191b78401a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/0205c57a-3f42-562c-d9dc-e2a6f27aab64" ;
  a2a:RecordGUID "{0205c57a-3f42-562c-d9dc-e2a6f27aab64}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_13099_00013099.xml van GRA" .

