@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_efd09031-3cd6-b439-77c6-aab7d657b910
  a a2a:Record ;
  rdfs:label "Overlijden op 17 mei 1952 te Delfzijl" ;
  a2a:hasPerson oa:person_gra_efd09031-3cd6-b439-77c6-aab7d657b910_Person-9782efeb-f5b8-a680-4eaf-ff8d53de70ec, oa:person_gra_efd09031-3cd6-b439-77c6-aab7d657b910_Person-6aaf00e7-d78d-f2cf-86c5-1c52276c1a9a, oa:person_gra_efd09031-3cd6-b439-77c6-aab7d657b910_Person-d2e17224-6901-a33a-ae7d-97d0521bf66c, oa:person_gra_efd09031-3cd6-b439-77c6-aab7d657b910_Person-c818d79b-dc0e-5472-eabd-098b272fc212 ;
  a2a:hasEvent oa:event_gra_efd09031-3cd6-b439-77c6-aab7d657b910_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_efd09031-3cd6-b439-77c6-aab7d657b910_0, oa:relationep_gra_efd09031-3cd6-b439-77c6-aab7d657b910_1, oa:relationep_gra_efd09031-3cd6-b439-77c6-aab7d657b910_2 ;
  a2a:hasRelationPP oa:relationpp_gra_efd09031-3cd6-b439-77c6-aab7d657b910_0 ;
  a2a:hasSource oa:source_gra_efd09031-3cd6-b439-77c6-aab7d657b910 .

oa:person_gra_efd09031-3cd6-b439-77c6-aab7d657b910_Person-9782efeb-f5b8-a680-4eaf-ff8d53de70ec
  a a2a:Person ;
  rdfs:label "Kornelis Klasens" ;
  a2a:PersonName [
    rdfs:label "Kornelis Klasens" ;
    a2a:PersonNameFirstName "Kornelis" ;
    a2a:PersonNameLastName "Klasens"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "83 jaar" ;
    rdfs:label "83 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Delfzijl" ;
    rdfs:label "Delfzijl"
  ] .

oa:person_gra_efd09031-3cd6-b439-77c6-aab7d657b910_Person-6aaf00e7-d78d-f2cf-86c5-1c52276c1a9a
  a a2a:Person ;
  rdfs:label "Jacoba van der Baan" ;
  a2a:PersonName [
    rdfs:label "Jacoba van der Baan" ;
    a2a:PersonNameFirstName "Jacoba" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Baan"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_efd09031-3cd6-b439-77c6-aab7d657b910_Person-d2e17224-6901-a33a-ae7d-97d0521bf66c
  a a2a:Person ;
  rdfs:label "Geert Jans Klasens" ;
  a2a:PersonName [
    rdfs:label "Geert Jans Klasens" ;
    a2a:PersonNameFirstName "Geert Jans" ;
    a2a:PersonNameLastName "Klasens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_efd09031-3cd6-b439-77c6-aab7d657b910_Person-c818d79b-dc0e-5472-eabd-098b272fc212
  a a2a:Person ;
  rdfs:label "Alida Harkema" ;
  a2a:PersonName [
    rdfs:label "Alida Harkema" ;
    a2a:PersonNameFirstName "Alida" ;
    a2a:PersonNameLastName "Harkema"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_efd09031-3cd6-b439-77c6-aab7d657b910_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1952" ;
    a2a:Month "5" ;
    a2a:Day "17" ;
    rdfs:label "1952-05-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Delfzijl" ;
    rdfs:label "Delfzijl"
  ] .

oa:relationep_gra_efd09031-3cd6-b439-77c6-aab7d657b910_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_efd09031-3cd6-b439-77c6-aab7d657b910_Person:9782efeb-f5b8-a680-4eaf-ff8d53de70ec ;
  a2a:EventKeyRef oa:event_gra_efd09031-3cd6-b439-77c6-aab7d657b910_Event1 .

oa:relationep_gra_efd09031-3cd6-b439-77c6-aab7d657b910_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_efd09031-3cd6-b439-77c6-aab7d657b910_Person:d2e17224-6901-a33a-ae7d-97d0521bf66c ;
  a2a:EventKeyRef oa:event_gra_efd09031-3cd6-b439-77c6-aab7d657b910_Event1 .

oa:relationep_gra_efd09031-3cd6-b439-77c6-aab7d657b910_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_efd09031-3cd6-b439-77c6-aab7d657b910_Person:c818d79b-dc0e-5472-eabd-098b272fc212 ;
  a2a:EventKeyRef oa:event_gra_efd09031-3cd6-b439-77c6-aab7d657b910_Event1 .

oa:relationpp_gra_efd09031-3cd6-b439-77c6-aab7d657b910_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_efd09031-3cd6-b439-77c6-aab7d657b910_Person:9782efeb-f5b8-a680-4eaf-ff8d53de70ec, oa:person_gra_efd09031-3cd6-b439-77c6-aab7d657b910_Person:6aaf00e7-d78d-f2cf-86c5-1c52276c1a9a .

oa:source_gra_efd09031-3cd6-b439-77c6-aab7d657b910
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Delfzijl" ;
    rdfs:label "Delfzijl", "1952-05-17 - 1952-05-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1952-05-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1952-05-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1952" ;
    a2a:Month "5" ;
    a2a:Day "17" ;
    rdfs:label "1952-05-17"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1379, Periode: 1952" ;
    a2a:Book "Overlijdensregister 1952" ;
    a2a:DocumentNumber "36" ;
    a2a:RegistryNumber "1379" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1379, Periode: 1952, Overlijdensregister 1952, 36, 1379"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/f23e5e69-eaad-046c-a08f-20fe0e4182bf.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/efd09031-3cd6-b439-77c6-aab7d657b910" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/f23e5e69-eaad-046c-a08f-20fe0e4182bf.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/efd09031-3cd6-b439-77c6-aab7d657b910" ;
  a2a:RecordGUID "{efd09031-3cd6-b439-77c6-aab7d657b910}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_12058_00012058.xml van GRA" .

