@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_ea5acac6-bf08-a081-4f2e-e5fc8798750f
  a a2a:Record ;
  rdfs:label "Overlijden op 3 juli 1826 te Oosterwijtwerd gem. 't Zandt" ;
  a2a:hasPerson oa:person_gra_ea5acac6-bf08-a081-4f2e-e5fc8798750f_Person-554f74a5-d0f8-93cb-5caf-742fc5327fe1, oa:person_gra_ea5acac6-bf08-a081-4f2e-e5fc8798750f_Person-a933954f-73b6-e8ee-ea61-cd2eaef2c5cb, oa:person_gra_ea5acac6-bf08-a081-4f2e-e5fc8798750f_Person-09937d14-7e8a-b5c1-e058-e0256e6aec0f, oa:person_gra_ea5acac6-bf08-a081-4f2e-e5fc8798750f_Person-1adcb950-91f6-6add-8117-62a119b5b3cb ;
  a2a:hasEvent oa:event_gra_ea5acac6-bf08-a081-4f2e-e5fc8798750f_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_ea5acac6-bf08-a081-4f2e-e5fc8798750f_0, oa:relationep_gra_ea5acac6-bf08-a081-4f2e-e5fc8798750f_1, oa:relationep_gra_ea5acac6-bf08-a081-4f2e-e5fc8798750f_2 ;
  a2a:hasRelationPP oa:relationpp_gra_ea5acac6-bf08-a081-4f2e-e5fc8798750f_0 ;
  a2a:hasSource oa:source_gra_ea5acac6-bf08-a081-4f2e-e5fc8798750f .

oa:person_gra_ea5acac6-bf08-a081-4f2e-e5fc8798750f_Person-554f74a5-d0f8-93cb-5caf-742fc5327fe1
  a a2a:Person ;
  rdfs:label "Grietje Berends Sunderman" ;
  a2a:PersonName [
    rdfs:label "Grietje Berends Sunderman" ;
    a2a:PersonNameFirstName "Grietje Berends" ;
    a2a:PersonNameLastName "Sunderman"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "45 jaar" ;
    rdfs:label "45 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Krewerd" ;
    rdfs:label "Krewerd"
  ] ;
  a2a:Profession "werkvrouw" .

oa:person_gra_ea5acac6-bf08-a081-4f2e-e5fc8798750f_Person-a933954f-73b6-e8ee-ea61-cd2eaef2c5cb
  a a2a:Person ;
  rdfs:label "Willem Willems Wilthof" ;
  a2a:PersonName [
    rdfs:label "Willem Willems Wilthof" ;
    a2a:PersonNameFirstName "Willem Willems" ;
    a2a:PersonNameLastName "Wilthof"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_ea5acac6-bf08-a081-4f2e-e5fc8798750f_Person-09937d14-7e8a-b5c1-e058-e0256e6aec0f
  a a2a:Person ;
  rdfs:label "Berend Koerts Sunderman" ;
  a2a:PersonName [
    rdfs:label "Berend Koerts Sunderman" ;
    a2a:PersonNameFirstName "Berend Koerts" ;
    a2a:PersonNameLastName "Sunderman"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "dagloner" .

oa:person_gra_ea5acac6-bf08-a081-4f2e-e5fc8798750f_Person-1adcb950-91f6-6add-8117-62a119b5b3cb
  a a2a:Person ;
  rdfs:label "Anke Berends" ;
  a2a:PersonName [
    rdfs:label "Anke Berends" ;
    a2a:PersonNameFirstName "Anke" ;
    a2a:PersonNameLastName "Berends"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_ea5acac6-bf08-a081-4f2e-e5fc8798750f_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1826" ;
    a2a:Month "7" ;
    a2a:Day "3" ;
    rdfs:label "1826-07-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oosterwijtwerd gem. 't Zandt" ;
    rdfs:label "Oosterwijtwerd gem. 't Zandt"
  ] .

oa:relationep_gra_ea5acac6-bf08-a081-4f2e-e5fc8798750f_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_ea5acac6-bf08-a081-4f2e-e5fc8798750f_Person:554f74a5-d0f8-93cb-5caf-742fc5327fe1 ;
  a2a:EventKeyRef oa:event_gra_ea5acac6-bf08-a081-4f2e-e5fc8798750f_Event1 .

oa:relationep_gra_ea5acac6-bf08-a081-4f2e-e5fc8798750f_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_ea5acac6-bf08-a081-4f2e-e5fc8798750f_Person:09937d14-7e8a-b5c1-e058-e0256e6aec0f ;
  a2a:EventKeyRef oa:event_gra_ea5acac6-bf08-a081-4f2e-e5fc8798750f_Event1 .

oa:relationep_gra_ea5acac6-bf08-a081-4f2e-e5fc8798750f_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_ea5acac6-bf08-a081-4f2e-e5fc8798750f_Person:1adcb950-91f6-6add-8117-62a119b5b3cb ;
  a2a:EventKeyRef oa:event_gra_ea5acac6-bf08-a081-4f2e-e5fc8798750f_Event1 .

oa:relationpp_gra_ea5acac6-bf08-a081-4f2e-e5fc8798750f_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_ea5acac6-bf08-a081-4f2e-e5fc8798750f_Person:554f74a5-d0f8-93cb-5caf-742fc5327fe1, oa:person_gra_ea5acac6-bf08-a081-4f2e-e5fc8798750f_Person:a933954f-73b6-e8ee-ea61-cd2eaef2c5cb .

oa:source_gra_ea5acac6-bf08-a081-4f2e-e5fc8798750f
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "'t Zandt" ;
    rdfs:label "'t Zandt", "1826-07-05 - 1826-07-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1826-07-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1826-07-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1826" ;
    a2a:Month "7" ;
    a2a:Day "5" ;
    rdfs:label "1826-07-05"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1826" ;
    a2a:Book "Overlijdensregister 1826" ;
    a2a:DocumentNumber "38" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1826, Overlijdensregister 1826, 38"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/83727828-143b-dfbc-99fe-757038e1fe10.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/ea5acac6-bf08-a081-4f2e-e5fc8798750f" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/83727828-143b-dfbc-99fe-757038e1fe10.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/ea5acac6-bf08-a081-4f2e-e5fc8798750f" ;
  a2a:RecordGUID "{ea5acac6-bf08-a081-4f2e-e5fc8798750f}" ;
  a2a:SourceRemarkOpmerking "nalatende 4 kinderen" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_11616_00011616.xml van GRA" .

