@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_7b04dc65-8931-e77f-0e89-e0c27bad5d8b
  a a2a:Record ;
  rdfs:label "Overlijden op 6 mei 1969 te Baflo" ;
  a2a:hasPerson oa:person_gra_7b04dc65-8931-e77f-0e89-e0c27bad5d8b_Person-800fb9ce-7d86-1db0-e924-b927d3d6be55, oa:person_gra_7b04dc65-8931-e77f-0e89-e0c27bad5d8b_Person-70cd587f-f954-e495-7ea8-b027ac15b7be, oa:person_gra_7b04dc65-8931-e77f-0e89-e0c27bad5d8b_Person-65c63fba-3e3e-f197-913a-1240515d55a8, oa:person_gra_7b04dc65-8931-e77f-0e89-e0c27bad5d8b_Person-ebdb385d-f2f7-37f8-a02c-c60178fd0795 ;
  a2a:hasEvent oa:event_gra_7b04dc65-8931-e77f-0e89-e0c27bad5d8b_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_7b04dc65-8931-e77f-0e89-e0c27bad5d8b_0, oa:relationep_gra_7b04dc65-8931-e77f-0e89-e0c27bad5d8b_1, oa:relationep_gra_7b04dc65-8931-e77f-0e89-e0c27bad5d8b_2 ;
  a2a:hasRelationPP oa:relationpp_gra_7b04dc65-8931-e77f-0e89-e0c27bad5d8b_0 ;
  a2a:hasSource oa:source_gra_7b04dc65-8931-e77f-0e89-e0c27bad5d8b .

oa:person_gra_7b04dc65-8931-e77f-0e89-e0c27bad5d8b_Person-800fb9ce-7d86-1db0-e924-b927d3d6be55
  a a2a:Person ;
  rdfs:label "Jakob Beukema" ;
  a2a:PersonName [
    rdfs:label "Jakob Beukema" ;
    a2a:PersonNameFirstName "Jakob" ;
    a2a:PersonNameLastName "Beukema"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_7b04dc65-8931-e77f-0e89-e0c27bad5d8b_Person-70cd587f-f954-e495-7ea8-b027ac15b7be
  a a2a:Person ;
  rdfs:label "Sirp Hamminga" ;
  a2a:PersonName [
    rdfs:label "Sirp Hamminga" ;
    a2a:PersonNameFirstName "Sirp" ;
    a2a:PersonNameLastName "Hamminga"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_7b04dc65-8931-e77f-0e89-e0c27bad5d8b_Person-65c63fba-3e3e-f197-913a-1240515d55a8
  a a2a:Person ;
  rdfs:label "Aaltje Waterloo" ;
  a2a:PersonName [
    rdfs:label "Aaltje Waterloo" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNameLastName "Waterloo"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_7b04dc65-8931-e77f-0e89-e0c27bad5d8b_Person-ebdb385d-f2f7-37f8-a02c-c60178fd0795
  a a2a:Person ;
  rdfs:label "Hendrikje Hamminga" ;
  a2a:PersonName [
    rdfs:label "Hendrikje Hamminga" ;
    a2a:PersonNameFirstName "Hendrikje" ;
    a2a:PersonNameLastName "Hamminga"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "78 jaar" ;
    rdfs:label "78 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Baflo" ;
    rdfs:label "Baflo"
  ] .

oa:event_gra_7b04dc65-8931-e77f-0e89-e0c27bad5d8b_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1969" ;
    a2a:Month "5" ;
    a2a:Day "6" ;
    rdfs:label "1969-05-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Baflo" ;
    rdfs:label "Baflo"
  ] .

oa:relationep_gra_7b04dc65-8931-e77f-0e89-e0c27bad5d8b_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_7b04dc65-8931-e77f-0e89-e0c27bad5d8b_Person:70cd587f-f954-e495-7ea8-b027ac15b7be ;
  a2a:EventKeyRef oa:event_gra_7b04dc65-8931-e77f-0e89-e0c27bad5d8b_Event1 .

oa:relationep_gra_7b04dc65-8931-e77f-0e89-e0c27bad5d8b_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_7b04dc65-8931-e77f-0e89-e0c27bad5d8b_Person:65c63fba-3e3e-f197-913a-1240515d55a8 ;
  a2a:EventKeyRef oa:event_gra_7b04dc65-8931-e77f-0e89-e0c27bad5d8b_Event1 .

oa:relationep_gra_7b04dc65-8931-e77f-0e89-e0c27bad5d8b_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_7b04dc65-8931-e77f-0e89-e0c27bad5d8b_Person:ebdb385d-f2f7-37f8-a02c-c60178fd0795 ;
  a2a:EventKeyRef oa:event_gra_7b04dc65-8931-e77f-0e89-e0c27bad5d8b_Event1 .

oa:relationpp_gra_7b04dc65-8931-e77f-0e89-e0c27bad5d8b_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_7b04dc65-8931-e77f-0e89-e0c27bad5d8b_Person:ebdb385d-f2f7-37f8-a02c-c60178fd0795, oa:person_gra_7b04dc65-8931-e77f-0e89-e0c27bad5d8b_Person:800fb9ce-7d86-1db0-e924-b927d3d6be55 .

oa:source_gra_7b04dc65-8931-e77f-0e89-e0c27bad5d8b
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Baflo" ;
    rdfs:label "Baflo", "1969-05-06 - 1969-05-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1969-05-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1969-05-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1969" ;
    a2a:Month "5" ;
    a2a:Day "6" ;
    rdfs:label "1969-05-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1174, Periode: 1969" ;
    a2a:Book "Overlijdensregister 1969" ;
    a2a:DocumentNumber "13" ;
    a2a:RegistryNumber "1174" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1174, Periode: 1969, Overlijdensregister 1969, 13, 1174"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/46830603-2e5f-988b-4af1-50c16d98790c.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/7b04dc65-8931-e77f-0e89-e0c27bad5d8b" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/46830603-2e5f-988b-4af1-50c16d98790c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-10-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/7b04dc65-8931-e77f-0e89-e0c27bad5d8b" ;
  a2a:RecordGUID "{7b04dc65-8931-e77f-0e89-e0c27bad5d8b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_16158_00016158.xml van GRA" .

