@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_ee35e039-7567-60f6-2cf6-ea7ffb5d29a7
  a a2a:Record ;
  rdfs:label "Overlijden op 5 september 1859 te Finsterwolde" ;
  a2a:hasPerson oa:person_gra_ee35e039-7567-60f6-2cf6-ea7ffb5d29a7_Person-0b1db354-68a5-8cff-c4cf-cfd12e210e65, oa:person_gra_ee35e039-7567-60f6-2cf6-ea7ffb5d29a7_Person-58cf34b7-0ffb-083b-ab04-01c28e65d409, oa:person_gra_ee35e039-7567-60f6-2cf6-ea7ffb5d29a7_Person-4263054e-3faf-fbb7-88ad-8d784884969c ;
  a2a:hasEvent oa:event_gra_ee35e039-7567-60f6-2cf6-ea7ffb5d29a7_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_ee35e039-7567-60f6-2cf6-ea7ffb5d29a7_0, oa:relationep_gra_ee35e039-7567-60f6-2cf6-ea7ffb5d29a7_1, oa:relationep_gra_ee35e039-7567-60f6-2cf6-ea7ffb5d29a7_2 ;
  a2a:hasSource oa:source_gra_ee35e039-7567-60f6-2cf6-ea7ffb5d29a7 .

oa:person_gra_ee35e039-7567-60f6-2cf6-ea7ffb5d29a7_Person-0b1db354-68a5-8cff-c4cf-cfd12e210e65
  a a2a:Person ;
  rdfs:label "Anje Hamster" ;
  a2a:PersonName [
    rdfs:label "Anje Hamster" ;
    a2a:PersonNameFirstName "Anje" ;
    a2a:PersonNameLastName "Hamster"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_ee35e039-7567-60f6-2cf6-ea7ffb5d29a7_Person-58cf34b7-0ffb-083b-ab04-01c28e65d409
  a a2a:Person ;
  rdfs:label "Martje Muntinga" ;
  a2a:PersonName [
    rdfs:label "Martje Muntinga" ;
    a2a:PersonNameFirstName "Martje" ;
    a2a:PersonNameLastName "Muntinga"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "6 dagen" ;
    rdfs:label "6 dagen"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Finsterwolde" ;
    rdfs:label "Finsterwolde"
  ] .

oa:person_gra_ee35e039-7567-60f6-2cf6-ea7ffb5d29a7_Person-4263054e-3faf-fbb7-88ad-8d784884969c
  a a2a:Person ;
  rdfs:label "Harm Muntinga" ;
  a2a:PersonName [
    rdfs:label "Harm Muntinga" ;
    a2a:PersonNameFirstName "Harm" ;
    a2a:PersonNameLastName "Muntinga"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "landbouwer" .

oa:event_gra_ee35e039-7567-60f6-2cf6-ea7ffb5d29a7_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1859" ;
    a2a:Month "9" ;
    a2a:Day "5" ;
    rdfs:label "1859-09-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Finsterwolde" ;
    rdfs:label "Finsterwolde"
  ] .

oa:relationep_gra_ee35e039-7567-60f6-2cf6-ea7ffb5d29a7_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_ee35e039-7567-60f6-2cf6-ea7ffb5d29a7_Person:0b1db354-68a5-8cff-c4cf-cfd12e210e65 ;
  a2a:EventKeyRef oa:event_gra_ee35e039-7567-60f6-2cf6-ea7ffb5d29a7_Event1 .

oa:relationep_gra_ee35e039-7567-60f6-2cf6-ea7ffb5d29a7_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_ee35e039-7567-60f6-2cf6-ea7ffb5d29a7_Person:58cf34b7-0ffb-083b-ab04-01c28e65d409 ;
  a2a:EventKeyRef oa:event_gra_ee35e039-7567-60f6-2cf6-ea7ffb5d29a7_Event1 .

oa:relationep_gra_ee35e039-7567-60f6-2cf6-ea7ffb5d29a7_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_ee35e039-7567-60f6-2cf6-ea7ffb5d29a7_Person:4263054e-3faf-fbb7-88ad-8d784884969c ;
  a2a:EventKeyRef oa:event_gra_ee35e039-7567-60f6-2cf6-ea7ffb5d29a7_Event1 .

oa:source_gra_ee35e039-7567-60f6-2cf6-ea7ffb5d29a7
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Finsterwolde" ;
    rdfs:label "Finsterwolde", "1859-09-05 - 1859-09-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1859-09-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1859-09-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1859" ;
    a2a:Month "9" ;
    a2a:Day "5" ;
    rdfs:label "1859-09-05"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1859" ;
    a2a:Book "Overlijdensregister 1859" ;
    a2a:DocumentNumber "28" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1859, Overlijdensregister 1859, 28"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/3dcce5c2-e17a-2f18-e49d-b297f523d31e.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/ee35e039-7567-60f6-2cf6-ea7ffb5d29a7" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/3dcce5c2-e17a-2f18-e49d-b297f523d31e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/ee35e039-7567-60f6-2cf6-ea7ffb5d29a7" ;
  a2a:RecordGUID "{ee35e039-7567-60f6-2cf6-ea7ffb5d29a7}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_12010_00012010.xml van GRA" .

