@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_0e012950-e4fa-7932-ba32-4703323fd24b
  a a2a:Record ;
  rdfs:label "Overlijden op 4 april 1936 te Haren" ;
  a2a:hasPerson oa:person_gra_0e012950-e4fa-7932-ba32-4703323fd24b_Person-11e5ce6a-2dcb-7a14-0177-1bf06e26c03b, oa:person_gra_0e012950-e4fa-7932-ba32-4703323fd24b_Person-07e36b18-81b4-45e6-e06a-e5e3a5a9378d, oa:person_gra_0e012950-e4fa-7932-ba32-4703323fd24b_Person-cc62b021-4ede-03eb-d281-f32e8d27007c, oa:person_gra_0e012950-e4fa-7932-ba32-4703323fd24b_Person-0c8fe2a8-fc72-f677-a67c-4768365f0ed8 ;
  a2a:hasEvent oa:event_gra_0e012950-e4fa-7932-ba32-4703323fd24b_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_0e012950-e4fa-7932-ba32-4703323fd24b_0, oa:relationep_gra_0e012950-e4fa-7932-ba32-4703323fd24b_1, oa:relationep_gra_0e012950-e4fa-7932-ba32-4703323fd24b_2 ;
  a2a:hasRelationPP oa:relationpp_gra_0e012950-e4fa-7932-ba32-4703323fd24b_0 ;
  a2a:hasSource oa:source_gra_0e012950-e4fa-7932-ba32-4703323fd24b .

oa:person_gra_0e012950-e4fa-7932-ba32-4703323fd24b_Person-11e5ce6a-2dcb-7a14-0177-1bf06e26c03b
  a a2a:Person ;
  rdfs:label "Adriana Kapma" ;
  a2a:PersonName [
    rdfs:label "Adriana Kapma" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNameLastName "Kapma"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "48 jaar" ;
    rdfs:label "48 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:person_gra_0e012950-e4fa-7932-ba32-4703323fd24b_Person-07e36b18-81b4-45e6-e06a-e5e3a5a9378d
  a a2a:Person ;
  rdfs:label "Jakob Kamps" ;
  a2a:PersonName [
    rdfs:label "Jakob Kamps" ;
    a2a:PersonNameFirstName "Jakob" ;
    a2a:PersonNameLastName "Kamps"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_0e012950-e4fa-7932-ba32-4703323fd24b_Person-cc62b021-4ede-03eb-d281-f32e8d27007c
  a a2a:Person ;
  rdfs:label "Geertruida Frederika Tamminga" ;
  a2a:PersonName [
    rdfs:label "Geertruida Frederika Tamminga" ;
    a2a:PersonNameFirstName "Geertruida Frederika" ;
    a2a:PersonNameLastName "Tamminga"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_0e012950-e4fa-7932-ba32-4703323fd24b_Person-0c8fe2a8-fc72-f677-a67c-4768365f0ed8
  a a2a:Person ;
  rdfs:label "Jannes Kapma" ;
  a2a:PersonName [
    rdfs:label "Jannes Kapma" ;
    a2a:PersonNameFirstName "Jannes" ;
    a2a:PersonNameLastName "Kapma"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_0e012950-e4fa-7932-ba32-4703323fd24b_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1936" ;
    a2a:Month "4" ;
    a2a:Day "4" ;
    rdfs:label "1936-04-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Haren" ;
    rdfs:label "Haren"
  ] .

oa:relationep_gra_0e012950-e4fa-7932-ba32-4703323fd24b_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_0e012950-e4fa-7932-ba32-4703323fd24b_Person:11e5ce6a-2dcb-7a14-0177-1bf06e26c03b ;
  a2a:EventKeyRef oa:event_gra_0e012950-e4fa-7932-ba32-4703323fd24b_Event1 .

oa:relationep_gra_0e012950-e4fa-7932-ba32-4703323fd24b_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_0e012950-e4fa-7932-ba32-4703323fd24b_Person:cc62b021-4ede-03eb-d281-f32e8d27007c ;
  a2a:EventKeyRef oa:event_gra_0e012950-e4fa-7932-ba32-4703323fd24b_Event1 .

oa:relationep_gra_0e012950-e4fa-7932-ba32-4703323fd24b_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_0e012950-e4fa-7932-ba32-4703323fd24b_Person:0c8fe2a8-fc72-f677-a67c-4768365f0ed8 ;
  a2a:EventKeyRef oa:event_gra_0e012950-e4fa-7932-ba32-4703323fd24b_Event1 .

oa:relationpp_gra_0e012950-e4fa-7932-ba32-4703323fd24b_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_0e012950-e4fa-7932-ba32-4703323fd24b_Person:11e5ce6a-2dcb-7a14-0177-1bf06e26c03b, oa:person_gra_0e012950-e4fa-7932-ba32-4703323fd24b_Person:07e36b18-81b4-45e6-e06a-e5e3a5a9378d .

oa:source_gra_0e012950-e4fa-7932-ba32-4703323fd24b
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Haren" ;
    rdfs:label "Haren", "1936-04-06 - 1936-04-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1936-04-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1936-04-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1936" ;
    a2a:Month "4" ;
    a2a:Day "6" ;
    rdfs:label "1936-04-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1936" ;
    a2a:Book "Overlijdensregister 1936" ;
    a2a:DocumentNumber "33" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1936, Overlijdensregister 1936, 33"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/33d16ace-47fe-18a7-84c3-5a58adf68e1e.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/0e012950-e4fa-7932-ba32-4703323fd24b" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/33d16ace-47fe-18a7-84c3-5a58adf68e1e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/0e012950-e4fa-7932-ba32-4703323fd24b" ;
  a2a:RecordGUID "{0e012950-e4fa-7932-ba32-4703323fd24b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_15143_00015143.xml van GRA" .

