@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_217e035e-b4bd-fe2b-e5d1-fcf739f5f4c4
  a a2a:Record ;
  rdfs:label "Overlijden op 10 januari 1953 te Overschild gem. Slochteren" ;
  a2a:hasPerson oa:person_gra_217e035e-b4bd-fe2b-e5d1-fcf739f5f4c4_Person-aba6a9be-27b7-531b-58d5-9b712c9b7033, oa:person_gra_217e035e-b4bd-fe2b-e5d1-fcf739f5f4c4_Person-388a6a41-b8af-e719-98e3-1444cb810521, oa:person_gra_217e035e-b4bd-fe2b-e5d1-fcf739f5f4c4_Person-ff2f04ca-79ea-34d4-3d39-042d909ec8d1 ;
  a2a:hasEvent oa:event_gra_217e035e-b4bd-fe2b-e5d1-fcf739f5f4c4_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_217e035e-b4bd-fe2b-e5d1-fcf739f5f4c4_0, oa:relationep_gra_217e035e-b4bd-fe2b-e5d1-fcf739f5f4c4_1, oa:relationep_gra_217e035e-b4bd-fe2b-e5d1-fcf739f5f4c4_2 ;
  a2a:hasSource oa:source_gra_217e035e-b4bd-fe2b-e5d1-fcf739f5f4c4 .

oa:person_gra_217e035e-b4bd-fe2b-e5d1-fcf739f5f4c4_Person-aba6a9be-27b7-531b-58d5-9b712c9b7033
  a a2a:Person ;
  rdfs:label "Seike Geertruida Molter" ;
  a2a:PersonName [
    rdfs:label "Seike Geertruida Molter" ;
    a2a:PersonNameFirstName "Seike Geertruida" ;
    a2a:PersonNameLastName "Molter"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_217e035e-b4bd-fe2b-e5d1-fcf739f5f4c4_Person-388a6a41-b8af-e719-98e3-1444cb810521
  a a2a:Person ;
  rdfs:label "Gerritdina Ciska Geertruida Goudemond" ;
  a2a:PersonName [
    rdfs:label "Gerritdina Ciska Geertruida Goudemond" ;
    a2a:PersonNameFirstName "Gerritdina Ciska Geertruida" ;
    a2a:PersonNameLastName "Goudemond"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "9 maanden" ;
    rdfs:label "9 maanden"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Overschild gem. Slochteren" ;
    rdfs:label "Overschild gem. Slochteren"
  ] .

oa:person_gra_217e035e-b4bd-fe2b-e5d1-fcf739f5f4c4_Person-ff2f04ca-79ea-34d4-3d39-042d909ec8d1
  a a2a:Person ;
  rdfs:label "Gerrit Goudemond" ;
  a2a:PersonName [
    rdfs:label "Gerrit Goudemond" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Goudemond"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "watermolenaar" .

oa:event_gra_217e035e-b4bd-fe2b-e5d1-fcf739f5f4c4_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1953" ;
    a2a:Month "1" ;
    a2a:Day "10" ;
    rdfs:label "1953-01-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Overschild gem. Slochteren" ;
    rdfs:label "Overschild gem. Slochteren"
  ] .

oa:relationep_gra_217e035e-b4bd-fe2b-e5d1-fcf739f5f4c4_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_217e035e-b4bd-fe2b-e5d1-fcf739f5f4c4_Person:aba6a9be-27b7-531b-58d5-9b712c9b7033 ;
  a2a:EventKeyRef oa:event_gra_217e035e-b4bd-fe2b-e5d1-fcf739f5f4c4_Event1 .

oa:relationep_gra_217e035e-b4bd-fe2b-e5d1-fcf739f5f4c4_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_217e035e-b4bd-fe2b-e5d1-fcf739f5f4c4_Person:388a6a41-b8af-e719-98e3-1444cb810521 ;
  a2a:EventKeyRef oa:event_gra_217e035e-b4bd-fe2b-e5d1-fcf739f5f4c4_Event1 .

oa:relationep_gra_217e035e-b4bd-fe2b-e5d1-fcf739f5f4c4_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_217e035e-b4bd-fe2b-e5d1-fcf739f5f4c4_Person:ff2f04ca-79ea-34d4-3d39-042d909ec8d1 ;
  a2a:EventKeyRef oa:event_gra_217e035e-b4bd-fe2b-e5d1-fcf739f5f4c4_Event1 .

oa:source_gra_217e035e-b4bd-fe2b-e5d1-fcf739f5f4c4
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Slochteren" ;
    rdfs:label "Slochteren", "1953-02-13 - 1953-02-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1953-02-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1953-02-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1953" ;
    a2a:Month "2" ;
    a2a:Day "13" ;
    rdfs:label "1953-02-13"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1716, Periode: 1953" ;
    a2a:Book "Overlijdensregister 1953" ;
    a2a:DocumentNumber "22" ;
    a2a:RegistryNumber "1716" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1716, Periode: 1953, Overlijdensregister 1953, 22, 1716"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/60d0d6f8-b26f-a178-bfca-c7729e5b4c5d.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/217e035e-b4bd-fe2b-e5d1-fcf739f5f4c4" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/60d0d6f8-b26f-a178-bfca-c7729e5b4c5d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/217e035e-b4bd-fe2b-e5d1-fcf739f5f4c4" ;
  a2a:RecordGUID "{217e035e-b4bd-fe2b-e5d1-fcf739f5f4c4}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_14601_00014601.xml van GRA" .

