@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_4e5f3ac8-7de2-4a7a-76e0-76a31333baff
  a a2a:Record ;
  rdfs:label "Overlijden op 1 juli 1971 te Winsum" ;
  a2a:hasPerson oa:person_gra_4e5f3ac8-7de2-4a7a-76e0-76a31333baff_Person-7a63dd39-6735-31f7-4bb1-8dc87036e6b2, oa:person_gra_4e5f3ac8-7de2-4a7a-76e0-76a31333baff_Person-f5629bee-8889-919d-c70a-74e9fee1cd9d, oa:person_gra_4e5f3ac8-7de2-4a7a-76e0-76a31333baff_Person-b18c16a5-0820-f66c-2700-ffdb45d688ff, oa:person_gra_4e5f3ac8-7de2-4a7a-76e0-76a31333baff_Person-3918c90f-c072-4a75-1c78-d2110fc19227 ;
  a2a:hasEvent oa:event_gra_4e5f3ac8-7de2-4a7a-76e0-76a31333baff_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_4e5f3ac8-7de2-4a7a-76e0-76a31333baff_0, oa:relationep_gra_4e5f3ac8-7de2-4a7a-76e0-76a31333baff_1, oa:relationep_gra_4e5f3ac8-7de2-4a7a-76e0-76a31333baff_2 ;
  a2a:hasRelationPP oa:relationpp_gra_4e5f3ac8-7de2-4a7a-76e0-76a31333baff_0 ;
  a2a:hasSource oa:source_gra_4e5f3ac8-7de2-4a7a-76e0-76a31333baff .

oa:person_gra_4e5f3ac8-7de2-4a7a-76e0-76a31333baff_Person-7a63dd39-6735-31f7-4bb1-8dc87036e6b2
  a a2a:Person ;
  rdfs:label "Philippus Elsinga" ;
  a2a:PersonName [
    rdfs:label "Philippus Elsinga" ;
    a2a:PersonNameFirstName "Philippus" ;
    a2a:PersonNameLastName "Elsinga"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_4e5f3ac8-7de2-4a7a-76e0-76a31333baff_Person-f5629bee-8889-919d-c70a-74e9fee1cd9d
  a a2a:Person ;
  rdfs:label "Garmt Renkema" ;
  a2a:PersonName [
    rdfs:label "Garmt Renkema" ;
    a2a:PersonNameFirstName "Garmt" ;
    a2a:PersonNameLastName "Renkema"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_4e5f3ac8-7de2-4a7a-76e0-76a31333baff_Person-b18c16a5-0820-f66c-2700-ffdb45d688ff
  a a2a:Person ;
  rdfs:label "Martje Heemstra" ;
  a2a:PersonName [
    rdfs:label "Martje Heemstra" ;
    a2a:PersonNameFirstName "Martje" ;
    a2a:PersonNameLastName "Heemstra"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_4e5f3ac8-7de2-4a7a-76e0-76a31333baff_Person-3918c90f-c072-4a75-1c78-d2110fc19227
  a a2a:Person ;
  rdfs:label "Tetje Renkema" ;
  a2a:PersonName [
    rdfs:label "Tetje Renkema" ;
    a2a:PersonNameFirstName "Tetje" ;
    a2a:PersonNameLastName "Renkema"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1905" ;
    a2a:Month "5" ;
    a2a:Day "27" ;
    rdfs:label "1905-05-27"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Leek" ;
    rdfs:label "Leek"
  ] .

oa:event_gra_4e5f3ac8-7de2-4a7a-76e0-76a31333baff_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1971" ;
    a2a:Month "7" ;
    a2a:Day "1" ;
    rdfs:label "1971-07-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Winsum" ;
    rdfs:label "Winsum"
  ] .

oa:relationep_gra_4e5f3ac8-7de2-4a7a-76e0-76a31333baff_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_4e5f3ac8-7de2-4a7a-76e0-76a31333baff_Person:f5629bee-8889-919d-c70a-74e9fee1cd9d ;
  a2a:EventKeyRef oa:event_gra_4e5f3ac8-7de2-4a7a-76e0-76a31333baff_Event1 .

oa:relationep_gra_4e5f3ac8-7de2-4a7a-76e0-76a31333baff_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_4e5f3ac8-7de2-4a7a-76e0-76a31333baff_Person:b18c16a5-0820-f66c-2700-ffdb45d688ff ;
  a2a:EventKeyRef oa:event_gra_4e5f3ac8-7de2-4a7a-76e0-76a31333baff_Event1 .

oa:relationep_gra_4e5f3ac8-7de2-4a7a-76e0-76a31333baff_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_4e5f3ac8-7de2-4a7a-76e0-76a31333baff_Person:3918c90f-c072-4a75-1c78-d2110fc19227 ;
  a2a:EventKeyRef oa:event_gra_4e5f3ac8-7de2-4a7a-76e0-76a31333baff_Event1 .

oa:relationpp_gra_4e5f3ac8-7de2-4a7a-76e0-76a31333baff_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_4e5f3ac8-7de2-4a7a-76e0-76a31333baff_Person:3918c90f-c072-4a75-1c78-d2110fc19227, oa:person_gra_4e5f3ac8-7de2-4a7a-76e0-76a31333baff_Person:7a63dd39-6735-31f7-4bb1-8dc87036e6b2 .

oa:source_gra_4e5f3ac8-7de2-4a7a-76e0-76a31333baff
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Winsum" ;
    rdfs:label "Winsum", "1971-07-01 - 1971-07-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1971-07-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1971-07-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1971" ;
    a2a:Month "7" ;
    a2a:Day "1" ;
    rdfs:label "1971-07-01"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1430, Periode: 1971" ;
    a2a:Book "Overlijdensregister 1971" ;
    a2a:DocumentNumber "17" ;
    a2a:RegistryNumber "1430" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1430, Periode: 1971, Overlijdensregister 1971, 17, 1430"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/11b75852-a1f3-3ad0-6be9-2664f42b23a9.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/4e5f3ac8-7de2-4a7a-76e0-76a31333baff" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/11b75852-a1f3-3ad0-6be9-2664f42b23a9.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-01-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/4e5f3ac8-7de2-4a7a-76e0-76a31333baff" ;
  a2a:RecordGUID "{4e5f3ac8-7de2-4a7a-76e0-76a31333baff}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220321_40_00000040.xml van GRA" .

