@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_3e8a1eb5-e0a8-ac88-a3a1-17a13f0ca618
  a a2a:Record ;
  rdfs:label "Overlijden op 10 december 1812 te Bellingwolde" ;
  a2a:hasPerson oa:person_gra_3e8a1eb5-e0a8-ac88-a3a1-17a13f0ca618_Person-5ac4f303-ac3d-8617-be0c-d523b2e0b51f, oa:person_gra_3e8a1eb5-e0a8-ac88-a3a1-17a13f0ca618_Person-4b3274a6-1685-e6d1-1890-e908de0c2c6e, oa:person_gra_3e8a1eb5-e0a8-ac88-a3a1-17a13f0ca618_Person-1498046c-b76d-0a07-bb8c-df3c6fc7d1a8, oa:person_gra_3e8a1eb5-e0a8-ac88-a3a1-17a13f0ca618_Person-ee738263-2b3c-68b8-1811-aa2e5972b82d ;
  a2a:hasEvent oa:event_gra_3e8a1eb5-e0a8-ac88-a3a1-17a13f0ca618_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_3e8a1eb5-e0a8-ac88-a3a1-17a13f0ca618_0, oa:relationep_gra_3e8a1eb5-e0a8-ac88-a3a1-17a13f0ca618_1, oa:relationep_gra_3e8a1eb5-e0a8-ac88-a3a1-17a13f0ca618_2 ;
  a2a:hasRelationPP oa:relationpp_gra_3e8a1eb5-e0a8-ac88-a3a1-17a13f0ca618_0 ;
  a2a:hasSource oa:source_gra_3e8a1eb5-e0a8-ac88-a3a1-17a13f0ca618 .

oa:person_gra_3e8a1eb5-e0a8-ac88-a3a1-17a13f0ca618_Person-5ac4f303-ac3d-8617-be0c-d523b2e0b51f
  a a2a:Person ;
  rdfs:label "Derk Alberts Prins" ;
  a2a:PersonName [
    rdfs:label "Derk Alberts Prins" ;
    a2a:PersonNameFirstName "Derk Alberts" ;
    a2a:PersonNameLastName "Prins"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "65 jaar" ;
    rdfs:label "65 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Bellingwolde" ;
    rdfs:label "Bellingwolde"
  ] ;
  a2a:Profession "timmerman" .

oa:person_gra_3e8a1eb5-e0a8-ac88-a3a1-17a13f0ca618_Person-4b3274a6-1685-e6d1-1890-e908de0c2c6e
  a a2a:Person ;
  rdfs:label "Grietje Harms Waterman" ;
  a2a:PersonName [
    rdfs:label "Grietje Harms Waterman" ;
    a2a:PersonNameFirstName "Grietje Harms" ;
    a2a:PersonNameLastName "Waterman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_3e8a1eb5-e0a8-ac88-a3a1-17a13f0ca618_Person-1498046c-b76d-0a07-bb8c-df3c6fc7d1a8
  a a2a:Person ;
  rdfs:label "Hille Derks" ;
  a2a:PersonName [
    rdfs:label "Hille Derks" ;
    a2a:PersonNameFirstName "Hille" ;
    a2a:PersonNameLastName "Derks"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_3e8a1eb5-e0a8-ac88-a3a1-17a13f0ca618_Person-ee738263-2b3c-68b8-1811-aa2e5972b82d
  a a2a:Person ;
  rdfs:label "Albert Prins" ;
  a2a:PersonName [
    rdfs:label "Albert Prins" ;
    a2a:PersonNameFirstName "Albert" ;
    a2a:PersonNameLastName "Prins"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "dagloner" .

oa:event_gra_3e8a1eb5-e0a8-ac88-a3a1-17a13f0ca618_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1812" ;
    a2a:Month "12" ;
    a2a:Day "10" ;
    rdfs:label "1812-12-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Bellingwolde" ;
    rdfs:label "Bellingwolde"
  ] .

oa:relationep_gra_3e8a1eb5-e0a8-ac88-a3a1-17a13f0ca618_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_3e8a1eb5-e0a8-ac88-a3a1-17a13f0ca618_Person:5ac4f303-ac3d-8617-be0c-d523b2e0b51f ;
  a2a:EventKeyRef oa:event_gra_3e8a1eb5-e0a8-ac88-a3a1-17a13f0ca618_Event1 .

oa:relationep_gra_3e8a1eb5-e0a8-ac88-a3a1-17a13f0ca618_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_3e8a1eb5-e0a8-ac88-a3a1-17a13f0ca618_Person:1498046c-b76d-0a07-bb8c-df3c6fc7d1a8 ;
  a2a:EventKeyRef oa:event_gra_3e8a1eb5-e0a8-ac88-a3a1-17a13f0ca618_Event1 .

oa:relationep_gra_3e8a1eb5-e0a8-ac88-a3a1-17a13f0ca618_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_3e8a1eb5-e0a8-ac88-a3a1-17a13f0ca618_Person:ee738263-2b3c-68b8-1811-aa2e5972b82d ;
  a2a:EventKeyRef oa:event_gra_3e8a1eb5-e0a8-ac88-a3a1-17a13f0ca618_Event1 .

oa:relationpp_gra_3e8a1eb5-e0a8-ac88-a3a1-17a13f0ca618_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_3e8a1eb5-e0a8-ac88-a3a1-17a13f0ca618_Person:5ac4f303-ac3d-8617-be0c-d523b2e0b51f, oa:person_gra_3e8a1eb5-e0a8-ac88-a3a1-17a13f0ca618_Person:4b3274a6-1685-e6d1-1890-e908de0c2c6e .

oa:source_gra_3e8a1eb5-e0a8-ac88-a3a1-17a13f0ca618
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Bellingwolde" ;
    rdfs:label "Bellingwolde", "1812-12-11 - 1812-12-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1812-12-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1812-12-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1812" ;
    a2a:Month "12" ;
    a2a:Day "11" ;
    rdfs:label "1812-12-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1812" ;
    a2a:Book "Overlijdensregister 1812" ;
    a2a:DocumentNumber "52" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1812, Overlijdensregister 1812, 52"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/19556e4a-679c-4091-adb2-04683d085e19.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/3e8a1eb5-e0a8-ac88-a3a1-17a13f0ca618" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/19556e4a-679c-4091-adb2-04683d085e19.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/3e8a1eb5-e0a8-ac88-a3a1-17a13f0ca618" ;
  a2a:RecordGUID "{3e8a1eb5-e0a8-ac88-a3a1-17a13f0ca618}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_13785_00013785.xml van GRA" .

