@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_182f00ee-ab6c-e3c0-4fc4-9f961cb78552
  a a2a:Record ;
  rdfs:label "Overlijden op 28 juni 1962 te Groningen" ;
  a2a:hasPerson oa:person_gra_182f00ee-ab6c-e3c0-4fc4-9f961cb78552_Person-323f2c46-1d95-632e-44f0-3429166a8a8f, oa:person_gra_182f00ee-ab6c-e3c0-4fc4-9f961cb78552_Person-9507c31a-4e60-6c6a-9221-95d451f7bb66, oa:person_gra_182f00ee-ab6c-e3c0-4fc4-9f961cb78552_Person-eb547711-d444-50ce-7a89-0ea4d14e48b8, oa:person_gra_182f00ee-ab6c-e3c0-4fc4-9f961cb78552_Person-27d1c53c-62b2-cd8f-d0f3-40ac81c42e58 ;
  a2a:hasEvent oa:event_gra_182f00ee-ab6c-e3c0-4fc4-9f961cb78552_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_182f00ee-ab6c-e3c0-4fc4-9f961cb78552_0, oa:relationep_gra_182f00ee-ab6c-e3c0-4fc4-9f961cb78552_1, oa:relationep_gra_182f00ee-ab6c-e3c0-4fc4-9f961cb78552_2 ;
  a2a:hasRelationPP oa:relationpp_gra_182f00ee-ab6c-e3c0-4fc4-9f961cb78552_0 ;
  a2a:hasSource oa:source_gra_182f00ee-ab6c-e3c0-4fc4-9f961cb78552 .

oa:person_gra_182f00ee-ab6c-e3c0-4fc4-9f961cb78552_Person-323f2c46-1d95-632e-44f0-3429166a8a8f
  a a2a:Person ;
  rdfs:label "Simon Bulthuis" ;
  a2a:PersonName [
    rdfs:label "Simon Bulthuis" ;
    a2a:PersonNameFirstName "Simon" ;
    a2a:PersonNameLastName "Bulthuis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_182f00ee-ab6c-e3c0-4fc4-9f961cb78552_Person-9507c31a-4e60-6c6a-9221-95d451f7bb66
  a a2a:Person ;
  rdfs:label "Johannes Boerema" ;
  a2a:PersonName [
    rdfs:label "Johannes Boerema" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Boerema"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_182f00ee-ab6c-e3c0-4fc4-9f961cb78552_Person-eb547711-d444-50ce-7a89-0ea4d14e48b8
  a a2a:Person ;
  rdfs:label "Engelina Bulthuis" ;
  a2a:PersonName [
    rdfs:label "Engelina Bulthuis" ;
    a2a:PersonNameFirstName "Engelina" ;
    a2a:PersonNameLastName "Bulthuis"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "94 jaar" ;
    rdfs:label "94 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Ulrum" ;
    rdfs:label "Ulrum"
  ] .

oa:person_gra_182f00ee-ab6c-e3c0-4fc4-9f961cb78552_Person-27d1c53c-62b2-cd8f-d0f3-40ac81c42e58
  a a2a:Person ;
  rdfs:label "Aafke Knooihuizen" ;
  a2a:PersonName [
    rdfs:label "Aafke Knooihuizen" ;
    a2a:PersonNameFirstName "Aafke" ;
    a2a:PersonNameLastName "Knooihuizen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_182f00ee-ab6c-e3c0-4fc4-9f961cb78552_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1962" ;
    a2a:Month "6" ;
    a2a:Day "28" ;
    rdfs:label "1962-06-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_182f00ee-ab6c-e3c0-4fc4-9f961cb78552_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_182f00ee-ab6c-e3c0-4fc4-9f961cb78552_Person:323f2c46-1d95-632e-44f0-3429166a8a8f ;
  a2a:EventKeyRef oa:event_gra_182f00ee-ab6c-e3c0-4fc4-9f961cb78552_Event1 .

oa:relationep_gra_182f00ee-ab6c-e3c0-4fc4-9f961cb78552_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_182f00ee-ab6c-e3c0-4fc4-9f961cb78552_Person:eb547711-d444-50ce-7a89-0ea4d14e48b8 ;
  a2a:EventKeyRef oa:event_gra_182f00ee-ab6c-e3c0-4fc4-9f961cb78552_Event1 .

oa:relationep_gra_182f00ee-ab6c-e3c0-4fc4-9f961cb78552_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_182f00ee-ab6c-e3c0-4fc4-9f961cb78552_Person:27d1c53c-62b2-cd8f-d0f3-40ac81c42e58 ;
  a2a:EventKeyRef oa:event_gra_182f00ee-ab6c-e3c0-4fc4-9f961cb78552_Event1 .

oa:relationpp_gra_182f00ee-ab6c-e3c0-4fc4-9f961cb78552_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_182f00ee-ab6c-e3c0-4fc4-9f961cb78552_Person:eb547711-d444-50ce-7a89-0ea4d14e48b8, oa:person_gra_182f00ee-ab6c-e3c0-4fc4-9f961cb78552_Person:9507c31a-4e60-6c6a-9221-95d451f7bb66 .

oa:source_gra_182f00ee-ab6c-e3c0-4fc4-9f961cb78552
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1962-06-29 - 1962-06-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1962-06-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1962-06-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1962" ;
    a2a:Month "6" ;
    a2a:Day "29" ;
    rdfs:label "1962-06-29"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1259, 1260, Periode: 1962" ;
    a2a:Book "Overlijdensregister 1962" ;
    a2a:DocumentNumber "1133" ;
    a2a:RegistryNumber "1259, 1260" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1259, 1260, Periode: 1962, Overlijdensregister 1962, 1133, 1259, 1260"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/301e4b53-be90-6129-484a-f7a03e4697dd.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/182f00ee-ab6c-e3c0-4fc4-9f961cb78552" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/301e4b53-be90-6129-484a-f7a03e4697dd.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/182f00ee-ab6c-e3c0-4fc4-9f961cb78552" ;
  a2a:RecordGUID "{182f00ee-ab6c-e3c0-4fc4-9f961cb78552}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_14887_00014887.xml van GRA" .

