@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_a45d077b-64b0-87fe-8a48-e73c93e343a0
  a a2a:Record ;
  rdfs:label "Overlijden op 3 december 1971 te Appingedam" ;
  a2a:hasPerson oa:person_gra_a45d077b-64b0-87fe-8a48-e73c93e343a0_Person-0d6f1855-95a3-fd10-11bc-4e0e92de1d96, oa:person_gra_a45d077b-64b0-87fe-8a48-e73c93e343a0_Person-a5b52c20-a382-23f5-0e06-2b9601c45a89, oa:person_gra_a45d077b-64b0-87fe-8a48-e73c93e343a0_Person-a52f5d5e-baff-eab7-eb42-c869df5423c6, oa:person_gra_a45d077b-64b0-87fe-8a48-e73c93e343a0_Person-17e61dea-79ff-0b9f-7596-24cfa9d13772 ;
  a2a:hasEvent oa:event_gra_a45d077b-64b0-87fe-8a48-e73c93e343a0_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_a45d077b-64b0-87fe-8a48-e73c93e343a0_0, oa:relationep_gra_a45d077b-64b0-87fe-8a48-e73c93e343a0_1, oa:relationep_gra_a45d077b-64b0-87fe-8a48-e73c93e343a0_2 ;
  a2a:hasRelationPP oa:relationpp_gra_a45d077b-64b0-87fe-8a48-e73c93e343a0_0 ;
  a2a:hasSource oa:source_gra_a45d077b-64b0-87fe-8a48-e73c93e343a0 .

oa:person_gra_a45d077b-64b0-87fe-8a48-e73c93e343a0_Person-0d6f1855-95a3-fd10-11bc-4e0e92de1d96
  a a2a:Person ;
  rdfs:label "Geettruida Hoven" ;
  a2a:PersonName [
    rdfs:label "Geettruida Hoven" ;
    a2a:PersonNameFirstName "Geettruida" ;
    a2a:PersonNameLastName "Hoven"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_a45d077b-64b0-87fe-8a48-e73c93e343a0_Person-a5b52c20-a382-23f5-0e06-2b9601c45a89
  a a2a:Person ;
  rdfs:label "Jan Klunder" ;
  a2a:PersonName [
    rdfs:label "Jan Klunder" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Klunder"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_a45d077b-64b0-87fe-8a48-e73c93e343a0_Person-a52f5d5e-baff-eab7-eb42-c869df5423c6
  a a2a:Person ;
  rdfs:label "Anje Dusseljee" ;
  a2a:PersonName [
    rdfs:label "Anje Dusseljee" ;
    a2a:PersonNameFirstName "Anje" ;
    a2a:PersonNameLastName "Dusseljee"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_a45d077b-64b0-87fe-8a48-e73c93e343a0_Person-17e61dea-79ff-0b9f-7596-24cfa9d13772
  a a2a:Person ;
  rdfs:label "Willem Klunder" ;
  a2a:PersonName [
    rdfs:label "Willem Klunder" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Klunder"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1903" ;
    a2a:Month "12" ;
    a2a:Day "25" ;
    rdfs:label "1903-12-25"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Weiwerd" ;
    rdfs:label "Weiwerd"
  ] .

oa:event_gra_a45d077b-64b0-87fe-8a48-e73c93e343a0_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1971" ;
    a2a:Month "12" ;
    a2a:Day "3" ;
    rdfs:label "1971-12-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Appingedam" ;
    rdfs:label "Appingedam"
  ] .

oa:relationep_gra_a45d077b-64b0-87fe-8a48-e73c93e343a0_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_a45d077b-64b0-87fe-8a48-e73c93e343a0_Person:a5b52c20-a382-23f5-0e06-2b9601c45a89 ;
  a2a:EventKeyRef oa:event_gra_a45d077b-64b0-87fe-8a48-e73c93e343a0_Event1 .

oa:relationep_gra_a45d077b-64b0-87fe-8a48-e73c93e343a0_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_a45d077b-64b0-87fe-8a48-e73c93e343a0_Person:a52f5d5e-baff-eab7-eb42-c869df5423c6 ;
  a2a:EventKeyRef oa:event_gra_a45d077b-64b0-87fe-8a48-e73c93e343a0_Event1 .

oa:relationep_gra_a45d077b-64b0-87fe-8a48-e73c93e343a0_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_a45d077b-64b0-87fe-8a48-e73c93e343a0_Person:17e61dea-79ff-0b9f-7596-24cfa9d13772 ;
  a2a:EventKeyRef oa:event_gra_a45d077b-64b0-87fe-8a48-e73c93e343a0_Event1 .

oa:relationpp_gra_a45d077b-64b0-87fe-8a48-e73c93e343a0_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_a45d077b-64b0-87fe-8a48-e73c93e343a0_Person:17e61dea-79ff-0b9f-7596-24cfa9d13772, oa:person_gra_a45d077b-64b0-87fe-8a48-e73c93e343a0_Person:0d6f1855-95a3-fd10-11bc-4e0e92de1d96 .

oa:source_gra_a45d077b-64b0-87fe-8a48-e73c93e343a0
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Appingedam" ;
    rdfs:label "Appingedam", "1971-12-06 - 1971-12-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1971-12-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1971-12-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1971" ;
    a2a:Month "12" ;
    a2a:Day "6" ;
    rdfs:label "1971-12-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1002, Periode: 1971" ;
    a2a:Book "Overlijdensregister 1971" ;
    a2a:DocumentNumber "107" ;
    a2a:RegistryNumber "1002" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1002, Periode: 1971, Overlijdensregister 1971, 107, 1002"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/45c54498-d2f2-1444-8f34-ae0c2ae23a44.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/a45d077b-64b0-87fe-8a48-e73c93e343a0" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/45c54498-d2f2-1444-8f34-ae0c2ae23a44.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-05-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/a45d077b-64b0-87fe-8a48-e73c93e343a0" ;
  a2a:RecordGUID "{a45d077b-64b0-87fe-8a48-e73c93e343a0}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_2_00000002.xml van GRA" .

[] a2a:PersonRemarkdiversen "Wonende te Weiwerd gem. Delfzijl" .
