@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_9f1b68ae-e096-061a-8ee2-0eb4de9f9865
  a a2a:Record ;
  rdfs:label "Overlijden op 7 november 1969 te Appingedam" ;
  a2a:hasPerson oa:person_gra_9f1b68ae-e096-061a-8ee2-0eb4de9f9865_Person-735dde00-4d4e-027b-78ab-29dff24f371b, oa:person_gra_9f1b68ae-e096-061a-8ee2-0eb4de9f9865_Person-4a4a0fe7-0ed6-73f8-14ce-beec25dbd495, oa:person_gra_9f1b68ae-e096-061a-8ee2-0eb4de9f9865_Person-d86f8e0b-f907-c603-2723-8f184fd7ae64, oa:person_gra_9f1b68ae-e096-061a-8ee2-0eb4de9f9865_Person-70820434-e02e-e91a-6a48-8f1aa8ae6301 ;
  a2a:hasEvent oa:event_gra_9f1b68ae-e096-061a-8ee2-0eb4de9f9865_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_9f1b68ae-e096-061a-8ee2-0eb4de9f9865_0, oa:relationep_gra_9f1b68ae-e096-061a-8ee2-0eb4de9f9865_1, oa:relationep_gra_9f1b68ae-e096-061a-8ee2-0eb4de9f9865_2 ;
  a2a:hasRelationPP oa:relationpp_gra_9f1b68ae-e096-061a-8ee2-0eb4de9f9865_0 ;
  a2a:hasSource oa:source_gra_9f1b68ae-e096-061a-8ee2-0eb4de9f9865 .

oa:person_gra_9f1b68ae-e096-061a-8ee2-0eb4de9f9865_Person-735dde00-4d4e-027b-78ab-29dff24f371b
  a a2a:Person ;
  rdfs:label "Jannes Tuinema" ;
  a2a:PersonName [
    rdfs:label "Jannes Tuinema" ;
    a2a:PersonNameFirstName "Jannes" ;
    a2a:PersonNameLastName "Tuinema"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_9f1b68ae-e096-061a-8ee2-0eb4de9f9865_Person-4a4a0fe7-0ed6-73f8-14ce-beec25dbd495
  a a2a:Person ;
  rdfs:label "Klaas Hartenhof" ;
  a2a:PersonName [
    rdfs:label "Klaas Hartenhof" ;
    a2a:PersonNameFirstName "Klaas" ;
    a2a:PersonNameLastName "Hartenhof"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_9f1b68ae-e096-061a-8ee2-0eb4de9f9865_Person-d86f8e0b-f907-c603-2723-8f184fd7ae64
  a a2a:Person ;
  rdfs:label "Aaltje Paapst" ;
  a2a:PersonName [
    rdfs:label "Aaltje Paapst" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNameLastName "Paapst"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_9f1b68ae-e096-061a-8ee2-0eb4de9f9865_Person-70820434-e02e-e91a-6a48-8f1aa8ae6301
  a a2a:Person ;
  rdfs:label "Klazina Hartenhof" ;
  a2a:PersonName [
    rdfs:label "Klazina Hartenhof" ;
    a2a:PersonNameFirstName "Klazina" ;
    a2a:PersonNameLastName "Hartenhof"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "48 jaar" ;
    rdfs:label "48 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Appingedam" ;
    rdfs:label "Appingedam"
  ] .

oa:event_gra_9f1b68ae-e096-061a-8ee2-0eb4de9f9865_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1969" ;
    a2a:Month "11" ;
    a2a:Day "7" ;
    rdfs:label "1969-11-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Appingedam" ;
    rdfs:label "Appingedam"
  ] .

oa:relationep_gra_9f1b68ae-e096-061a-8ee2-0eb4de9f9865_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_9f1b68ae-e096-061a-8ee2-0eb4de9f9865_Person:4a4a0fe7-0ed6-73f8-14ce-beec25dbd495 ;
  a2a:EventKeyRef oa:event_gra_9f1b68ae-e096-061a-8ee2-0eb4de9f9865_Event1 .

oa:relationep_gra_9f1b68ae-e096-061a-8ee2-0eb4de9f9865_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_9f1b68ae-e096-061a-8ee2-0eb4de9f9865_Person:d86f8e0b-f907-c603-2723-8f184fd7ae64 ;
  a2a:EventKeyRef oa:event_gra_9f1b68ae-e096-061a-8ee2-0eb4de9f9865_Event1 .

oa:relationep_gra_9f1b68ae-e096-061a-8ee2-0eb4de9f9865_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_9f1b68ae-e096-061a-8ee2-0eb4de9f9865_Person:70820434-e02e-e91a-6a48-8f1aa8ae6301 ;
  a2a:EventKeyRef oa:event_gra_9f1b68ae-e096-061a-8ee2-0eb4de9f9865_Event1 .

oa:relationpp_gra_9f1b68ae-e096-061a-8ee2-0eb4de9f9865_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_9f1b68ae-e096-061a-8ee2-0eb4de9f9865_Person:70820434-e02e-e91a-6a48-8f1aa8ae6301, oa:person_gra_9f1b68ae-e096-061a-8ee2-0eb4de9f9865_Person:735dde00-4d4e-027b-78ab-29dff24f371b .

oa:source_gra_9f1b68ae-e096-061a-8ee2-0eb4de9f9865
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Appingedam" ;
    rdfs:label "Appingedam", "1969-11-10 - 1969-11-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1969-11-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1969-11-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1969" ;
    a2a:Month "11" ;
    a2a:Day "10" ;
    rdfs:label "1969-11-10"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1164, Periode: 1969" ;
    a2a:Book "Overlijdensregister 1969" ;
    a2a:DocumentNumber "118" ;
    a2a:RegistryNumber "1164" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1164, Periode: 1969, Overlijdensregister 1969, 118, 1164"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/a5e8b0f3-00dd-148d-c8fb-0721bd9ebfd6.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/9f1b68ae-e096-061a-8ee2-0eb4de9f9865" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/a5e8b0f3-00dd-148d-c8fb-0721bd9ebfd6.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-11-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/9f1b68ae-e096-061a-8ee2-0eb4de9f9865" ;
  a2a:RecordGUID "{9f1b68ae-e096-061a-8ee2-0eb4de9f9865}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_16674_00016674.xml van GRA" .

