@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_edf4c935-2ee8-7a99-5a9b-9cb0e4e3ddba
  a a2a:Record ;
  rdfs:label "Overlijden op 9 oktober 1881 te Groningen" ;
  a2a:hasPerson oa:person_gra_edf4c935-2ee8-7a99-5a9b-9cb0e4e3ddba_Person-600efc24-c985-8464-8776-b7c46425d1eb, oa:person_gra_edf4c935-2ee8-7a99-5a9b-9cb0e4e3ddba_Person-48f5f97b-3bed-3ba6-c110-76d7a4d4991f, oa:person_gra_edf4c935-2ee8-7a99-5a9b-9cb0e4e3ddba_Person-ab907c79-8c8c-1a1d-143f-06c5b73be7a0, oa:person_gra_edf4c935-2ee8-7a99-5a9b-9cb0e4e3ddba_Person-ab652954-b9ab-66ce-ba79-ee83ea6f4aee ;
  a2a:hasEvent oa:event_gra_edf4c935-2ee8-7a99-5a9b-9cb0e4e3ddba_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_edf4c935-2ee8-7a99-5a9b-9cb0e4e3ddba_0, oa:relationep_gra_edf4c935-2ee8-7a99-5a9b-9cb0e4e3ddba_1, oa:relationep_gra_edf4c935-2ee8-7a99-5a9b-9cb0e4e3ddba_2 ;
  a2a:hasRelationPP oa:relationpp_gra_edf4c935-2ee8-7a99-5a9b-9cb0e4e3ddba_0 ;
  a2a:hasSource oa:source_gra_edf4c935-2ee8-7a99-5a9b-9cb0e4e3ddba .

oa:person_gra_edf4c935-2ee8-7a99-5a9b-9cb0e4e3ddba_Person-600efc24-c985-8464-8776-b7c46425d1eb
  a a2a:Person ;
  rdfs:label "Klaas Kok" ;
  a2a:PersonName [
    rdfs:label "Klaas Kok" ;
    a2a:PersonNameFirstName "Klaas" ;
    a2a:PersonNameLastName "Kok"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "37 jaar" ;
    rdfs:label "37 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] ;
  a2a:Profession "steenhouwer" .

oa:person_gra_edf4c935-2ee8-7a99-5a9b-9cb0e4e3ddba_Person-48f5f97b-3bed-3ba6-c110-76d7a4d4991f
  a a2a:Person ;
  rdfs:label "Hermina van Kammen" ;
  a2a:PersonName [
    rdfs:label "Hermina van Kammen" ;
    a2a:PersonNameFirstName "Hermina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Kammen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_edf4c935-2ee8-7a99-5a9b-9cb0e4e3ddba_Person-ab907c79-8c8c-1a1d-143f-06c5b73be7a0
  a a2a:Person ;
  rdfs:label "Filippus Kok" ;
  a2a:PersonName [
    rdfs:label "Filippus Kok" ;
    a2a:PersonNameFirstName "Filippus" ;
    a2a:PersonNameLastName "Kok"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "steenhouwer" .

oa:person_gra_edf4c935-2ee8-7a99-5a9b-9cb0e4e3ddba_Person-ab652954-b9ab-66ce-ba79-ee83ea6f4aee
  a a2a:Person ;
  rdfs:label "Anna Berendina Hemmes" ;
  a2a:PersonName [
    rdfs:label "Anna Berendina Hemmes" ;
    a2a:PersonNameFirstName "Anna Berendina" ;
    a2a:PersonNameLastName "Hemmes"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_edf4c935-2ee8-7a99-5a9b-9cb0e4e3ddba_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1881" ;
    a2a:Month "10" ;
    a2a:Day "9" ;
    rdfs:label "1881-10-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_edf4c935-2ee8-7a99-5a9b-9cb0e4e3ddba_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_edf4c935-2ee8-7a99-5a9b-9cb0e4e3ddba_Person:600efc24-c985-8464-8776-b7c46425d1eb ;
  a2a:EventKeyRef oa:event_gra_edf4c935-2ee8-7a99-5a9b-9cb0e4e3ddba_Event1 .

oa:relationep_gra_edf4c935-2ee8-7a99-5a9b-9cb0e4e3ddba_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_edf4c935-2ee8-7a99-5a9b-9cb0e4e3ddba_Person:ab907c79-8c8c-1a1d-143f-06c5b73be7a0 ;
  a2a:EventKeyRef oa:event_gra_edf4c935-2ee8-7a99-5a9b-9cb0e4e3ddba_Event1 .

oa:relationep_gra_edf4c935-2ee8-7a99-5a9b-9cb0e4e3ddba_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_edf4c935-2ee8-7a99-5a9b-9cb0e4e3ddba_Person:ab652954-b9ab-66ce-ba79-ee83ea6f4aee ;
  a2a:EventKeyRef oa:event_gra_edf4c935-2ee8-7a99-5a9b-9cb0e4e3ddba_Event1 .

oa:relationpp_gra_edf4c935-2ee8-7a99-5a9b-9cb0e4e3ddba_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_edf4c935-2ee8-7a99-5a9b-9cb0e4e3ddba_Person:600efc24-c985-8464-8776-b7c46425d1eb, oa:person_gra_edf4c935-2ee8-7a99-5a9b-9cb0e4e3ddba_Person:48f5f97b-3bed-3ba6-c110-76d7a4d4991f .

oa:source_gra_edf4c935-2ee8-7a99-5a9b-9cb0e4e3ddba
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1881-10-11 - 1881-10-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1881-10-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1881-10-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1881" ;
    a2a:Month "10" ;
    a2a:Day "11" ;
    rdfs:label "1881-10-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1881" ;
    a2a:Book "Overlijdensregister 1881" ;
    a2a:DocumentNumber "935" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1881, Overlijdensregister 1881, 935"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/c698fa76-ad6c-7c12-e952-5d3eed6174a7.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/edf4c935-2ee8-7a99-5a9b-9cb0e4e3ddba" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/c698fa76-ad6c-7c12-e952-5d3eed6174a7.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/edf4c935-2ee8-7a99-5a9b-9cb0e4e3ddba" ;
  a2a:RecordGUID "{edf4c935-2ee8-7a99-5a9b-9cb0e4e3ddba}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_12002_00012002.xml van GRA" .

