@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_b60eae08-2f2a-4a64-5499-c6cc9e355594
  a a2a:Record ;
  rdfs:label "Overlijden op 28 november 1862 te Groningen" ;
  a2a:hasPerson oa:person_gra_b60eae08-2f2a-4a64-5499-c6cc9e355594_Person-815a8d37-aa44-a36f-abfc-cec7b566b7ec, oa:person_gra_b60eae08-2f2a-4a64-5499-c6cc9e355594_Person-6c360de7-e3f8-f703-3a03-54a9322828c6, oa:person_gra_b60eae08-2f2a-4a64-5499-c6cc9e355594_Person-3588deaa-1da7-4a42-7d22-d3eb7e807b18, oa:person_gra_b60eae08-2f2a-4a64-5499-c6cc9e355594_Person-dccc4fef-c10c-af53-5ea5-f1a8ee74c3a2 ;
  a2a:hasEvent oa:event_gra_b60eae08-2f2a-4a64-5499-c6cc9e355594_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_b60eae08-2f2a-4a64-5499-c6cc9e355594_0, oa:relationep_gra_b60eae08-2f2a-4a64-5499-c6cc9e355594_1, oa:relationep_gra_b60eae08-2f2a-4a64-5499-c6cc9e355594_2 ;
  a2a:hasRelationPP oa:relationpp_gra_b60eae08-2f2a-4a64-5499-c6cc9e355594_0 ;
  a2a:hasSource oa:source_gra_b60eae08-2f2a-4a64-5499-c6cc9e355594 .

oa:person_gra_b60eae08-2f2a-4a64-5499-c6cc9e355594_Person-815a8d37-aa44-a36f-abfc-cec7b566b7ec
  a a2a:Person ;
  rdfs:label "Helena Dorothea de Wit" ;
  a2a:PersonName [
    rdfs:label "Helena Dorothea de Wit" ;
    a2a:PersonNameFirstName "Helena Dorothea" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Wit"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "69 jaar" ;
    rdfs:label "69 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:person_gra_b60eae08-2f2a-4a64-5499-c6cc9e355594_Person-6c360de7-e3f8-f703-3a03-54a9322828c6
  a a2a:Person ;
  rdfs:label "Jacob Vliegers" ;
  a2a:PersonName [
    rdfs:label "Jacob Vliegers" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Vliegers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_b60eae08-2f2a-4a64-5499-c6cc9e355594_Person-3588deaa-1da7-4a42-7d22-d3eb7e807b18
  a a2a:Person ;
  rdfs:label "Johanna Schenk" ;
  a2a:PersonName [
    rdfs:label "Johanna Schenk" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Schenk"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_b60eae08-2f2a-4a64-5499-c6cc9e355594_Person-dccc4fef-c10c-af53-5ea5-f1a8ee74c3a2
  a a2a:Person ;
  rdfs:label "Hermanus de Wit" ;
  a2a:PersonName [
    rdfs:label "Hermanus de Wit" ;
    a2a:PersonNameFirstName "Hermanus" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Wit"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "smid" .

oa:event_gra_b60eae08-2f2a-4a64-5499-c6cc9e355594_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1862" ;
    a2a:Month "11" ;
    a2a:Day "28" ;
    rdfs:label "1862-11-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_b60eae08-2f2a-4a64-5499-c6cc9e355594_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_b60eae08-2f2a-4a64-5499-c6cc9e355594_Person:815a8d37-aa44-a36f-abfc-cec7b566b7ec ;
  a2a:EventKeyRef oa:event_gra_b60eae08-2f2a-4a64-5499-c6cc9e355594_Event1 .

oa:relationep_gra_b60eae08-2f2a-4a64-5499-c6cc9e355594_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_b60eae08-2f2a-4a64-5499-c6cc9e355594_Person:3588deaa-1da7-4a42-7d22-d3eb7e807b18 ;
  a2a:EventKeyRef oa:event_gra_b60eae08-2f2a-4a64-5499-c6cc9e355594_Event1 .

oa:relationep_gra_b60eae08-2f2a-4a64-5499-c6cc9e355594_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_b60eae08-2f2a-4a64-5499-c6cc9e355594_Person:dccc4fef-c10c-af53-5ea5-f1a8ee74c3a2 ;
  a2a:EventKeyRef oa:event_gra_b60eae08-2f2a-4a64-5499-c6cc9e355594_Event1 .

oa:relationpp_gra_b60eae08-2f2a-4a64-5499-c6cc9e355594_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_b60eae08-2f2a-4a64-5499-c6cc9e355594_Person:815a8d37-aa44-a36f-abfc-cec7b566b7ec, oa:person_gra_b60eae08-2f2a-4a64-5499-c6cc9e355594_Person:6c360de7-e3f8-f703-3a03-54a9322828c6 .

oa:source_gra_b60eae08-2f2a-4a64-5499-c6cc9e355594
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1862-11-29 - 1862-11-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1862-11-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1862-11-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1862" ;
    a2a:Month "11" ;
    a2a:Day "29" ;
    rdfs:label "1862-11-29"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1862" ;
    a2a:Book "Overlijdensregister 1862" ;
    a2a:DocumentNumber "895" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1862, Overlijdensregister 1862, 895"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/c57521f3-d62f-b601-6ca5-31b055a44738.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/b60eae08-2f2a-4a64-5499-c6cc9e355594" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/c57521f3-d62f-b601-6ca5-31b055a44738.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/b60eae08-2f2a-4a64-5499-c6cc9e355594" ;
  a2a:RecordGUID "{b60eae08-2f2a-4a64-5499-c6cc9e355594}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_15672_00015672.xml van GRA" .

