@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_4f92c19a-5d28-bb4e-1756-30ff4e33d975
  a a2a:Record ;
  rdfs:label "Overlijden op 25 februari 1934 te Winschoten" ;
  a2a:hasPerson oa:person_gra_4f92c19a-5d28-bb4e-1756-30ff4e33d975_Person-195910e4-1bcc-adcd-e89e-8b3360e620f2, oa:person_gra_4f92c19a-5d28-bb4e-1756-30ff4e33d975_Person-1d9b550d-2238-098e-fe2d-0d16093a03d2, oa:person_gra_4f92c19a-5d28-bb4e-1756-30ff4e33d975_Person-0e6c9f94-1da9-d7ef-3a13-6462bb1d19e5, oa:person_gra_4f92c19a-5d28-bb4e-1756-30ff4e33d975_Person-b1dbcdcc-5dbb-7e1a-78c4-83beed0031c2 ;
  a2a:hasEvent oa:event_gra_4f92c19a-5d28-bb4e-1756-30ff4e33d975_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_4f92c19a-5d28-bb4e-1756-30ff4e33d975_0, oa:relationep_gra_4f92c19a-5d28-bb4e-1756-30ff4e33d975_1, oa:relationep_gra_4f92c19a-5d28-bb4e-1756-30ff4e33d975_2 ;
  a2a:hasRelationPP oa:relationpp_gra_4f92c19a-5d28-bb4e-1756-30ff4e33d975_0 ;
  a2a:hasSource oa:source_gra_4f92c19a-5d28-bb4e-1756-30ff4e33d975 .

oa:person_gra_4f92c19a-5d28-bb4e-1756-30ff4e33d975_Person-195910e4-1bcc-adcd-e89e-8b3360e620f2
  a a2a:Person ;
  rdfs:label "Grietje Alberts" ;
  a2a:PersonName [
    rdfs:label "Grietje Alberts" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNameLastName "Alberts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_4f92c19a-5d28-bb4e-1756-30ff4e33d975_Person-1d9b550d-2238-098e-fe2d-0d16093a03d2
  a a2a:Person ;
  rdfs:label "Hinderk Harms" ;
  a2a:PersonName [
    rdfs:label "Hinderk Harms" ;
    a2a:PersonNameFirstName "Hinderk" ;
    a2a:PersonNameLastName "Harms"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_4f92c19a-5d28-bb4e-1756-30ff4e33d975_Person-0e6c9f94-1da9-d7ef-3a13-6462bb1d19e5
  a a2a:Person ;
  rdfs:label "Teelke Ottens" ;
  a2a:PersonName [
    rdfs:label "Teelke Ottens" ;
    a2a:PersonNameFirstName "Teelke" ;
    a2a:PersonNameLastName "Ottens"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "78 jaar" ;
    rdfs:label "78 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Bellingwolde" ;
    rdfs:label "Bellingwolde"
  ] .

oa:person_gra_4f92c19a-5d28-bb4e-1756-30ff4e33d975_Person-b1dbcdcc-5dbb-7e1a-78c4-83beed0031c2
  a a2a:Person ;
  rdfs:label "Mattheus Otten Ottens" ;
  a2a:PersonName [
    rdfs:label "Mattheus Otten Ottens" ;
    a2a:PersonNameFirstName "Mattheus Otten" ;
    a2a:PersonNameLastName "Ottens"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_4f92c19a-5d28-bb4e-1756-30ff4e33d975_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1934" ;
    a2a:Month "2" ;
    a2a:Day "25" ;
    rdfs:label "1934-02-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Winschoten" ;
    rdfs:label "Winschoten"
  ] .

oa:relationep_gra_4f92c19a-5d28-bb4e-1756-30ff4e33d975_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_4f92c19a-5d28-bb4e-1756-30ff4e33d975_Person:195910e4-1bcc-adcd-e89e-8b3360e620f2 ;
  a2a:EventKeyRef oa:event_gra_4f92c19a-5d28-bb4e-1756-30ff4e33d975_Event1 .

oa:relationep_gra_4f92c19a-5d28-bb4e-1756-30ff4e33d975_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_4f92c19a-5d28-bb4e-1756-30ff4e33d975_Person:0e6c9f94-1da9-d7ef-3a13-6462bb1d19e5 ;
  a2a:EventKeyRef oa:event_gra_4f92c19a-5d28-bb4e-1756-30ff4e33d975_Event1 .

oa:relationep_gra_4f92c19a-5d28-bb4e-1756-30ff4e33d975_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_4f92c19a-5d28-bb4e-1756-30ff4e33d975_Person:b1dbcdcc-5dbb-7e1a-78c4-83beed0031c2 ;
  a2a:EventKeyRef oa:event_gra_4f92c19a-5d28-bb4e-1756-30ff4e33d975_Event1 .

oa:relationpp_gra_4f92c19a-5d28-bb4e-1756-30ff4e33d975_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_4f92c19a-5d28-bb4e-1756-30ff4e33d975_Person:0e6c9f94-1da9-d7ef-3a13-6462bb1d19e5, oa:person_gra_4f92c19a-5d28-bb4e-1756-30ff4e33d975_Person:1d9b550d-2238-098e-fe2d-0d16093a03d2 .

oa:source_gra_4f92c19a-5d28-bb4e-1756-30ff4e33d975
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Winschoten" ;
    rdfs:label "Winschoten", "1934-02-26 - 1934-02-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1934-02-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1934-02-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1934" ;
    a2a:Month "2" ;
    a2a:Day "26" ;
    rdfs:label "1934-02-26"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1934" ;
    a2a:Book "Overlijdensregister 1934" ;
    a2a:DocumentNumber "23" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1934, Overlijdensregister 1934, 23"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/8c58d289-6cba-efe5-87c2-9a7eab837258.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/4f92c19a-5d28-bb4e-1756-30ff4e33d975" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/8c58d289-6cba-efe5-87c2-9a7eab837258.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/4f92c19a-5d28-bb4e-1756-30ff4e33d975" ;
  a2a:RecordGUID "{4f92c19a-5d28-bb4e-1756-30ff4e33d975}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_12330_00012330.xml van GRA" .

