@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_2404e017-e4f9-ecef-dc0a-475d8691deb5
  a a2a:Record ;
  rdfs:label "Overlijden op 18 september 1861 te Thesinge gem. Ten Boer" ;
  a2a:hasPerson oa:person_gra_2404e017-e4f9-ecef-dc0a-475d8691deb5_Person-9952f7cf-026a-403a-265e-2de3fa383327, oa:person_gra_2404e017-e4f9-ecef-dc0a-475d8691deb5_Person-1bab9d1e-4f8d-4bc7-3c7a-5441f3fbfea2, oa:person_gra_2404e017-e4f9-ecef-dc0a-475d8691deb5_Person-5fa46976-a9bb-9a0e-d5e2-a9e62ce4458d, oa:person_gra_2404e017-e4f9-ecef-dc0a-475d8691deb5_Person-d2acab2e-bbce-b13b-7935-a4382d4a7bf4, oa:person_gra_2404e017-e4f9-ecef-dc0a-475d8691deb5_Person-1dc53810-d553-25d1-5145-556838711fe5 ;
  a2a:hasEvent oa:event_gra_2404e017-e4f9-ecef-dc0a-475d8691deb5_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_2404e017-e4f9-ecef-dc0a-475d8691deb5_0, oa:relationep_gra_2404e017-e4f9-ecef-dc0a-475d8691deb5_1, oa:relationep_gra_2404e017-e4f9-ecef-dc0a-475d8691deb5_2 ;
  a2a:hasRelationPP oa:relationpp_gra_2404e017-e4f9-ecef-dc0a-475d8691deb5_0, oa:relationpp_gra_2404e017-e4f9-ecef-dc0a-475d8691deb5_1 ;
  a2a:hasSource oa:source_gra_2404e017-e4f9-ecef-dc0a-475d8691deb5 .

oa:person_gra_2404e017-e4f9-ecef-dc0a-475d8691deb5_Person-9952f7cf-026a-403a-265e-2de3fa383327
  a a2a:Person ;
  rdfs:label "Tetje Tiemens Dolfijn" ;
  a2a:PersonName [
    rdfs:label "Tetje Tiemens Dolfijn" ;
    a2a:PersonNameFirstName "Tetje Tiemens" ;
    a2a:PersonNameLastName "Dolfijn"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "64 jaar" ;
    rdfs:label "64 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Thesinge gem. Ten Boer" ;
    rdfs:label "Thesinge gem. Ten Boer"
  ] .

oa:person_gra_2404e017-e4f9-ecef-dc0a-475d8691deb5_Person-1bab9d1e-4f8d-4bc7-3c7a-5441f3fbfea2
  a a2a:Person ;
  rdfs:label "Johannes Henderikus Dekens" ;
  a2a:PersonName [
    rdfs:label "Johannes Henderikus Dekens" ;
    a2a:PersonNameFirstName "Johannes Henderikus" ;
    a2a:PersonNameLastName "Dekens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_2404e017-e4f9-ecef-dc0a-475d8691deb5_Person-5fa46976-a9bb-9a0e-d5e2-a9e62ce4458d
  a a2a:Person ;
  rdfs:label "Egge Vos" ;
  a2a:PersonName [
    rdfs:label "Egge Vos" ;
    a2a:PersonNameFirstName "Egge" ;
    a2a:PersonNameLastName "Vos"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_2404e017-e4f9-ecef-dc0a-475d8691deb5_Person-d2acab2e-bbce-b13b-7935-a4382d4a7bf4
  a a2a:Person ;
  rdfs:label "Tiemen Heddes Dolfijn" ;
  a2a:PersonName [
    rdfs:label "Tiemen Heddes Dolfijn" ;
    a2a:PersonNameFirstName "Tiemen Heddes" ;
    a2a:PersonNameLastName "Dolfijn"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_2404e017-e4f9-ecef-dc0a-475d8691deb5_Person-1dc53810-d553-25d1-5145-556838711fe5
  a a2a:Person ;
  rdfs:label "Trientje Geerts" ;
  a2a:PersonName [
    rdfs:label "Trientje Geerts" ;
    a2a:PersonNameFirstName "Trientje" ;
    a2a:PersonNameLastName "Geerts"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_2404e017-e4f9-ecef-dc0a-475d8691deb5_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1861" ;
    a2a:Month "9" ;
    a2a:Day "18" ;
    rdfs:label "1861-09-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Thesinge gem. Ten Boer" ;
    rdfs:label "Thesinge gem. Ten Boer"
  ] .

oa:relationep_gra_2404e017-e4f9-ecef-dc0a-475d8691deb5_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_2404e017-e4f9-ecef-dc0a-475d8691deb5_Person:9952f7cf-026a-403a-265e-2de3fa383327 ;
  a2a:EventKeyRef oa:event_gra_2404e017-e4f9-ecef-dc0a-475d8691deb5_Event1 .

oa:relationep_gra_2404e017-e4f9-ecef-dc0a-475d8691deb5_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_2404e017-e4f9-ecef-dc0a-475d8691deb5_Person:d2acab2e-bbce-b13b-7935-a4382d4a7bf4 ;
  a2a:EventKeyRef oa:event_gra_2404e017-e4f9-ecef-dc0a-475d8691deb5_Event1 .

oa:relationep_gra_2404e017-e4f9-ecef-dc0a-475d8691deb5_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_2404e017-e4f9-ecef-dc0a-475d8691deb5_Person:1dc53810-d553-25d1-5145-556838711fe5 ;
  a2a:EventKeyRef oa:event_gra_2404e017-e4f9-ecef-dc0a-475d8691deb5_Event1 .

oa:relationpp_gra_2404e017-e4f9-ecef-dc0a-475d8691deb5_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_2404e017-e4f9-ecef-dc0a-475d8691deb5_Person:9952f7cf-026a-403a-265e-2de3fa383327, oa:person_gra_2404e017-e4f9-ecef-dc0a-475d8691deb5_Person:1bab9d1e-4f8d-4bc7-3c7a-5441f3fbfea2 .

oa:relationpp_gra_2404e017-e4f9-ecef-dc0a-475d8691deb5_1
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_2404e017-e4f9-ecef-dc0a-475d8691deb5_Person:9952f7cf-026a-403a-265e-2de3fa383327, oa:person_gra_2404e017-e4f9-ecef-dc0a-475d8691deb5_Person:5fa46976-a9bb-9a0e-d5e2-a9e62ce4458d .

oa:source_gra_2404e017-e4f9-ecef-dc0a-475d8691deb5
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Ten Boer" ;
    rdfs:label "Ten Boer", "1861-09-18 - 1861-09-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1861-09-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1861-09-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1861" ;
    a2a:Month "9" ;
    a2a:Day "18" ;
    rdfs:label "1861-09-18"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1861" ;
    a2a:Book "Overlijdensregister 1861" ;
    a2a:DocumentNumber "69" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1861, Overlijdensregister 1861, 69"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/567a7bfc-630a-1d51-5e64-62cb3fa9cb11.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/2404e017-e4f9-ecef-dc0a-475d8691deb5" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/567a7bfc-630a-1d51-5e64-62cb3fa9cb11.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/2404e017-e4f9-ecef-dc0a-475d8691deb5" ;
  a2a:RecordGUID "{2404e017-e4f9-ecef-dc0a-475d8691deb5}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_14676_00014676.xml van GRA" .

