@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_bacde2cb-c19f-5848-0c62-318e8953935b
  a a2a:Record ;
  rdfs:label "Overlijden op 11 juli 1902 te Blijham gem. Wedde" ;
  a2a:hasPerson oa:person_gra_bacde2cb-c19f-5848-0c62-318e8953935b_Person-5f1f52c4-5bbf-e92e-ac3d-8ddf09467258, oa:person_gra_bacde2cb-c19f-5848-0c62-318e8953935b_Person-5d5c7e9a-44ee-3c65-3a3d-6174d0a53452, oa:person_gra_bacde2cb-c19f-5848-0c62-318e8953935b_Person-60607f97-718c-6e8c-6a38-2e84ca9ec129, oa:person_gra_bacde2cb-c19f-5848-0c62-318e8953935b_Person-d361e2ef-9458-b50e-8391-28c6a0bdc386 ;
  a2a:hasEvent oa:event_gra_bacde2cb-c19f-5848-0c62-318e8953935b_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_bacde2cb-c19f-5848-0c62-318e8953935b_0, oa:relationep_gra_bacde2cb-c19f-5848-0c62-318e8953935b_1, oa:relationep_gra_bacde2cb-c19f-5848-0c62-318e8953935b_2 ;
  a2a:hasRelationPP oa:relationpp_gra_bacde2cb-c19f-5848-0c62-318e8953935b_0 ;
  a2a:hasSource oa:source_gra_bacde2cb-c19f-5848-0c62-318e8953935b .

oa:person_gra_bacde2cb-c19f-5848-0c62-318e8953935b_Person-5f1f52c4-5bbf-e92e-ac3d-8ddf09467258
  a a2a:Person ;
  rdfs:label "Geessiena Manherst" ;
  a2a:PersonName [
    rdfs:label "Geessiena Manherst" ;
    a2a:PersonNameFirstName "Geessiena" ;
    a2a:PersonNameLastName "Manherst"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "40 jaar" ;
    rdfs:label "40 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Vlagtwedde" ;
    rdfs:label "Vlagtwedde"
  ] .

oa:person_gra_bacde2cb-c19f-5848-0c62-318e8953935b_Person-5d5c7e9a-44ee-3c65-3a3d-6174d0a53452
  a a2a:Person ;
  rdfs:label "Edo Koster" ;
  a2a:PersonName [
    rdfs:label "Edo Koster" ;
    a2a:PersonNameFirstName "Edo" ;
    a2a:PersonNameLastName "Koster"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_bacde2cb-c19f-5848-0c62-318e8953935b_Person-60607f97-718c-6e8c-6a38-2e84ca9ec129
  a a2a:Person ;
  rdfs:label "Harmannus Manherst" ;
  a2a:PersonName [
    rdfs:label "Harmannus Manherst" ;
    a2a:PersonNameFirstName "Harmannus" ;
    a2a:PersonNameLastName "Manherst"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "timmerman" .

oa:person_gra_bacde2cb-c19f-5848-0c62-318e8953935b_Person-d361e2ef-9458-b50e-8391-28c6a0bdc386
  a a2a:Person ;
  rdfs:label "Anna Catharina de Boer" ;
  a2a:PersonName [
    rdfs:label "Anna Catharina de Boer" ;
    a2a:PersonNameFirstName "Anna Catharina" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Boer"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_bacde2cb-c19f-5848-0c62-318e8953935b_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1902" ;
    a2a:Month "7" ;
    a2a:Day "11" ;
    rdfs:label "1902-07-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Blijham gem. Wedde" ;
    rdfs:label "Blijham gem. Wedde"
  ] .

oa:relationep_gra_bacde2cb-c19f-5848-0c62-318e8953935b_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_bacde2cb-c19f-5848-0c62-318e8953935b_Person:5f1f52c4-5bbf-e92e-ac3d-8ddf09467258 ;
  a2a:EventKeyRef oa:event_gra_bacde2cb-c19f-5848-0c62-318e8953935b_Event1 .

oa:relationep_gra_bacde2cb-c19f-5848-0c62-318e8953935b_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_bacde2cb-c19f-5848-0c62-318e8953935b_Person:60607f97-718c-6e8c-6a38-2e84ca9ec129 ;
  a2a:EventKeyRef oa:event_gra_bacde2cb-c19f-5848-0c62-318e8953935b_Event1 .

oa:relationep_gra_bacde2cb-c19f-5848-0c62-318e8953935b_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_bacde2cb-c19f-5848-0c62-318e8953935b_Person:d361e2ef-9458-b50e-8391-28c6a0bdc386 ;
  a2a:EventKeyRef oa:event_gra_bacde2cb-c19f-5848-0c62-318e8953935b_Event1 .

oa:relationpp_gra_bacde2cb-c19f-5848-0c62-318e8953935b_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_bacde2cb-c19f-5848-0c62-318e8953935b_Person:5f1f52c4-5bbf-e92e-ac3d-8ddf09467258, oa:person_gra_bacde2cb-c19f-5848-0c62-318e8953935b_Person:5d5c7e9a-44ee-3c65-3a3d-6174d0a53452 .

oa:source_gra_bacde2cb-c19f-5848-0c62-318e8953935b
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Wedde" ;
    rdfs:label "Wedde", "1902-07-12 - 1902-07-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1902-07-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1902-07-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1902" ;
    a2a:Month "7" ;
    a2a:Day "12" ;
    rdfs:label "1902-07-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1902" ;
    a2a:Book "Overlijdensregister 1902" ;
    a2a:DocumentNumber "17" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1902, Overlijdensregister 1902, 17"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/43e9ec4a-81a5-18da-92e8-9faf661e80f8.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/bacde2cb-c19f-5848-0c62-318e8953935b" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/43e9ec4a-81a5-18da-92e8-9faf661e80f8.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/bacde2cb-c19f-5848-0c62-318e8953935b" ;
  a2a:RecordGUID "{bacde2cb-c19f-5848-0c62-318e8953935b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_15815_00015815.xml van GRA" .

