@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_0fa7fc6a-8d11-76b8-e0b3-2bd5c99e8860
  a a2a:Record ;
  rdfs:label "Overlijden op 1 september 1953 te Groningen" ;
  a2a:hasPerson oa:person_gra_0fa7fc6a-8d11-76b8-e0b3-2bd5c99e8860_Person-8d3a7b76-f3cb-924c-9804-44beac8eedff, oa:person_gra_0fa7fc6a-8d11-76b8-e0b3-2bd5c99e8860_Person-9e208050-245e-34a6-d871-e17b02e203ec, oa:person_gra_0fa7fc6a-8d11-76b8-e0b3-2bd5c99e8860_Person-5ecd4b33-6599-8aee-ec8a-0dc0590db17f, oa:person_gra_0fa7fc6a-8d11-76b8-e0b3-2bd5c99e8860_Person-54e8ceea-2f64-7005-6f0e-926a8dc1bdb6 ;
  a2a:hasEvent oa:event_gra_0fa7fc6a-8d11-76b8-e0b3-2bd5c99e8860_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_0fa7fc6a-8d11-76b8-e0b3-2bd5c99e8860_0, oa:relationep_gra_0fa7fc6a-8d11-76b8-e0b3-2bd5c99e8860_1, oa:relationep_gra_0fa7fc6a-8d11-76b8-e0b3-2bd5c99e8860_2 ;
  a2a:hasRelationPP oa:relationpp_gra_0fa7fc6a-8d11-76b8-e0b3-2bd5c99e8860_0 ;
  a2a:hasSource oa:source_gra_0fa7fc6a-8d11-76b8-e0b3-2bd5c99e8860 .

oa:person_gra_0fa7fc6a-8d11-76b8-e0b3-2bd5c99e8860_Person-8d3a7b76-f3cb-924c-9804-44beac8eedff
  a a2a:Person ;
  rdfs:label "Janna Smit" ;
  a2a:PersonName [
    rdfs:label "Janna Smit" ;
    a2a:PersonNameFirstName "Janna" ;
    a2a:PersonNameLastName "Smit"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "70 jaar" ;
    rdfs:label "70 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Onstwedde" ;
    rdfs:label "Onstwedde"
  ] .

oa:person_gra_0fa7fc6a-8d11-76b8-e0b3-2bd5c99e8860_Person-9e208050-245e-34a6-d871-e17b02e203ec
  a a2a:Person ;
  rdfs:label "Roelof Salomons" ;
  a2a:PersonName [
    rdfs:label "Roelof Salomons" ;
    a2a:PersonNameFirstName "Roelof" ;
    a2a:PersonNameLastName "Salomons"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_0fa7fc6a-8d11-76b8-e0b3-2bd5c99e8860_Person-5ecd4b33-6599-8aee-ec8a-0dc0590db17f
  a a2a:Person ;
  rdfs:label "Johannes Smit" ;
  a2a:PersonName [
    rdfs:label "Johannes Smit" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Smit"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_0fa7fc6a-8d11-76b8-e0b3-2bd5c99e8860_Person-54e8ceea-2f64-7005-6f0e-926a8dc1bdb6
  a a2a:Person ;
  rdfs:label "Rikste Driesman" ;
  a2a:PersonName [
    rdfs:label "Rikste Driesman" ;
    a2a:PersonNameFirstName "Rikste" ;
    a2a:PersonNameLastName "Driesman"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_0fa7fc6a-8d11-76b8-e0b3-2bd5c99e8860_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1953" ;
    a2a:Month "9" ;
    a2a:Day "1" ;
    rdfs:label "1953-09-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_0fa7fc6a-8d11-76b8-e0b3-2bd5c99e8860_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_0fa7fc6a-8d11-76b8-e0b3-2bd5c99e8860_Person:8d3a7b76-f3cb-924c-9804-44beac8eedff ;
  a2a:EventKeyRef oa:event_gra_0fa7fc6a-8d11-76b8-e0b3-2bd5c99e8860_Event1 .

oa:relationep_gra_0fa7fc6a-8d11-76b8-e0b3-2bd5c99e8860_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_0fa7fc6a-8d11-76b8-e0b3-2bd5c99e8860_Person:5ecd4b33-6599-8aee-ec8a-0dc0590db17f ;
  a2a:EventKeyRef oa:event_gra_0fa7fc6a-8d11-76b8-e0b3-2bd5c99e8860_Event1 .

oa:relationep_gra_0fa7fc6a-8d11-76b8-e0b3-2bd5c99e8860_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_0fa7fc6a-8d11-76b8-e0b3-2bd5c99e8860_Person:54e8ceea-2f64-7005-6f0e-926a8dc1bdb6 ;
  a2a:EventKeyRef oa:event_gra_0fa7fc6a-8d11-76b8-e0b3-2bd5c99e8860_Event1 .

oa:relationpp_gra_0fa7fc6a-8d11-76b8-e0b3-2bd5c99e8860_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_0fa7fc6a-8d11-76b8-e0b3-2bd5c99e8860_Person:8d3a7b76-f3cb-924c-9804-44beac8eedff, oa:person_gra_0fa7fc6a-8d11-76b8-e0b3-2bd5c99e8860_Person:9e208050-245e-34a6-d871-e17b02e203ec .

oa:source_gra_0fa7fc6a-8d11-76b8-e0b3-2bd5c99e8860
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1953-09-02 - 1953-09-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1953-09-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1953-09-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1953" ;
    a2a:Month "9" ;
    a2a:Day "2" ;
    rdfs:label "1953-09-02"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1434-1438, Periode: 1953" ;
    a2a:Book "Overlijdensregister 1953" ;
    a2a:DocumentNumber "1222" ;
    a2a:RegistryNumber "1434-1438" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1434-1438, Periode: 1953, Overlijdensregister 1953, 1222, 1434-1438"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/19a769a4-3c70-c35a-f98c-a6ab1539c344.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/0fa7fc6a-8d11-76b8-e0b3-2bd5c99e8860" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/19a769a4-3c70-c35a-f98c-a6ab1539c344.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/0fa7fc6a-8d11-76b8-e0b3-2bd5c99e8860" ;
  a2a:RecordGUID "{0fa7fc6a-8d11-76b8-e0b3-2bd5c99e8860}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_15192_00015192.xml van GRA" .

