@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_ef60a299-9422-9477-e75c-b7611d878f37
  a a2a:Record ;
  rdfs:label "Overlijden op 15 maart 1968 te Zuidveld gem. Vlagtwedde" ;
  a2a:hasPerson oa:person_gra_ef60a299-9422-9477-e75c-b7611d878f37_Person-b4a19a25-ae37-3313-6af4-d638e53cdaad, oa:person_gra_ef60a299-9422-9477-e75c-b7611d878f37_Person-4175ce2e-2440-8cdb-bbff-e3cedfc2ce25, oa:person_gra_ef60a299-9422-9477-e75c-b7611d878f37_Person-baf74ad2-9b62-67d6-15a2-95c37d477b5a, oa:person_gra_ef60a299-9422-9477-e75c-b7611d878f37_Person-97d293d7-469a-c3b1-0109-702318d327ca ;
  a2a:hasEvent oa:event_gra_ef60a299-9422-9477-e75c-b7611d878f37_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_ef60a299-9422-9477-e75c-b7611d878f37_0, oa:relationep_gra_ef60a299-9422-9477-e75c-b7611d878f37_1, oa:relationep_gra_ef60a299-9422-9477-e75c-b7611d878f37_2 ;
  a2a:hasRelationPP oa:relationpp_gra_ef60a299-9422-9477-e75c-b7611d878f37_0 ;
  a2a:hasSource oa:source_gra_ef60a299-9422-9477-e75c-b7611d878f37 .

oa:person_gra_ef60a299-9422-9477-e75c-b7611d878f37_Person-b4a19a25-ae37-3313-6af4-d638e53cdaad
  a a2a:Person ;
  rdfs:label "Renske Heeres" ;
  a2a:PersonName [
    rdfs:label "Renske Heeres" ;
    a2a:PersonNameFirstName "Renske" ;
    a2a:PersonNameLastName "Heeres"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_ef60a299-9422-9477-e75c-b7611d878f37_Person-4175ce2e-2440-8cdb-bbff-e3cedfc2ce25
  a a2a:Person ;
  rdfs:label "Gerrit Klamer" ;
  a2a:PersonName [
    rdfs:label "Gerrit Klamer" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Klamer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_ef60a299-9422-9477-e75c-b7611d878f37_Person-baf74ad2-9b62-67d6-15a2-95c37d477b5a
  a a2a:Person ;
  rdfs:label "Albertje Engels" ;
  a2a:PersonName [
    rdfs:label "Albertje Engels" ;
    a2a:PersonNameFirstName "Albertje" ;
    a2a:PersonNameLastName "Engels"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_ef60a299-9422-9477-e75c-b7611d878f37_Person-97d293d7-469a-c3b1-0109-702318d327ca
  a a2a:Person ;
  rdfs:label "Albert Klamer" ;
  a2a:PersonName [
    rdfs:label "Albert Klamer" ;
    a2a:PersonNameFirstName "Albert" ;
    a2a:PersonNameLastName "Klamer"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "79 jaar" ;
    rdfs:label "79 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Vlagtwedde" ;
    rdfs:label "Vlagtwedde"
  ] .

oa:event_gra_ef60a299-9422-9477-e75c-b7611d878f37_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1968" ;
    a2a:Month "3" ;
    a2a:Day "15" ;
    rdfs:label "1968-03-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zuidveld gem. Vlagtwedde" ;
    rdfs:label "Zuidveld gem. Vlagtwedde"
  ] .

oa:relationep_gra_ef60a299-9422-9477-e75c-b7611d878f37_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_ef60a299-9422-9477-e75c-b7611d878f37_Person:4175ce2e-2440-8cdb-bbff-e3cedfc2ce25 ;
  a2a:EventKeyRef oa:event_gra_ef60a299-9422-9477-e75c-b7611d878f37_Event1 .

oa:relationep_gra_ef60a299-9422-9477-e75c-b7611d878f37_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_ef60a299-9422-9477-e75c-b7611d878f37_Person:baf74ad2-9b62-67d6-15a2-95c37d477b5a ;
  a2a:EventKeyRef oa:event_gra_ef60a299-9422-9477-e75c-b7611d878f37_Event1 .

oa:relationep_gra_ef60a299-9422-9477-e75c-b7611d878f37_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_ef60a299-9422-9477-e75c-b7611d878f37_Person:97d293d7-469a-c3b1-0109-702318d327ca ;
  a2a:EventKeyRef oa:event_gra_ef60a299-9422-9477-e75c-b7611d878f37_Event1 .

oa:relationpp_gra_ef60a299-9422-9477-e75c-b7611d878f37_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_ef60a299-9422-9477-e75c-b7611d878f37_Person:97d293d7-469a-c3b1-0109-702318d327ca, oa:person_gra_ef60a299-9422-9477-e75c-b7611d878f37_Person:b4a19a25-ae37-3313-6af4-d638e53cdaad .

oa:source_gra_ef60a299-9422-9477-e75c-b7611d878f37
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Vlagtwedde" ;
    rdfs:label "Vlagtwedde", "1968-03-19 - 1968-03-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1968-03-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1968-03-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1968" ;
    a2a:Month "3" ;
    a2a:Day "19" ;
    rdfs:label "1968-03-19"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1614, Periode: 1968" ;
    a2a:Book "Overlijdensregister 1968" ;
    a2a:DocumentNumber "25" ;
    a2a:RegistryNumber "1614" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1614, Periode: 1968, Overlijdensregister 1968, 25, 1614"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/9212ef83-4381-4c3b-832f-3c1820aa2894.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/ef60a299-9422-9477-e75c-b7611d878f37" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/9212ef83-4381-4c3b-832f-3c1820aa2894.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-05-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/ef60a299-9422-9477-e75c-b7611d878f37" ;
  a2a:RecordGUID "{ef60a299-9422-9477-e75c-b7611d878f37}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_12045_00012045.xml van GRA" .

