@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_8ccd340f-bd84-8356-2ff5-1a904e5eb27f
  a a2a:Record ;
  rdfs:label "Overlijden op 8 mei 1937 te Hoogezand" ;
  a2a:hasPerson oa:person_gra_8ccd340f-bd84-8356-2ff5-1a904e5eb27f_Person-8c02f137-d2da-8804-9cc9-59eb592ca85f, oa:person_gra_8ccd340f-bd84-8356-2ff5-1a904e5eb27f_Person-7f9ee371-add2-567e-f530-da069eba23e7, oa:person_gra_8ccd340f-bd84-8356-2ff5-1a904e5eb27f_Person-f8bc90f6-89db-3d63-7052-879ca5ac77d0, oa:person_gra_8ccd340f-bd84-8356-2ff5-1a904e5eb27f_Person-b87f2d8c-72b4-97e9-85fa-0ea44a6a52de ;
  a2a:hasEvent oa:event_gra_8ccd340f-bd84-8356-2ff5-1a904e5eb27f_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_8ccd340f-bd84-8356-2ff5-1a904e5eb27f_0, oa:relationep_gra_8ccd340f-bd84-8356-2ff5-1a904e5eb27f_1, oa:relationep_gra_8ccd340f-bd84-8356-2ff5-1a904e5eb27f_2 ;
  a2a:hasRelationPP oa:relationpp_gra_8ccd340f-bd84-8356-2ff5-1a904e5eb27f_0 ;
  a2a:hasSource oa:source_gra_8ccd340f-bd84-8356-2ff5-1a904e5eb27f .

oa:person_gra_8ccd340f-bd84-8356-2ff5-1a904e5eb27f_Person-8c02f137-d2da-8804-9cc9-59eb592ca85f
  a a2a:Person ;
  rdfs:label "Aaltje Bastiaan" ;
  a2a:PersonName [
    rdfs:label "Aaltje Bastiaan" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNameLastName "Bastiaan"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "85 jaar" ;
    rdfs:label "85 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zuidlaren" ;
    rdfs:label "Zuidlaren"
  ] .

oa:person_gra_8ccd340f-bd84-8356-2ff5-1a904e5eb27f_Person-7f9ee371-add2-567e-f530-da069eba23e7
  a a2a:Person ;
  rdfs:label "Roelf Gankema" ;
  a2a:PersonName [
    rdfs:label "Roelf Gankema" ;
    a2a:PersonNameFirstName "Roelf" ;
    a2a:PersonNameLastName "Gankema"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_8ccd340f-bd84-8356-2ff5-1a904e5eb27f_Person-f8bc90f6-89db-3d63-7052-879ca5ac77d0
  a a2a:Person ;
  rdfs:label "Lutgertien Lutken" ;
  a2a:PersonName [
    rdfs:label "Lutgertien Lutken" ;
    a2a:PersonNameFirstName "Lutgertien" ;
    a2a:PersonNameLastName "Lutken"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_8ccd340f-bd84-8356-2ff5-1a904e5eb27f_Person-b87f2d8c-72b4-97e9-85fa-0ea44a6a52de
  a a2a:Person ;
  rdfs:label "Lukas Bastiaan" ;
  a2a:PersonName [
    rdfs:label "Lukas Bastiaan" ;
    a2a:PersonNameFirstName "Lukas" ;
    a2a:PersonNameLastName "Bastiaan"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_8ccd340f-bd84-8356-2ff5-1a904e5eb27f_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1937" ;
    a2a:Month "5" ;
    a2a:Day "8" ;
    rdfs:label "1937-05-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hoogezand" ;
    rdfs:label "Hoogezand"
  ] .

oa:relationep_gra_8ccd340f-bd84-8356-2ff5-1a904e5eb27f_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_8ccd340f-bd84-8356-2ff5-1a904e5eb27f_Person:8c02f137-d2da-8804-9cc9-59eb592ca85f ;
  a2a:EventKeyRef oa:event_gra_8ccd340f-bd84-8356-2ff5-1a904e5eb27f_Event1 .

oa:relationep_gra_8ccd340f-bd84-8356-2ff5-1a904e5eb27f_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_8ccd340f-bd84-8356-2ff5-1a904e5eb27f_Person:f8bc90f6-89db-3d63-7052-879ca5ac77d0 ;
  a2a:EventKeyRef oa:event_gra_8ccd340f-bd84-8356-2ff5-1a904e5eb27f_Event1 .

oa:relationep_gra_8ccd340f-bd84-8356-2ff5-1a904e5eb27f_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_8ccd340f-bd84-8356-2ff5-1a904e5eb27f_Person:b87f2d8c-72b4-97e9-85fa-0ea44a6a52de ;
  a2a:EventKeyRef oa:event_gra_8ccd340f-bd84-8356-2ff5-1a904e5eb27f_Event1 .

oa:relationpp_gra_8ccd340f-bd84-8356-2ff5-1a904e5eb27f_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_8ccd340f-bd84-8356-2ff5-1a904e5eb27f_Person:8c02f137-d2da-8804-9cc9-59eb592ca85f, oa:person_gra_8ccd340f-bd84-8356-2ff5-1a904e5eb27f_Person:7f9ee371-add2-567e-f530-da069eba23e7 .

oa:source_gra_8ccd340f-bd84-8356-2ff5-1a904e5eb27f
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Hoogezand" ;
    rdfs:label "Hoogezand", "1937-05-08 - 1937-05-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1937-05-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1937-05-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1937" ;
    a2a:Month "5" ;
    a2a:Day "8" ;
    rdfs:label "1937-05-08"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1937" ;
    a2a:Book "Overlijdensregister 1937" ;
    a2a:DocumentNumber "37" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1937, Overlijdensregister 1937, 37"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/42d54d89-7ec4-ff2a-3bed-7576a147a95e.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/8ccd340f-bd84-8356-2ff5-1a904e5eb27f" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/42d54d89-7ec4-ff2a-3bed-7576a147a95e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/8ccd340f-bd84-8356-2ff5-1a904e5eb27f" ;
  a2a:RecordGUID "{8ccd340f-bd84-8356-2ff5-1a904e5eb27f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_16968_00016968.xml van GRA" .

