@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_7fcd8a52-bc67-6acf-fa3f-30db3a5b521a
  a a2a:Record ;
  rdfs:label "Overlijden op 23 april 1851 te Horsten gem. Onstwedde" ;
  a2a:hasPerson oa:person_gra_7fcd8a52-bc67-6acf-fa3f-30db3a5b521a_Person-3d217bf2-15e3-9534-b104-2174a77fb5a9, oa:person_gra_7fcd8a52-bc67-6acf-fa3f-30db3a5b521a_Person-34957233-f115-4cbb-9e07-03fbc2e13cc8, oa:person_gra_7fcd8a52-bc67-6acf-fa3f-30db3a5b521a_Person-e3b8d7dd-a924-568b-2654-edb62bb56162 ;
  a2a:hasEvent oa:event_gra_7fcd8a52-bc67-6acf-fa3f-30db3a5b521a_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_7fcd8a52-bc67-6acf-fa3f-30db3a5b521a_0, oa:relationep_gra_7fcd8a52-bc67-6acf-fa3f-30db3a5b521a_1, oa:relationep_gra_7fcd8a52-bc67-6acf-fa3f-30db3a5b521a_2 ;
  a2a:hasSource oa:source_gra_7fcd8a52-bc67-6acf-fa3f-30db3a5b521a .

oa:person_gra_7fcd8a52-bc67-6acf-fa3f-30db3a5b521a_Person-3d217bf2-15e3-9534-b104-2174a77fb5a9
  a a2a:Person ;
  rdfs:label "Bouktje Zuidema" ;
  a2a:PersonName [
    rdfs:label "Bouktje Zuidema" ;
    a2a:PersonNameFirstName "Bouktje" ;
    a2a:PersonNameLastName "Zuidema"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "landbouwersche" .

oa:person_gra_7fcd8a52-bc67-6acf-fa3f-30db3a5b521a_Person-34957233-f115-4cbb-9e07-03fbc2e13cc8
  a a2a:Person ;
  rdfs:label "Gepke Geerts Bots" ;
  a2a:PersonName [
    rdfs:label "Gepke Geerts Bots" ;
    a2a:PersonNameFirstName "Gepke Geerts" ;
    a2a:PersonNameLastName "Bots"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "29 jaar" ;
    rdfs:label "29 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Stadskanaal gem. Onstwedde" ;
    rdfs:label "Stadskanaal gem. Onstwedde"
  ] .

oa:person_gra_7fcd8a52-bc67-6acf-fa3f-30db3a5b521a_Person-e3b8d7dd-a924-568b-2654-edb62bb56162
  a a2a:Person ;
  rdfs:label "Geert Bots" ;
  a2a:PersonName [
    rdfs:label "Geert Bots" ;
    a2a:PersonNameFirstName "Geert" ;
    a2a:PersonNameLastName "Bots"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "landbouwer" .

oa:event_gra_7fcd8a52-bc67-6acf-fa3f-30db3a5b521a_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1851" ;
    a2a:Month "4" ;
    a2a:Day "23" ;
    rdfs:label "1851-04-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Horsten gem. Onstwedde" ;
    rdfs:label "Horsten gem. Onstwedde"
  ] .

oa:relationep_gra_7fcd8a52-bc67-6acf-fa3f-30db3a5b521a_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_7fcd8a52-bc67-6acf-fa3f-30db3a5b521a_Person:3d217bf2-15e3-9534-b104-2174a77fb5a9 ;
  a2a:EventKeyRef oa:event_gra_7fcd8a52-bc67-6acf-fa3f-30db3a5b521a_Event1 .

oa:relationep_gra_7fcd8a52-bc67-6acf-fa3f-30db3a5b521a_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_7fcd8a52-bc67-6acf-fa3f-30db3a5b521a_Person:34957233-f115-4cbb-9e07-03fbc2e13cc8 ;
  a2a:EventKeyRef oa:event_gra_7fcd8a52-bc67-6acf-fa3f-30db3a5b521a_Event1 .

oa:relationep_gra_7fcd8a52-bc67-6acf-fa3f-30db3a5b521a_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_7fcd8a52-bc67-6acf-fa3f-30db3a5b521a_Person:e3b8d7dd-a924-568b-2654-edb62bb56162 ;
  a2a:EventKeyRef oa:event_gra_7fcd8a52-bc67-6acf-fa3f-30db3a5b521a_Event1 .

oa:source_gra_7fcd8a52-bc67-6acf-fa3f-30db3a5b521a
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Onstwedde" ;
    rdfs:label "Onstwedde", "1851-04-24 - 1851-04-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1851-04-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1851-04-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1851" ;
    a2a:Month "4" ;
    a2a:Day "24" ;
    rdfs:label "1851-04-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1851" ;
    a2a:Book "Overlijdensregister 1851" ;
    a2a:DocumentNumber "28" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1851, Overlijdensregister 1851, 28"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/ea4b2a15-e00d-278c-f6e1-e597afd71440.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/7fcd8a52-bc67-6acf-fa3f-30db3a5b521a" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/ea4b2a15-e00d-278c-f6e1-e597afd71440.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/7fcd8a52-bc67-6acf-fa3f-30db3a5b521a" ;
  a2a:RecordGUID "{7fcd8a52-bc67-6acf-fa3f-30db3a5b521a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_16301_00016301.xml van GRA" .

