@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_d037c1c9-e60c-4e90-e073-e284676c39cc
  a a2a:Record ;
  rdfs:label "Overlijden op 21 maart 1810" ;
  a2a:hasPerson oa:person_gra_d037c1c9-e60c-4e90-e073-e284676c39cc_Person-34efc96f-ed5f-f926-2d32-0ba47436d3c0 ;
  a2a:hasEvent oa:event_gra_d037c1c9-e60c-4e90-e073-e284676c39cc_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_d037c1c9-e60c-4e90-e073-e284676c39cc_0 ;
  a2a:hasSource oa:source_gra_d037c1c9-e60c-4e90-e073-e284676c39cc .

oa:person_gra_d037c1c9-e60c-4e90-e073-e284676c39cc_Person-34efc96f-ed5f-f926-2d32-0ba47436d3c0
  a a2a:Person ;
  rdfs:label "Jacob Hindriks Krans" ;
  a2a:PersonName [
    rdfs:label "Jacob Hindriks Krans" ;
    a2a:PersonNameFirstName "Jacob Hindriks" ;
    a2a:PersonNameLastName "Krans"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_d037c1c9-e60c-4e90-e073-e284676c39cc_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1810" ;
    a2a:Month "3" ;
    a2a:Day "21" ;
    rdfs:label "1810-03-21"^^xsd:date
  ] .

oa:relationep_gra_d037c1c9-e60c-4e90-e073-e284676c39cc_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_d037c1c9-e60c-4e90-e073-e284676c39cc_Person:34efc96f-ed5f-f926-2d32-0ba47436d3c0 ;
  a2a:EventKeyRef oa:event_gra_d037c1c9-e60c-4e90-e073-e284676c39cc_Event1 .

oa:source_gra_d037c1c9-e60c-4e90-e073-e284676c39cc
  a a2a:Source ;
  rdfs:label "AlleGroningers, Memories van Successie" ;
  a2a:SourcePlace [
    a2a:Place "Rayon - Oldambt (1806 - 1811)" ;
    rdfs:label "Rayon - Oldambt (1806 - 1811)", "1810-01-01 - 1810-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1810-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1810-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1810" ;
    a2a:Month "3" ;
    a2a:Day "21" ;
    rdfs:label "1810-03-21"^^xsd:date
  ] ;
  a2a:SourceType "Memories van Successie" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Archiefnaam: Gequalificeerden van de belasting op het recht van successie in Groningen, Bron: boe..." ;
    a2a:Book "Registers der overledenen 1810" ;
    a2a:RegistryNumber "0063" ;
    rdfs:label "AlleGroningers, Groningen, Archiefnaam: Gequalificeerden van de belasting op het recht van successie in Groningen, Bron: boe..., Registers der overledenen 1810, 0063"
  ] ;
  a2a:SourceLastChangeDate "2013-02-11"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/d037c1c9-e60c-4e90-e073-e284676c39cc" ;
  a2a:RecordGUID "{d037c1c9-e60c-4e90-e073-e284676c39cc}" ;
  a2a:SourceRemarkProvenance "A2Acollection gra_a2a_mvs_a-202102.2.xml van GRA" .

