@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_e246f99d-4131-c7ef-67ed-7a4bd520b6ef
  a a2a:Record ;
  rdfs:label "Overlijden op 29 april 1829 te Eenrum" ;
  a2a:hasPerson oa:person_gra_e246f99d-4131-c7ef-67ed-7a4bd520b6ef_Person-b46c4b90-2b61-a00a-53ae-d1723255a31d, oa:person_gra_e246f99d-4131-c7ef-67ed-7a4bd520b6ef_Person-6137e033-3309-06da-0972-7234dde40555, oa:person_gra_e246f99d-4131-c7ef-67ed-7a4bd520b6ef_Person-ffa8e81f-c2ff-37cf-03a2-f471bd81fbdd ;
  a2a:hasEvent oa:event_gra_e246f99d-4131-c7ef-67ed-7a4bd520b6ef_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_e246f99d-4131-c7ef-67ed-7a4bd520b6ef_0, oa:relationep_gra_e246f99d-4131-c7ef-67ed-7a4bd520b6ef_1, oa:relationep_gra_e246f99d-4131-c7ef-67ed-7a4bd520b6ef_2 ;
  a2a:hasSource oa:source_gra_e246f99d-4131-c7ef-67ed-7a4bd520b6ef .

oa:person_gra_e246f99d-4131-c7ef-67ed-7a4bd520b6ef_Person-b46c4b90-2b61-a00a-53ae-d1723255a31d
  a a2a:Person ;
  rdfs:label "Jakob Kuur" ;
  a2a:PersonName [
    rdfs:label "Jakob Kuur" ;
    a2a:PersonNameFirstName "Jakob" ;
    a2a:PersonNameLastName "Kuur"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "5 weken" ;
    rdfs:label "5 weken"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Eenrum" ;
    rdfs:label "Eenrum"
  ] .

oa:person_gra_e246f99d-4131-c7ef-67ed-7a4bd520b6ef_Person-6137e033-3309-06da-0972-7234dde40555
  a a2a:Person ;
  rdfs:label "Grietje Drewes Bakema" ;
  a2a:PersonName [
    rdfs:label "Grietje Drewes Bakema" ;
    a2a:PersonNameFirstName "Grietje Drewes" ;
    a2a:PersonNameLastName "Bakema"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "dagloonersche" .

oa:person_gra_e246f99d-4131-c7ef-67ed-7a4bd520b6ef_Person-ffa8e81f-c2ff-37cf-03a2-f471bd81fbdd
  a a2a:Person ;
  rdfs:label "Klaas Jans Kuur" ;
  a2a:PersonName [
    rdfs:label "Klaas Jans Kuur" ;
    a2a:PersonNameFirstName "Klaas Jans" ;
    a2a:PersonNameLastName "Kuur"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "daglooner" .

oa:event_gra_e246f99d-4131-c7ef-67ed-7a4bd520b6ef_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1829" ;
    a2a:Month "4" ;
    a2a:Day "29" ;
    rdfs:label "1829-04-29"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Eenrum" ;
    rdfs:label "Eenrum"
  ] .

oa:relationep_gra_e246f99d-4131-c7ef-67ed-7a4bd520b6ef_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_e246f99d-4131-c7ef-67ed-7a4bd520b6ef_Person:b46c4b90-2b61-a00a-53ae-d1723255a31d ;
  a2a:EventKeyRef oa:event_gra_e246f99d-4131-c7ef-67ed-7a4bd520b6ef_Event1 .

oa:relationep_gra_e246f99d-4131-c7ef-67ed-7a4bd520b6ef_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_e246f99d-4131-c7ef-67ed-7a4bd520b6ef_Person:6137e033-3309-06da-0972-7234dde40555 ;
  a2a:EventKeyRef oa:event_gra_e246f99d-4131-c7ef-67ed-7a4bd520b6ef_Event1 .

oa:relationep_gra_e246f99d-4131-c7ef-67ed-7a4bd520b6ef_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_e246f99d-4131-c7ef-67ed-7a4bd520b6ef_Person:ffa8e81f-c2ff-37cf-03a2-f471bd81fbdd ;
  a2a:EventKeyRef oa:event_gra_e246f99d-4131-c7ef-67ed-7a4bd520b6ef_Event1 .

oa:source_gra_e246f99d-4131-c7ef-67ed-7a4bd520b6ef
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Eenrum" ;
    rdfs:label "Eenrum", "1829-04-30 - 1829-04-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1829-04-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1829-04-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1829" ;
    a2a:Month "4" ;
    a2a:Day "30" ;
    rdfs:label "1829-04-30"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1829" ;
    a2a:Book "Overlijdensregister 1829" ;
    a2a:DocumentNumber "31" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1829, Overlijdensregister 1829, 31"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/c0edef27-5af6-87ca-9b3f-12842ec6bee5.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/e246f99d-4131-c7ef-67ed-7a4bd520b6ef" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/c0edef27-5af6-87ca-9b3f-12842ec6bee5.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/e246f99d-4131-c7ef-67ed-7a4bd520b6ef" ;
  a2a:RecordGUID "{e246f99d-4131-c7ef-67ed-7a4bd520b6ef}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_11377_00011377.xml van GRA" .

