@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_31f541ec-8f3e-ec9f-47b9-e6d848f12644
  a a2a:Record ;
  rdfs:label "Overlijden op 4 april 1950 te Groningen" ;
  a2a:hasPerson oa:person_gra_31f541ec-8f3e-ec9f-47b9-e6d848f12644_Person-ea1158c0-51e6-25d7-bc30-8c940d4f7724, oa:person_gra_31f541ec-8f3e-ec9f-47b9-e6d848f12644_Person-b64b4bc8-5a1b-18c8-e308-ad2216703c17, oa:person_gra_31f541ec-8f3e-ec9f-47b9-e6d848f12644_Person-6adeef25-e344-392f-62b4-39073524e7e6, oa:person_gra_31f541ec-8f3e-ec9f-47b9-e6d848f12644_Person-3f78305a-252f-f9f6-1eab-48d4d1ac46d2 ;
  a2a:hasEvent oa:event_gra_31f541ec-8f3e-ec9f-47b9-e6d848f12644_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_31f541ec-8f3e-ec9f-47b9-e6d848f12644_0, oa:relationep_gra_31f541ec-8f3e-ec9f-47b9-e6d848f12644_1, oa:relationep_gra_31f541ec-8f3e-ec9f-47b9-e6d848f12644_2 ;
  a2a:hasRelationPP oa:relationpp_gra_31f541ec-8f3e-ec9f-47b9-e6d848f12644_0 ;
  a2a:hasSource oa:source_gra_31f541ec-8f3e-ec9f-47b9-e6d848f12644 .

oa:person_gra_31f541ec-8f3e-ec9f-47b9-e6d848f12644_Person-ea1158c0-51e6-25d7-bc30-8c940d4f7724
  a a2a:Person ;
  rdfs:label "Christina Doethea Kamminga" ;
  a2a:PersonName [
    rdfs:label "Christina Doethea Kamminga" ;
    a2a:PersonNameFirstName "Christina Doethea" ;
    a2a:PersonNameLastName "Kamminga"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "86 jaar" ;
    rdfs:label "86 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Midwolda" ;
    rdfs:label "Midwolda"
  ] .

oa:person_gra_31f541ec-8f3e-ec9f-47b9-e6d848f12644_Person-b64b4bc8-5a1b-18c8-e308-ad2216703c17
  a a2a:Person ;
  rdfs:label "Jan Fokko Brouwer" ;
  a2a:PersonName [
    rdfs:label "Jan Fokko Brouwer" ;
    a2a:PersonNameFirstName "Jan Fokko" ;
    a2a:PersonNameLastName "Brouwer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_31f541ec-8f3e-ec9f-47b9-e6d848f12644_Person-6adeef25-e344-392f-62b4-39073524e7e6
  a a2a:Person ;
  rdfs:label "Fredrik Adolf Begeman Kamminga" ;
  a2a:PersonName [
    rdfs:label "Fredrik Adolf Begeman Kamminga" ;
    a2a:PersonNameFirstName "Fredrik Adolf Begeman" ;
    a2a:PersonNameLastName "Kamminga"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_31f541ec-8f3e-ec9f-47b9-e6d848f12644_Person-3f78305a-252f-f9f6-1eab-48d4d1ac46d2
  a a2a:Person ;
  rdfs:label "Esse Bottjes" ;
  a2a:PersonName [
    rdfs:label "Esse Bottjes" ;
    a2a:PersonNameFirstName "Esse" ;
    a2a:PersonNameLastName "Bottjes"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_31f541ec-8f3e-ec9f-47b9-e6d848f12644_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1950" ;
    a2a:Month "4" ;
    a2a:Day "4" ;
    rdfs:label "1950-04-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_31f541ec-8f3e-ec9f-47b9-e6d848f12644_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_31f541ec-8f3e-ec9f-47b9-e6d848f12644_Person:ea1158c0-51e6-25d7-bc30-8c940d4f7724 ;
  a2a:EventKeyRef oa:event_gra_31f541ec-8f3e-ec9f-47b9-e6d848f12644_Event1 .

oa:relationep_gra_31f541ec-8f3e-ec9f-47b9-e6d848f12644_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_31f541ec-8f3e-ec9f-47b9-e6d848f12644_Person:6adeef25-e344-392f-62b4-39073524e7e6 ;
  a2a:EventKeyRef oa:event_gra_31f541ec-8f3e-ec9f-47b9-e6d848f12644_Event1 .

oa:relationep_gra_31f541ec-8f3e-ec9f-47b9-e6d848f12644_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_31f541ec-8f3e-ec9f-47b9-e6d848f12644_Person:3f78305a-252f-f9f6-1eab-48d4d1ac46d2 ;
  a2a:EventKeyRef oa:event_gra_31f541ec-8f3e-ec9f-47b9-e6d848f12644_Event1 .

oa:relationpp_gra_31f541ec-8f3e-ec9f-47b9-e6d848f12644_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_31f541ec-8f3e-ec9f-47b9-e6d848f12644_Person:ea1158c0-51e6-25d7-bc30-8c940d4f7724, oa:person_gra_31f541ec-8f3e-ec9f-47b9-e6d848f12644_Person:b64b4bc8-5a1b-18c8-e308-ad2216703c17 .

oa:source_gra_31f541ec-8f3e-ec9f-47b9-e6d848f12644
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1950-04-05 - 1950-04-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1950-04-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1950-04-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1950" ;
    a2a:Month "4" ;
    a2a:Day "5" ;
    rdfs:label "1950-04-05"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1328-1332, Periode: 1950" ;
    a2a:Book "Overlijdensregister 1950" ;
    a2a:DocumentNumber "472" ;
    a2a:RegistryNumber "1328-1332" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1328-1332, Periode: 1950, Overlijdensregister 1950, 472, 1328-1332"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/2a0b4860-0c92-f628-7a0b-1a24fb4ab7a8.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/31f541ec-8f3e-ec9f-47b9-e6d848f12644" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/2a0b4860-0c92-f628-7a0b-1a24fb4ab7a8.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-12-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/31f541ec-8f3e-ec9f-47b9-e6d848f12644" ;
  a2a:RecordGUID "{31f541ec-8f3e-ec9f-47b9-e6d848f12644}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_10887_00010887.xml van GRA" .

