@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_02f018c6-8f74-1cfb-e245-976f82c6b62e
  a a2a:Record ;
  rdfs:label "Overlijden op 5 oktober 1826 te Zeerijp gem. 't Zandt" ;
  a2a:hasPerson oa:person_gra_02f018c6-8f74-1cfb-e245-976f82c6b62e_Person-e6779c94-b6ad-ed52-55eb-6c40a2df2435, oa:person_gra_02f018c6-8f74-1cfb-e245-976f82c6b62e_Person-9a248eaf-16ed-7a18-0d5a-09a6120572bb, oa:person_gra_02f018c6-8f74-1cfb-e245-976f82c6b62e_Person-fdd61dc0-f0fd-5ce8-948a-305e99f95d5f, oa:person_gra_02f018c6-8f74-1cfb-e245-976f82c6b62e_Person-209d8ac1-4bcf-8ed2-76a1-3aae7ef838d7, oa:person_gra_02f018c6-8f74-1cfb-e245-976f82c6b62e_Person-9b514016-5de2-3628-6dfc-91d79be96044 ;
  a2a:hasEvent oa:event_gra_02f018c6-8f74-1cfb-e245-976f82c6b62e_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_02f018c6-8f74-1cfb-e245-976f82c6b62e_0, oa:relationep_gra_02f018c6-8f74-1cfb-e245-976f82c6b62e_1, oa:relationep_gra_02f018c6-8f74-1cfb-e245-976f82c6b62e_2 ;
  a2a:hasRelationPP oa:relationpp_gra_02f018c6-8f74-1cfb-e245-976f82c6b62e_0, oa:relationpp_gra_02f018c6-8f74-1cfb-e245-976f82c6b62e_1 ;
  a2a:hasSource oa:source_gra_02f018c6-8f74-1cfb-e245-976f82c6b62e .

oa:person_gra_02f018c6-8f74-1cfb-e245-976f82c6b62e_Person-e6779c94-b6ad-ed52-55eb-6c40a2df2435
  a a2a:Person ;
  rdfs:label "Anje Jakobs" ;
  a2a:PersonName [
    rdfs:label "Anje Jakobs" ;
    a2a:PersonNameFirstName "Anje" ;
    a2a:PersonNameLastName "Jakobs"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "82 jaar" ;
    rdfs:label "82 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Woltersum" ;
    rdfs:label "Woltersum"
  ] .

oa:person_gra_02f018c6-8f74-1cfb-e245-976f82c6b62e_Person-9a248eaf-16ed-7a18-0d5a-09a6120572bb
  a a2a:Person ;
  rdfs:label "Jan Geerts" ;
  a2a:PersonName [
    rdfs:label "Jan Geerts" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Geerts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_02f018c6-8f74-1cfb-e245-976f82c6b62e_Person-fdd61dc0-f0fd-5ce8-948a-305e99f95d5f
  a a2a:Person ;
  rdfs:label "Koene Kornellis" ;
  a2a:PersonName [
    rdfs:label "Koene Kornellis" ;
    a2a:PersonNameFirstName "Koene" ;
    a2a:PersonNameLastName "Kornellis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_02f018c6-8f74-1cfb-e245-976f82c6b62e_Person-209d8ac1-4bcf-8ed2-76a1-3aae7ef838d7
  a a2a:Person ;
  rdfs:label "Jakob Jans" ;
  a2a:PersonName [
    rdfs:label "Jakob Jans" ;
    a2a:PersonNameFirstName "Jakob" ;
    a2a:PersonNameLastName "Jans"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "dagloner" .

oa:person_gra_02f018c6-8f74-1cfb-e245-976f82c6b62e_Person-9b514016-5de2-3628-6dfc-91d79be96044
  a a2a:Person ;
  rdfs:label "Anje Hindriks" ;
  a2a:PersonName [
    rdfs:label "Anje Hindriks" ;
    a2a:PersonNameFirstName "Anje" ;
    a2a:PersonNameLastName "Hindriks"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_02f018c6-8f74-1cfb-e245-976f82c6b62e_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1826" ;
    a2a:Month "10" ;
    a2a:Day "5" ;
    rdfs:label "1826-10-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zeerijp gem. 't Zandt" ;
    rdfs:label "Zeerijp gem. 't Zandt"
  ] .

oa:relationep_gra_02f018c6-8f74-1cfb-e245-976f82c6b62e_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_02f018c6-8f74-1cfb-e245-976f82c6b62e_Person:e6779c94-b6ad-ed52-55eb-6c40a2df2435 ;
  a2a:EventKeyRef oa:event_gra_02f018c6-8f74-1cfb-e245-976f82c6b62e_Event1 .

oa:relationep_gra_02f018c6-8f74-1cfb-e245-976f82c6b62e_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_02f018c6-8f74-1cfb-e245-976f82c6b62e_Person:209d8ac1-4bcf-8ed2-76a1-3aae7ef838d7 ;
  a2a:EventKeyRef oa:event_gra_02f018c6-8f74-1cfb-e245-976f82c6b62e_Event1 .

oa:relationep_gra_02f018c6-8f74-1cfb-e245-976f82c6b62e_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_02f018c6-8f74-1cfb-e245-976f82c6b62e_Person:9b514016-5de2-3628-6dfc-91d79be96044 ;
  a2a:EventKeyRef oa:event_gra_02f018c6-8f74-1cfb-e245-976f82c6b62e_Event1 .

oa:relationpp_gra_02f018c6-8f74-1cfb-e245-976f82c6b62e_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_02f018c6-8f74-1cfb-e245-976f82c6b62e_Person:e6779c94-b6ad-ed52-55eb-6c40a2df2435, oa:person_gra_02f018c6-8f74-1cfb-e245-976f82c6b62e_Person:9a248eaf-16ed-7a18-0d5a-09a6120572bb .

oa:relationpp_gra_02f018c6-8f74-1cfb-e245-976f82c6b62e_1
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_02f018c6-8f74-1cfb-e245-976f82c6b62e_Person:e6779c94-b6ad-ed52-55eb-6c40a2df2435, oa:person_gra_02f018c6-8f74-1cfb-e245-976f82c6b62e_Person:fdd61dc0-f0fd-5ce8-948a-305e99f95d5f .

oa:source_gra_02f018c6-8f74-1cfb-e245-976f82c6b62e
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "'t Zandt" ;
    rdfs:label "'t Zandt", "1826-10-07 - 1826-10-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1826-10-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1826-10-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1826" ;
    a2a:Month "10" ;
    a2a:Day "7" ;
    rdfs:label "1826-10-07"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1826" ;
    a2a:Book "Overlijdensregister 1826" ;
    a2a:DocumentNumber "73" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1826, Overlijdensregister 1826, 73"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/7c8b8c3a-f9ec-0462-fa8c-35e9c728b6d4.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/02f018c6-8f74-1cfb-e245-976f82c6b62e" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/7c8b8c3a-f9ec-0462-fa8c-35e9c728b6d4.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/02f018c6-8f74-1cfb-e245-976f82c6b62e" ;
  a2a:RecordGUID "{02f018c6-8f74-1cfb-e245-976f82c6b62e}" ;
  a2a:SourceRemarkOpmerking "nalatende 1 kind uit 1e huwelijk" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_13127_00013127.xml van GRA" .

