@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_b78a2cc9-3bbb-d333-c46a-bd3f7f0f2725
  a a2a:Record ;
  rdfs:label "Overlijden op 9 februari 1846 te Sappemeer" ;
  a2a:hasPerson oa:person_gra_b78a2cc9-3bbb-d333-c46a-bd3f7f0f2725_Person-3adba733-e471-1828-271b-3cc0f079b96c, oa:person_gra_b78a2cc9-3bbb-d333-c46a-bd3f7f0f2725_Person-d1f6dc8f-0796-a067-3c0d-75d5d1c1c28b, oa:person_gra_b78a2cc9-3bbb-d333-c46a-bd3f7f0f2725_Person-cd3d6eb3-a391-6d67-f132-fbaf1e39c86f, oa:person_gra_b78a2cc9-3bbb-d333-c46a-bd3f7f0f2725_Person-5d3af845-b20d-8a5e-905a-cb8553c7c1ba ;
  a2a:hasEvent oa:event_gra_b78a2cc9-3bbb-d333-c46a-bd3f7f0f2725_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_b78a2cc9-3bbb-d333-c46a-bd3f7f0f2725_0, oa:relationep_gra_b78a2cc9-3bbb-d333-c46a-bd3f7f0f2725_1, oa:relationep_gra_b78a2cc9-3bbb-d333-c46a-bd3f7f0f2725_2 ;
  a2a:hasRelationPP oa:relationpp_gra_b78a2cc9-3bbb-d333-c46a-bd3f7f0f2725_0 ;
  a2a:hasSource oa:source_gra_b78a2cc9-3bbb-d333-c46a-bd3f7f0f2725 .

oa:person_gra_b78a2cc9-3bbb-d333-c46a-bd3f7f0f2725_Person-3adba733-e471-1828-271b-3cc0f079b96c
  a a2a:Person ;
  rdfs:label "Berend Berends Oosterman" ;
  a2a:PersonName [
    rdfs:label "Berend Berends Oosterman" ;
    a2a:PersonNameFirstName "Berend Berends" ;
    a2a:PersonNameLastName "Oosterman"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "74 jaar" ;
    rdfs:label "74 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Westerbroek gem. Hoogezand" ;
    rdfs:label "Westerbroek gem. Hoogezand"
  ] ;
  a2a:Profession "winkelier" .

oa:person_gra_b78a2cc9-3bbb-d333-c46a-bd3f7f0f2725_Person-d1f6dc8f-0796-a067-3c0d-75d5d1c1c28b
  a a2a:Person ;
  rdfs:label "Roelofje Harms Nijmanting" ;
  a2a:PersonName [
    rdfs:label "Roelofje Harms Nijmanting" ;
    a2a:PersonNameFirstName "Roelofje Harms" ;
    a2a:PersonNameLastName "Nijmanting"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_b78a2cc9-3bbb-d333-c46a-bd3f7f0f2725_Person-cd3d6eb3-a391-6d67-f132-fbaf1e39c86f
  a a2a:Person ;
  rdfs:label "Berend Hindriks" ;
  a2a:PersonName [
    rdfs:label "Berend Hindriks" ;
    a2a:PersonNameFirstName "Berend" ;
    a2a:PersonNameLastName "Hindriks"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_b78a2cc9-3bbb-d333-c46a-bd3f7f0f2725_Person-5d3af845-b20d-8a5e-905a-cb8553c7c1ba
  a a2a:Person ;
  rdfs:label "Hilligje Harms" ;
  a2a:PersonName [
    rdfs:label "Hilligje Harms" ;
    a2a:PersonNameFirstName "Hilligje" ;
    a2a:PersonNameLastName "Harms"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_b78a2cc9-3bbb-d333-c46a-bd3f7f0f2725_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1846" ;
    a2a:Month "2" ;
    a2a:Day "9" ;
    rdfs:label "1846-02-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Sappemeer" ;
    rdfs:label "Sappemeer"
  ] .

oa:relationep_gra_b78a2cc9-3bbb-d333-c46a-bd3f7f0f2725_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_b78a2cc9-3bbb-d333-c46a-bd3f7f0f2725_Person:3adba733-e471-1828-271b-3cc0f079b96c ;
  a2a:EventKeyRef oa:event_gra_b78a2cc9-3bbb-d333-c46a-bd3f7f0f2725_Event1 .

oa:relationep_gra_b78a2cc9-3bbb-d333-c46a-bd3f7f0f2725_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_b78a2cc9-3bbb-d333-c46a-bd3f7f0f2725_Person:cd3d6eb3-a391-6d67-f132-fbaf1e39c86f ;
  a2a:EventKeyRef oa:event_gra_b78a2cc9-3bbb-d333-c46a-bd3f7f0f2725_Event1 .

oa:relationep_gra_b78a2cc9-3bbb-d333-c46a-bd3f7f0f2725_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_b78a2cc9-3bbb-d333-c46a-bd3f7f0f2725_Person:5d3af845-b20d-8a5e-905a-cb8553c7c1ba ;
  a2a:EventKeyRef oa:event_gra_b78a2cc9-3bbb-d333-c46a-bd3f7f0f2725_Event1 .

oa:relationpp_gra_b78a2cc9-3bbb-d333-c46a-bd3f7f0f2725_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_b78a2cc9-3bbb-d333-c46a-bd3f7f0f2725_Person:3adba733-e471-1828-271b-3cc0f079b96c, oa:person_gra_b78a2cc9-3bbb-d333-c46a-bd3f7f0f2725_Person:d1f6dc8f-0796-a067-3c0d-75d5d1c1c28b .

oa:source_gra_b78a2cc9-3bbb-d333-c46a-bd3f7f0f2725
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Sappemeer" ;
    rdfs:label "Sappemeer", "1846-02-10 - 1846-02-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1846-02-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1846-02-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1846" ;
    a2a:Month "2" ;
    a2a:Day "10" ;
    rdfs:label "1846-02-10"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1846" ;
    a2a:Book "Overlijdensregister 1846" ;
    a2a:DocumentNumber "9" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1846, Overlijdensregister 1846, 9"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/416198dc-7b48-1641-c834-9d2a0f2b2297.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/b78a2cc9-3bbb-d333-c46a-bd3f7f0f2725" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/416198dc-7b48-1641-c834-9d2a0f2b2297.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/b78a2cc9-3bbb-d333-c46a-bd3f7f0f2725" ;
  a2a:RecordGUID "{b78a2cc9-3bbb-d333-c46a-bd3f7f0f2725}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_15717_00015717.xml van GRA" .

