@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_126e572f-705a-e560-7397-59be116547cb
  a a2a:Record ;
  rdfs:label "Overlijden op 5 december 1888 te Groningen" ;
  a2a:hasPerson oa:person_gra_126e572f-705a-e560-7397-59be116547cb_Person-813582af-abe8-1c2e-9996-8ecd0c3e4f6d, oa:person_gra_126e572f-705a-e560-7397-59be116547cb_Person-155a30ce-e775-5cb8-5b65-a893f2401051, oa:person_gra_126e572f-705a-e560-7397-59be116547cb_Person-5bd5714f-3727-82f2-8cef-58aa2109c8c4, oa:person_gra_126e572f-705a-e560-7397-59be116547cb_Person-7fa6724e-ee83-2f76-0d9d-dc6f80002897 ;
  a2a:hasEvent oa:event_gra_126e572f-705a-e560-7397-59be116547cb_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_126e572f-705a-e560-7397-59be116547cb_0, oa:relationep_gra_126e572f-705a-e560-7397-59be116547cb_1, oa:relationep_gra_126e572f-705a-e560-7397-59be116547cb_2 ;
  a2a:hasRelationPP oa:relationpp_gra_126e572f-705a-e560-7397-59be116547cb_0 ;
  a2a:hasSource oa:source_gra_126e572f-705a-e560-7397-59be116547cb .

oa:person_gra_126e572f-705a-e560-7397-59be116547cb_Person-813582af-abe8-1c2e-9996-8ecd0c3e4f6d
  a a2a:Person ;
  rdfs:label "Barbara de Winter" ;
  a2a:PersonName [
    rdfs:label "Barbara de Winter" ;
    a2a:PersonNameFirstName "Barbara" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Winter"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_126e572f-705a-e560-7397-59be116547cb_Person-155a30ce-e775-5cb8-5b65-a893f2401051
  a a2a:Person ;
  rdfs:label "Nicolaas Schoenmacker" ;
  a2a:PersonName [
    rdfs:label "Nicolaas Schoenmacker" ;
    a2a:PersonNameFirstName "Nicolaas" ;
    a2a:PersonNameLastName "Schoenmacker"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_126e572f-705a-e560-7397-59be116547cb_Person-5bd5714f-3727-82f2-8cef-58aa2109c8c4
  a a2a:Person ;
  rdfs:label "Henricus Harmannus Suirman" ;
  a2a:PersonName [
    rdfs:label "Henricus Harmannus Suirman" ;
    a2a:PersonNameFirstName "Henricus Harmannus" ;
    a2a:PersonNameLastName "Suirman"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "schoenmaker" .

oa:person_gra_126e572f-705a-e560-7397-59be116547cb_Person-7fa6724e-ee83-2f76-0d9d-dc6f80002897
  a a2a:Person ;
  rdfs:label "Trientje Maria Suirman" ;
  a2a:PersonName [
    rdfs:label "Trientje Maria Suirman" ;
    a2a:PersonNameFirstName "Trientje Maria" ;
    a2a:PersonNameLastName "Suirman"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "52 jaar" ;
    rdfs:label "52 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:event_gra_126e572f-705a-e560-7397-59be116547cb_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1888" ;
    a2a:Month "12" ;
    a2a:Day "5" ;
    rdfs:label "1888-12-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_126e572f-705a-e560-7397-59be116547cb_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_126e572f-705a-e560-7397-59be116547cb_Person:813582af-abe8-1c2e-9996-8ecd0c3e4f6d ;
  a2a:EventKeyRef oa:event_gra_126e572f-705a-e560-7397-59be116547cb_Event1 .

oa:relationep_gra_126e572f-705a-e560-7397-59be116547cb_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_126e572f-705a-e560-7397-59be116547cb_Person:5bd5714f-3727-82f2-8cef-58aa2109c8c4 ;
  a2a:EventKeyRef oa:event_gra_126e572f-705a-e560-7397-59be116547cb_Event1 .

oa:relationep_gra_126e572f-705a-e560-7397-59be116547cb_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_126e572f-705a-e560-7397-59be116547cb_Person:7fa6724e-ee83-2f76-0d9d-dc6f80002897 ;
  a2a:EventKeyRef oa:event_gra_126e572f-705a-e560-7397-59be116547cb_Event1 .

oa:relationpp_gra_126e572f-705a-e560-7397-59be116547cb_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_126e572f-705a-e560-7397-59be116547cb_Person:7fa6724e-ee83-2f76-0d9d-dc6f80002897, oa:person_gra_126e572f-705a-e560-7397-59be116547cb_Person:155a30ce-e775-5cb8-5b65-a893f2401051 .

oa:source_gra_126e572f-705a-e560-7397-59be116547cb
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1888-12-06 - 1888-12-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1888-12-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1888-12-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1888" ;
    a2a:Month "12" ;
    a2a:Day "6" ;
    rdfs:label "1888-12-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1888" ;
    a2a:Book "Overlijdensregister 1888" ;
    a2a:DocumentNumber "1126" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1888, Overlijdensregister 1888, 1126"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/48811641-3ca3-97d1-cb11-088a13afa941.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/126e572f-705a-e560-7397-59be116547cb" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/48811641-3ca3-97d1-cb11-088a13afa941.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/126e572f-705a-e560-7397-59be116547cb" ;
  a2a:RecordGUID "{126e572f-705a-e560-7397-59be116547cb}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_15275_00015275.xml van GRA" .

