@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_ff80477a-1e29-16ec-b962-62d1981d1ecf
  a a2a:Record ;
  rdfs:label "Overlijden op 8 september 1814 te Farmsum gem. Delfzijl" ;
  a2a:hasPerson oa:person_gra_ff80477a-1e29-16ec-b962-62d1981d1ecf_Person-035eef45-320c-1d44-455e-ec87ebf5e83a, oa:person_gra_ff80477a-1e29-16ec-b962-62d1981d1ecf_Person-1bc88cf8-6da8-5ff5-0b22-df178891b320, oa:person_gra_ff80477a-1e29-16ec-b962-62d1981d1ecf_Person-b034f778-e9e3-9af7-be9a-758d77bf993d ;
  a2a:hasEvent oa:event_gra_ff80477a-1e29-16ec-b962-62d1981d1ecf_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_ff80477a-1e29-16ec-b962-62d1981d1ecf_0, oa:relationep_gra_ff80477a-1e29-16ec-b962-62d1981d1ecf_1, oa:relationep_gra_ff80477a-1e29-16ec-b962-62d1981d1ecf_2 ;
  a2a:hasSource oa:source_gra_ff80477a-1e29-16ec-b962-62d1981d1ecf .

oa:person_gra_ff80477a-1e29-16ec-b962-62d1981d1ecf_Person-035eef45-320c-1d44-455e-ec87ebf5e83a
  a a2a:Person ;
  rdfs:label "Freerk Tunnis Bulthuis" ;
  a2a:PersonName [
    rdfs:label "Freerk Tunnis Bulthuis" ;
    a2a:PersonNameFirstName "Freerk Tunnis" ;
    a2a:PersonNameLastName "Bulthuis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_ff80477a-1e29-16ec-b962-62d1981d1ecf_Person-1bc88cf8-6da8-5ff5-0b22-df178891b320
  a a2a:Person ;
  rdfs:label "Anje Hindriks" ;
  a2a:PersonName [
    rdfs:label "Anje Hindriks" ;
    a2a:PersonNameFirstName "Anje" ;
    a2a:PersonNameLastName "Hindriks"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_ff80477a-1e29-16ec-b962-62d1981d1ecf_Person-b034f778-e9e3-9af7-be9a-758d77bf993d
  a a2a:Person ;
  rdfs:label "Elizabeth Bulthuis" ;
  a2a:PersonName [
    rdfs:label "Elizabeth Bulthuis" ;
    a2a:PersonNameFirstName "Elizabeth" ;
    a2a:PersonNameLastName "Bulthuis"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "1 jaar" ;
    rdfs:label "1 jaar"
  ] .

oa:event_gra_ff80477a-1e29-16ec-b962-62d1981d1ecf_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1814" ;
    a2a:Month "9" ;
    a2a:Day "8" ;
    rdfs:label "1814-09-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Farmsum gem. Delfzijl" ;
    rdfs:label "Farmsum gem. Delfzijl"
  ] .

oa:relationep_gra_ff80477a-1e29-16ec-b962-62d1981d1ecf_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_ff80477a-1e29-16ec-b962-62d1981d1ecf_Person:035eef45-320c-1d44-455e-ec87ebf5e83a ;
  a2a:EventKeyRef oa:event_gra_ff80477a-1e29-16ec-b962-62d1981d1ecf_Event1 .

oa:relationep_gra_ff80477a-1e29-16ec-b962-62d1981d1ecf_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_ff80477a-1e29-16ec-b962-62d1981d1ecf_Person:1bc88cf8-6da8-5ff5-0b22-df178891b320 ;
  a2a:EventKeyRef oa:event_gra_ff80477a-1e29-16ec-b962-62d1981d1ecf_Event1 .

oa:relationep_gra_ff80477a-1e29-16ec-b962-62d1981d1ecf_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_ff80477a-1e29-16ec-b962-62d1981d1ecf_Person:b034f778-e9e3-9af7-be9a-758d77bf993d ;
  a2a:EventKeyRef oa:event_gra_ff80477a-1e29-16ec-b962-62d1981d1ecf_Event1 .

oa:source_gra_ff80477a-1e29-16ec-b962-62d1981d1ecf
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Delfzijl" ;
    rdfs:label "Delfzijl", "1814-09-09 - 1814-09-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1814-09-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1814-09-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1814" ;
    a2a:Month "9" ;
    a2a:Day "9" ;
    rdfs:label "1814-09-09"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1814" ;
    a2a:Book "Overlijdensregister 1814" ;
    a2a:DocumentNumber "59" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1814, Overlijdensregister 1814, 59"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/613d3295-6d8d-777c-5771-15fadd8731df.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/ff80477a-1e29-16ec-b962-62d1981d1ecf" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/613d3295-6d8d-777c-5771-15fadd8731df.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/ff80477a-1e29-16ec-b962-62d1981d1ecf" ;
  a2a:RecordGUID "{ff80477a-1e29-16ec-b962-62d1981d1ecf}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231213_74_00000074.xml van GRA" .

