@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_56908da5-0e6e-8fbd-c64f-17c099df17c2
  a a2a:Record ;
  rdfs:label "Overlijden op 9 augustus 1971 te Winschoten" ;
  a2a:hasPerson oa:person_gra_56908da5-0e6e-8fbd-c64f-17c099df17c2_Person-5f0ca1c3-0f27-5a04-a8ca-8531cea2cc2d, oa:person_gra_56908da5-0e6e-8fbd-c64f-17c099df17c2_Person-4e5941d9-d0ac-46fa-7a76-6ffdf2f5dbb4, oa:person_gra_56908da5-0e6e-8fbd-c64f-17c099df17c2_Person-847416b3-41e2-2909-289f-c2daee38bb31, oa:person_gra_56908da5-0e6e-8fbd-c64f-17c099df17c2_Person-06c5431f-ec4b-b6eb-178b-96abb64863e8 ;
  a2a:hasEvent oa:event_gra_56908da5-0e6e-8fbd-c64f-17c099df17c2_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_56908da5-0e6e-8fbd-c64f-17c099df17c2_0, oa:relationep_gra_56908da5-0e6e-8fbd-c64f-17c099df17c2_1, oa:relationep_gra_56908da5-0e6e-8fbd-c64f-17c099df17c2_2 ;
  a2a:hasRelationPP oa:relationpp_gra_56908da5-0e6e-8fbd-c64f-17c099df17c2_0 ;
  a2a:hasSource oa:source_gra_56908da5-0e6e-8fbd-c64f-17c099df17c2 .

oa:person_gra_56908da5-0e6e-8fbd-c64f-17c099df17c2_Person-5f0ca1c3-0f27-5a04-a8ca-8531cea2cc2d
  a a2a:Person ;
  rdfs:label "Nijssien Vink" ;
  a2a:PersonName [
    rdfs:label "Nijssien Vink" ;
    a2a:PersonNameFirstName "Nijssien" ;
    a2a:PersonNameLastName "Vink"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_56908da5-0e6e-8fbd-c64f-17c099df17c2_Person-4e5941d9-d0ac-46fa-7a76-6ffdf2f5dbb4
  a a2a:Person ;
  rdfs:label "Klaas Haverland" ;
  a2a:PersonName [
    rdfs:label "Klaas Haverland" ;
    a2a:PersonNameFirstName "Klaas" ;
    a2a:PersonNameLastName "Haverland"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_56908da5-0e6e-8fbd-c64f-17c099df17c2_Person-847416b3-41e2-2909-289f-c2daee38bb31
  a a2a:Person ;
  rdfs:label "Geertruida Barla" ;
  a2a:PersonName [
    rdfs:label "Geertruida Barla" ;
    a2a:PersonNameFirstName "Geertruida" ;
    a2a:PersonNameLastName "Barla"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_56908da5-0e6e-8fbd-c64f-17c099df17c2_Person-06c5431f-ec4b-b6eb-178b-96abb64863e8
  a a2a:Person ;
  rdfs:label "Johannes Haverland" ;
  a2a:PersonName [
    rdfs:label "Johannes Haverland" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Haverland"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1918" ;
    a2a:Month "2" ;
    a2a:Day "15" ;
    rdfs:label "1918-02-15"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Delfzijl" ;
    rdfs:label "Delfzijl"
  ] .

oa:event_gra_56908da5-0e6e-8fbd-c64f-17c099df17c2_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1971" ;
    a2a:Month "8" ;
    a2a:Day "9" ;
    rdfs:label "1971-08-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Winschoten" ;
    rdfs:label "Winschoten"
  ] .

oa:relationep_gra_56908da5-0e6e-8fbd-c64f-17c099df17c2_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_56908da5-0e6e-8fbd-c64f-17c099df17c2_Person:4e5941d9-d0ac-46fa-7a76-6ffdf2f5dbb4 ;
  a2a:EventKeyRef oa:event_gra_56908da5-0e6e-8fbd-c64f-17c099df17c2_Event1 .

oa:relationep_gra_56908da5-0e6e-8fbd-c64f-17c099df17c2_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_56908da5-0e6e-8fbd-c64f-17c099df17c2_Person:847416b3-41e2-2909-289f-c2daee38bb31 ;
  a2a:EventKeyRef oa:event_gra_56908da5-0e6e-8fbd-c64f-17c099df17c2_Event1 .

oa:relationep_gra_56908da5-0e6e-8fbd-c64f-17c099df17c2_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_56908da5-0e6e-8fbd-c64f-17c099df17c2_Person:06c5431f-ec4b-b6eb-178b-96abb64863e8 ;
  a2a:EventKeyRef oa:event_gra_56908da5-0e6e-8fbd-c64f-17c099df17c2_Event1 .

oa:relationpp_gra_56908da5-0e6e-8fbd-c64f-17c099df17c2_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_56908da5-0e6e-8fbd-c64f-17c099df17c2_Person:06c5431f-ec4b-b6eb-178b-96abb64863e8, oa:person_gra_56908da5-0e6e-8fbd-c64f-17c099df17c2_Person:5f0ca1c3-0f27-5a04-a8ca-8531cea2cc2d .

oa:source_gra_56908da5-0e6e-8fbd-c64f-17c099df17c2
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Winschoten" ;
    rdfs:label "Winschoten", "1971-08-09 - 1971-08-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1971-08-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1971-08-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1971" ;
    a2a:Month "8" ;
    a2a:Day "9" ;
    rdfs:label "1971-08-09"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1420, Periode: 1971" ;
    a2a:Book "Overlijdensregister 1971" ;
    a2a:DocumentNumber "269" ;
    a2a:RegistryNumber "1420" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1420, Periode: 1971, Overlijdensregister 1971, 269, 1420"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/466a720d-8b22-c623-7ff1-468b856803b8.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/56908da5-0e6e-8fbd-c64f-17c099df17c2" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/466a720d-8b22-c623-7ff1-468b856803b8.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-01-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/56908da5-0e6e-8fbd-c64f-17c099df17c2" ;
  a2a:RecordGUID "{56908da5-0e6e-8fbd-c64f-17c099df17c2}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220321_38_00000038.xml van GRA" .

