@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_33d5ab4f-ceda-e78f-d04a-83d7ed19ba76
  a a2a:Record ;
  rdfs:label "Overlijden op 21 juli 1972 te Groningen" ;
  a2a:hasPerson oa:person_gra_33d5ab4f-ceda-e78f-d04a-83d7ed19ba76_Person-eefc7313-8d0f-a003-c90e-83cf50c77675, oa:person_gra_33d5ab4f-ceda-e78f-d04a-83d7ed19ba76_Person-7bc28401-c79e-1e53-dcfc-72a63a60571e, oa:person_gra_33d5ab4f-ceda-e78f-d04a-83d7ed19ba76_Person-cddf022f-ecd1-1ca7-47ba-77c34004eb62, oa:person_gra_33d5ab4f-ceda-e78f-d04a-83d7ed19ba76_Person-74ce1b4d-1833-8ed0-a4e2-6473729c551a ;
  a2a:hasEvent oa:event_gra_33d5ab4f-ceda-e78f-d04a-83d7ed19ba76_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_33d5ab4f-ceda-e78f-d04a-83d7ed19ba76_0, oa:relationep_gra_33d5ab4f-ceda-e78f-d04a-83d7ed19ba76_1, oa:relationep_gra_33d5ab4f-ceda-e78f-d04a-83d7ed19ba76_2 ;
  a2a:hasRelationPP oa:relationpp_gra_33d5ab4f-ceda-e78f-d04a-83d7ed19ba76_0 ;
  a2a:hasSource oa:source_gra_33d5ab4f-ceda-e78f-d04a-83d7ed19ba76 .

oa:person_gra_33d5ab4f-ceda-e78f-d04a-83d7ed19ba76_Person-eefc7313-8d0f-a003-c90e-83cf50c77675
  a a2a:Person ;
  rdfs:label "Pieter Hendrik Damkat" ;
  a2a:PersonName [
    rdfs:label "Pieter Hendrik Damkat" ;
    a2a:PersonNameFirstName "Pieter Hendrik" ;
    a2a:PersonNameLastName "Damkat"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_33d5ab4f-ceda-e78f-d04a-83d7ed19ba76_Person-7bc28401-c79e-1e53-dcfc-72a63a60571e
  a a2a:Person ;
  rdfs:label "Jozef Wolf" ;
  a2a:PersonName [
    rdfs:label "Jozef Wolf" ;
    a2a:PersonNameFirstName "Jozef" ;
    a2a:PersonNameLastName "Wolf"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_33d5ab4f-ceda-e78f-d04a-83d7ed19ba76_Person-cddf022f-ecd1-1ca7-47ba-77c34004eb62
  a a2a:Person ;
  rdfs:label "Leentje Simons" ;
  a2a:PersonName [
    rdfs:label "Leentje Simons" ;
    a2a:PersonNameFirstName "Leentje" ;
    a2a:PersonNameLastName "Simons"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_33d5ab4f-ceda-e78f-d04a-83d7ed19ba76_Person-74ce1b4d-1833-8ed0-a4e2-6473729c551a
  a a2a:Person ;
  rdfs:label "Schoontje Wolf" ;
  a2a:PersonName [
    rdfs:label "Schoontje Wolf" ;
    a2a:PersonNameFirstName "Schoontje" ;
    a2a:PersonNameLastName "Wolf"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1889" ;
    a2a:Month "11" ;
    a2a:Day "20" ;
    rdfs:label "1889-11-20"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zuidbroek" ;
    rdfs:label "Zuidbroek"
  ] .

oa:event_gra_33d5ab4f-ceda-e78f-d04a-83d7ed19ba76_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1972" ;
    a2a:Month "7" ;
    a2a:Day "21" ;
    rdfs:label "1972-07-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_33d5ab4f-ceda-e78f-d04a-83d7ed19ba76_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_33d5ab4f-ceda-e78f-d04a-83d7ed19ba76_Person:7bc28401-c79e-1e53-dcfc-72a63a60571e ;
  a2a:EventKeyRef oa:event_gra_33d5ab4f-ceda-e78f-d04a-83d7ed19ba76_Event1 .

oa:relationep_gra_33d5ab4f-ceda-e78f-d04a-83d7ed19ba76_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_33d5ab4f-ceda-e78f-d04a-83d7ed19ba76_Person:cddf022f-ecd1-1ca7-47ba-77c34004eb62 ;
  a2a:EventKeyRef oa:event_gra_33d5ab4f-ceda-e78f-d04a-83d7ed19ba76_Event1 .

oa:relationep_gra_33d5ab4f-ceda-e78f-d04a-83d7ed19ba76_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_33d5ab4f-ceda-e78f-d04a-83d7ed19ba76_Person:74ce1b4d-1833-8ed0-a4e2-6473729c551a ;
  a2a:EventKeyRef oa:event_gra_33d5ab4f-ceda-e78f-d04a-83d7ed19ba76_Event1 .

oa:relationpp_gra_33d5ab4f-ceda-e78f-d04a-83d7ed19ba76_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_33d5ab4f-ceda-e78f-d04a-83d7ed19ba76_Person:74ce1b4d-1833-8ed0-a4e2-6473729c551a, oa:person_gra_33d5ab4f-ceda-e78f-d04a-83d7ed19ba76_Person:eefc7313-8d0f-a003-c90e-83cf50c77675 .

oa:source_gra_33d5ab4f-ceda-e78f-d04a-83d7ed19ba76
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1972-07-24 - 1972-07-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1972-07-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1972-07-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1972" ;
    a2a:Month "7" ;
    a2a:Day "24" ;
    rdfs:label "1972-07-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1095, Periode: 1972" ;
    a2a:Book "Overlijdensregister 1972 akte 1301-1400" ;
    a2a:DocumentNumber "1338" ;
    a2a:RegistryNumber "1095" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1095, Periode: 1972, Overlijdensregister 1972 akte 1301-1400, 1338, 1095"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/22da10ac-1b71-0934-2158-8261f88ff42a.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/33d5ab4f-ceda-e78f-d04a-83d7ed19ba76" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/22da10ac-1b71-0934-2158-8261f88ff42a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-06-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/33d5ab4f-ceda-e78f-d04a-83d7ed19ba76" ;
  a2a:RecordGUID "{33d5ab4f-ceda-e78f-d04a-83d7ed19ba76}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20230828_34_00000034.xml van GRA" .

