@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_aee9f115-8ee4-297f-eceb-a7630a931d1b
  a a2a:Record ;
  rdfs:label "Overlijden op 30 augustus 1898 te Oudeschans gem. Bellingwolde" ;
  a2a:hasPerson oa:person_gra_aee9f115-8ee4-297f-eceb-a7630a931d1b_Person-38df33d6-ff31-4815-d421-99f484964726, oa:person_gra_aee9f115-8ee4-297f-eceb-a7630a931d1b_Person-494943f0-8e08-3cd2-6d25-87793c613aeb, oa:person_gra_aee9f115-8ee4-297f-eceb-a7630a931d1b_Person-28081332-2b42-e9d6-b671-4bc2d4e6543e, oa:person_gra_aee9f115-8ee4-297f-eceb-a7630a931d1b_Person-95fe9a31-4f2b-3932-83d9-1c8b443a9b20, oa:person_gra_aee9f115-8ee4-297f-eceb-a7630a931d1b_Person-e17c930c-f669-3199-aee8-39e3a5e135ee ;
  a2a:hasEvent oa:event_gra_aee9f115-8ee4-297f-eceb-a7630a931d1b_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_aee9f115-8ee4-297f-eceb-a7630a931d1b_0, oa:relationep_gra_aee9f115-8ee4-297f-eceb-a7630a931d1b_1, oa:relationep_gra_aee9f115-8ee4-297f-eceb-a7630a931d1b_2 ;
  a2a:hasRelationPP oa:relationpp_gra_aee9f115-8ee4-297f-eceb-a7630a931d1b_0, oa:relationpp_gra_aee9f115-8ee4-297f-eceb-a7630a931d1b_1 ;
  a2a:hasSource oa:source_gra_aee9f115-8ee4-297f-eceb-a7630a931d1b .

oa:person_gra_aee9f115-8ee4-297f-eceb-a7630a931d1b_Person-38df33d6-ff31-4815-d421-99f484964726
  a a2a:Person ;
  rdfs:label "Heebe Bloem" ;
  a2a:PersonName [
    rdfs:label "Heebe Bloem" ;
    a2a:PersonNameFirstName "Heebe" ;
    a2a:PersonNameLastName "Bloem"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "39 jaar" ;
    rdfs:label "39 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Heerenland (Pruissen)" ;
    rdfs:label "Heerenland (Pruissen)"
  ] ;
  a2a:Profession "dagloonersche" .

oa:person_gra_aee9f115-8ee4-297f-eceb-a7630a931d1b_Person-494943f0-8e08-3cd2-6d25-87793c613aeb
  a a2a:Person ;
  rdfs:label "Herman Weringa" ;
  a2a:PersonName [
    rdfs:label "Herman Weringa" ;
    a2a:PersonNameFirstName "Herman" ;
    a2a:PersonNameLastName "Weringa"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_aee9f115-8ee4-297f-eceb-a7630a931d1b_Person-28081332-2b42-e9d6-b671-4bc2d4e6543e
  a a2a:Person ;
  rdfs:label "Reent Janssen" ;
  a2a:PersonName [
    rdfs:label "Reent Janssen" ;
    a2a:PersonNameFirstName "Reent" ;
    a2a:PersonNameLastName "Janssen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_aee9f115-8ee4-297f-eceb-a7630a931d1b_Person-95fe9a31-4f2b-3932-83d9-1c8b443a9b20
  a a2a:Person ;
  rdfs:label "Dirk Hanssen Bloem" ;
  a2a:PersonName [
    rdfs:label "Dirk Hanssen Bloem" ;
    a2a:PersonNameFirstName "Dirk Hanssen" ;
    a2a:PersonNameLastName "Bloem"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_aee9f115-8ee4-297f-eceb-a7630a931d1b_Person-e17c930c-f669-3199-aee8-39e3a5e135ee
  a a2a:Person ;
  rdfs:label "Etje Fokken" ;
  a2a:PersonName [
    rdfs:label "Etje Fokken" ;
    a2a:PersonNameFirstName "Etje" ;
    a2a:PersonNameLastName "Fokken"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_aee9f115-8ee4-297f-eceb-a7630a931d1b_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1898" ;
    a2a:Month "8" ;
    a2a:Day "30" ;
    rdfs:label "1898-08-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oudeschans gem. Bellingwolde" ;
    rdfs:label "Oudeschans gem. Bellingwolde"
  ] .

oa:relationep_gra_aee9f115-8ee4-297f-eceb-a7630a931d1b_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_aee9f115-8ee4-297f-eceb-a7630a931d1b_Person:38df33d6-ff31-4815-d421-99f484964726 ;
  a2a:EventKeyRef oa:event_gra_aee9f115-8ee4-297f-eceb-a7630a931d1b_Event1 .

oa:relationep_gra_aee9f115-8ee4-297f-eceb-a7630a931d1b_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_aee9f115-8ee4-297f-eceb-a7630a931d1b_Person:95fe9a31-4f2b-3932-83d9-1c8b443a9b20 ;
  a2a:EventKeyRef oa:event_gra_aee9f115-8ee4-297f-eceb-a7630a931d1b_Event1 .

oa:relationep_gra_aee9f115-8ee4-297f-eceb-a7630a931d1b_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_aee9f115-8ee4-297f-eceb-a7630a931d1b_Person:e17c930c-f669-3199-aee8-39e3a5e135ee ;
  a2a:EventKeyRef oa:event_gra_aee9f115-8ee4-297f-eceb-a7630a931d1b_Event1 .

oa:relationpp_gra_aee9f115-8ee4-297f-eceb-a7630a931d1b_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_aee9f115-8ee4-297f-eceb-a7630a931d1b_Person:38df33d6-ff31-4815-d421-99f484964726, oa:person_gra_aee9f115-8ee4-297f-eceb-a7630a931d1b_Person:494943f0-8e08-3cd2-6d25-87793c613aeb .

oa:relationpp_gra_aee9f115-8ee4-297f-eceb-a7630a931d1b_1
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_aee9f115-8ee4-297f-eceb-a7630a931d1b_Person:38df33d6-ff31-4815-d421-99f484964726, oa:person_gra_aee9f115-8ee4-297f-eceb-a7630a931d1b_Person:28081332-2b42-e9d6-b671-4bc2d4e6543e .

oa:source_gra_aee9f115-8ee4-297f-eceb-a7630a931d1b
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Bellingwolde" ;
    rdfs:label "Bellingwolde", "1898-08-31 - 1898-08-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1898-08-31"^^xsd:date ;
    a2a:SourceIndexDateTo "1898-08-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1898" ;
    a2a:Month "8" ;
    a2a:Day "31" ;
    rdfs:label "1898-08-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1898" ;
    a2a:Book "Overlijdensregister 1898" ;
    a2a:DocumentNumber "54" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1898, Overlijdensregister 1898, 54"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/91ba00b7-c15a-7ddb-e3ea-a3cf7efeb799.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/aee9f115-8ee4-297f-eceb-a7630a931d1b" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/91ba00b7-c15a-7ddb-e3ea-a3cf7efeb799.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-01-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/aee9f115-8ee4-297f-eceb-a7630a931d1b" ;
  a2a:RecordGUID "{aee9f115-8ee4-297f-eceb-a7630a931d1b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210225_17710_00017710.xml van GRA" .

