@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_ec23e8a0-752d-3198-4bcc-e942fb94686b
  a a2a:Record ;
  rdfs:label "Overlijden op 23 oktober 1956 te Delfzijl" ;
  a2a:hasPerson oa:person_gra_ec23e8a0-752d-3198-4bcc-e942fb94686b_Person-d0b2b349-7b6a-e258-3e56-edcea383c2e9, oa:person_gra_ec23e8a0-752d-3198-4bcc-e942fb94686b_Person-d0b3819d-953d-7f90-456d-6a8f2cc5baae, oa:person_gra_ec23e8a0-752d-3198-4bcc-e942fb94686b_Person-402aa0a5-4a11-c9f5-9436-1c7213f366d5, oa:person_gra_ec23e8a0-752d-3198-4bcc-e942fb94686b_Person-77f998b3-f95a-1510-d098-0a4ab279590c, oa:person_gra_ec23e8a0-752d-3198-4bcc-e942fb94686b_Person-1ffb727f-98ff-39fe-c328-301f97c1e101 ;
  a2a:hasEvent oa:event_gra_ec23e8a0-752d-3198-4bcc-e942fb94686b_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_ec23e8a0-752d-3198-4bcc-e942fb94686b_0, oa:relationep_gra_ec23e8a0-752d-3198-4bcc-e942fb94686b_1, oa:relationep_gra_ec23e8a0-752d-3198-4bcc-e942fb94686b_2 ;
  a2a:hasRelationPP oa:relationpp_gra_ec23e8a0-752d-3198-4bcc-e942fb94686b_0, oa:relationpp_gra_ec23e8a0-752d-3198-4bcc-e942fb94686b_1 ;
  a2a:hasSource oa:source_gra_ec23e8a0-752d-3198-4bcc-e942fb94686b .

oa:person_gra_ec23e8a0-752d-3198-4bcc-e942fb94686b_Person-d0b2b349-7b6a-e258-3e56-edcea383c2e9
  a a2a:Person ;
  rdfs:label "Harmannus Wiardi Dijk" ;
  a2a:PersonName [
    rdfs:label "Harmannus Wiardi Dijk" ;
    a2a:PersonNameFirstName "Harmannus Wiardi" ;
    a2a:PersonNameLastName "Dijk"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "65 jaar" ;
    rdfs:label "65 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Delfzijl" ;
    rdfs:label "Delfzijl"
  ] .

oa:person_gra_ec23e8a0-752d-3198-4bcc-e942fb94686b_Person-d0b3819d-953d-7f90-456d-6a8f2cc5baae
  a a2a:Person ;
  rdfs:label "Klara Eisinga" ;
  a2a:PersonName [
    rdfs:label "Klara Eisinga" ;
    a2a:PersonNameFirstName "Klara" ;
    a2a:PersonNameLastName "Eisinga"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_ec23e8a0-752d-3198-4bcc-e942fb94686b_Person-402aa0a5-4a11-c9f5-9436-1c7213f366d5
  a a2a:Person ;
  rdfs:label "Anje Bleker" ;
  a2a:PersonName [
    rdfs:label "Anje Bleker" ;
    a2a:PersonNameFirstName "Anje" ;
    a2a:PersonNameLastName "Bleker"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_ec23e8a0-752d-3198-4bcc-e942fb94686b_Person-77f998b3-f95a-1510-d098-0a4ab279590c
  a a2a:Person ;
  rdfs:label "Jacob Dijk" ;
  a2a:PersonName [
    rdfs:label "Jacob Dijk" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Dijk"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_ec23e8a0-752d-3198-4bcc-e942fb94686b_Person-1ffb727f-98ff-39fe-c328-301f97c1e101
  a a2a:Person ;
  rdfs:label "Catharijna Dijken" ;
  a2a:PersonName [
    rdfs:label "Catharijna Dijken" ;
    a2a:PersonNameFirstName "Catharijna" ;
    a2a:PersonNameLastName "Dijken"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_ec23e8a0-752d-3198-4bcc-e942fb94686b_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1956" ;
    a2a:Month "10" ;
    a2a:Day "23" ;
    rdfs:label "1956-10-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Delfzijl" ;
    rdfs:label "Delfzijl"
  ] .

oa:relationep_gra_ec23e8a0-752d-3198-4bcc-e942fb94686b_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_ec23e8a0-752d-3198-4bcc-e942fb94686b_Person:d0b2b349-7b6a-e258-3e56-edcea383c2e9 ;
  a2a:EventKeyRef oa:event_gra_ec23e8a0-752d-3198-4bcc-e942fb94686b_Event1 .

oa:relationep_gra_ec23e8a0-752d-3198-4bcc-e942fb94686b_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_ec23e8a0-752d-3198-4bcc-e942fb94686b_Person:77f998b3-f95a-1510-d098-0a4ab279590c ;
  a2a:EventKeyRef oa:event_gra_ec23e8a0-752d-3198-4bcc-e942fb94686b_Event1 .

oa:relationep_gra_ec23e8a0-752d-3198-4bcc-e942fb94686b_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_ec23e8a0-752d-3198-4bcc-e942fb94686b_Person:1ffb727f-98ff-39fe-c328-301f97c1e101 ;
  a2a:EventKeyRef oa:event_gra_ec23e8a0-752d-3198-4bcc-e942fb94686b_Event1 .

oa:relationpp_gra_ec23e8a0-752d-3198-4bcc-e942fb94686b_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_ec23e8a0-752d-3198-4bcc-e942fb94686b_Person:d0b2b349-7b6a-e258-3e56-edcea383c2e9, oa:person_gra_ec23e8a0-752d-3198-4bcc-e942fb94686b_Person:d0b3819d-953d-7f90-456d-6a8f2cc5baae .

oa:relationpp_gra_ec23e8a0-752d-3198-4bcc-e942fb94686b_1
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_ec23e8a0-752d-3198-4bcc-e942fb94686b_Person:d0b2b349-7b6a-e258-3e56-edcea383c2e9, oa:person_gra_ec23e8a0-752d-3198-4bcc-e942fb94686b_Person:402aa0a5-4a11-c9f5-9436-1c7213f366d5 .

oa:source_gra_ec23e8a0-752d-3198-4bcc-e942fb94686b
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Delfzijl" ;
    rdfs:label "Delfzijl", "1956-10-24 - 1956-10-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1956-10-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1956-10-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1956" ;
    a2a:Month "10" ;
    a2a:Day "24" ;
    rdfs:label "1956-10-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1383, Periode: 1956" ;
    a2a:Book "Overlijdensregister 1956" ;
    a2a:DocumentNumber "66" ;
    a2a:RegistryNumber "1383" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1383, Periode: 1956, Overlijdensregister 1956, 66, 1383"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/1b9dabf4-f869-17e4-f85b-4d710ab32e58.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/ec23e8a0-752d-3198-4bcc-e942fb94686b" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/1b9dabf4-f869-17e4-f85b-4d710ab32e58.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/ec23e8a0-752d-3198-4bcc-e942fb94686b" ;
  a2a:RecordGUID "{ec23e8a0-752d-3198-4bcc-e942fb94686b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_11948_00011948.xml van GRA" .

