@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_20e70abf-e0b3-1db7-d4cd-1806cbd9cf66
  a a2a:Record ;
  rdfs:label "Overlijden op 13 maart 1958 te Ten Boer" ;
  a2a:hasPerson oa:person_gra_20e70abf-e0b3-1db7-d4cd-1806cbd9cf66_Person-ab9e3651-6ae1-dc2e-60cd-95f8dda91bce, oa:person_gra_20e70abf-e0b3-1db7-d4cd-1806cbd9cf66_Person-bd5f2ded-a935-1113-6796-6bff977f0ea0, oa:person_gra_20e70abf-e0b3-1db7-d4cd-1806cbd9cf66_Person-f8e3849b-4fd0-ab17-2132-9055c2d02087, oa:person_gra_20e70abf-e0b3-1db7-d4cd-1806cbd9cf66_Person-c566e3ce-ac2d-3628-1865-47ee8ac0d19f ;
  a2a:hasEvent oa:event_gra_20e70abf-e0b3-1db7-d4cd-1806cbd9cf66_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_20e70abf-e0b3-1db7-d4cd-1806cbd9cf66_0, oa:relationep_gra_20e70abf-e0b3-1db7-d4cd-1806cbd9cf66_1, oa:relationep_gra_20e70abf-e0b3-1db7-d4cd-1806cbd9cf66_2 ;
  a2a:hasRelationPP oa:relationpp_gra_20e70abf-e0b3-1db7-d4cd-1806cbd9cf66_0 ;
  a2a:hasSource oa:source_gra_20e70abf-e0b3-1db7-d4cd-1806cbd9cf66 .

oa:person_gra_20e70abf-e0b3-1db7-d4cd-1806cbd9cf66_Person-ab9e3651-6ae1-dc2e-60cd-95f8dda91bce
  a a2a:Person ;
  rdfs:label "Simon Swierenga" ;
  a2a:PersonName [
    rdfs:label "Simon Swierenga" ;
    a2a:PersonNameFirstName "Simon" ;
    a2a:PersonNameLastName "Swierenga"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "88 jaar" ;
    rdfs:label "88 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Ten Boer" ;
    rdfs:label "Ten Boer"
  ] .

oa:person_gra_20e70abf-e0b3-1db7-d4cd-1806cbd9cf66_Person-bd5f2ded-a935-1113-6796-6bff977f0ea0
  a a2a:Person ;
  rdfs:label "Tjaakje Swierenga" ;
  a2a:PersonName [
    rdfs:label "Tjaakje Swierenga" ;
    a2a:PersonNameFirstName "Tjaakje" ;
    a2a:PersonNameLastName "Swierenga"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_20e70abf-e0b3-1db7-d4cd-1806cbd9cf66_Person-f8e3849b-4fd0-ab17-2132-9055c2d02087
  a a2a:Person ;
  rdfs:label "Cornelia Bebingh" ;
  a2a:PersonName [
    rdfs:label "Cornelia Bebingh" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Bebingh"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_20e70abf-e0b3-1db7-d4cd-1806cbd9cf66_Person-c566e3ce-ac2d-3628-1865-47ee8ac0d19f
  a a2a:Person ;
  rdfs:label "Jan Geerts Swierenga" ;
  a2a:PersonName [
    rdfs:label "Jan Geerts Swierenga" ;
    a2a:PersonNameFirstName "Jan Geerts" ;
    a2a:PersonNameLastName "Swierenga"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_20e70abf-e0b3-1db7-d4cd-1806cbd9cf66_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1958" ;
    a2a:Month "3" ;
    a2a:Day "13" ;
    rdfs:label "1958-03-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Ten Boer" ;
    rdfs:label "Ten Boer"
  ] .

oa:relationep_gra_20e70abf-e0b3-1db7-d4cd-1806cbd9cf66_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_20e70abf-e0b3-1db7-d4cd-1806cbd9cf66_Person:ab9e3651-6ae1-dc2e-60cd-95f8dda91bce ;
  a2a:EventKeyRef oa:event_gra_20e70abf-e0b3-1db7-d4cd-1806cbd9cf66_Event1 .

oa:relationep_gra_20e70abf-e0b3-1db7-d4cd-1806cbd9cf66_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_20e70abf-e0b3-1db7-d4cd-1806cbd9cf66_Person:f8e3849b-4fd0-ab17-2132-9055c2d02087 ;
  a2a:EventKeyRef oa:event_gra_20e70abf-e0b3-1db7-d4cd-1806cbd9cf66_Event1 .

oa:relationep_gra_20e70abf-e0b3-1db7-d4cd-1806cbd9cf66_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_20e70abf-e0b3-1db7-d4cd-1806cbd9cf66_Person:c566e3ce-ac2d-3628-1865-47ee8ac0d19f ;
  a2a:EventKeyRef oa:event_gra_20e70abf-e0b3-1db7-d4cd-1806cbd9cf66_Event1 .

oa:relationpp_gra_20e70abf-e0b3-1db7-d4cd-1806cbd9cf66_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_20e70abf-e0b3-1db7-d4cd-1806cbd9cf66_Person:ab9e3651-6ae1-dc2e-60cd-95f8dda91bce, oa:person_gra_20e70abf-e0b3-1db7-d4cd-1806cbd9cf66_Person:bd5f2ded-a935-1113-6796-6bff977f0ea0 .

oa:source_gra_20e70abf-e0b3-1db7-d4cd-1806cbd9cf66
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Ten Boer" ;
    rdfs:label "Ten Boer", "1958-03-15 - 1958-03-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1958-03-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1958-03-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1958" ;
    a2a:Month "3" ;
    a2a:Day "15" ;
    rdfs:label "1958-03-15"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1375, Periode: 1958" ;
    a2a:Book "Overlijdensregister 1958" ;
    a2a:DocumentNumber "9" ;
    a2a:RegistryNumber "1375" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1375, Periode: 1958, Overlijdensregister 1958, 9, 1375"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/9f94e368-ddce-7cd6-9ff4-d227730a43c9.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/20e70abf-e0b3-1db7-d4cd-1806cbd9cf66" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/9f94e368-ddce-7cd6-9ff4-d227730a43c9.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-05-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/20e70abf-e0b3-1db7-d4cd-1806cbd9cf66" ;
  a2a:RecordGUID "{20e70abf-e0b3-1db7-d4cd-1806cbd9cf66}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210721_37_00000037.xml van GRA" .

