@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_6991e450-37ac-e455-9dc2-e70a270f351f
  a a2a:Record ;
  rdfs:label "Overlijden op 23 december 1884 te Achterdiep, gem. Sappemeer" ;
  a2a:hasPerson oa:person_gra_6991e450-37ac-e455-9dc2-e70a270f351f_Person-76679623-4de3-6c9f-4a98-0afe06aab210, oa:person_gra_6991e450-37ac-e455-9dc2-e70a270f351f_Person-34ab5896-83ec-2729-ed5b-f3402b3e0079, oa:person_gra_6991e450-37ac-e455-9dc2-e70a270f351f_Person-22dff2fd-eec3-96f3-458c-f8a36f4506ff, oa:person_gra_6991e450-37ac-e455-9dc2-e70a270f351f_Person-ffc5188c-1afa-b722-4236-4cfa8b4b0128, oa:person_gra_6991e450-37ac-e455-9dc2-e70a270f351f_Person-6c3e9bce-2861-c701-a223-7d6c3951342d ;
  a2a:hasEvent oa:event_gra_6991e450-37ac-e455-9dc2-e70a270f351f_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_6991e450-37ac-e455-9dc2-e70a270f351f_0, oa:relationep_gra_6991e450-37ac-e455-9dc2-e70a270f351f_1, oa:relationep_gra_6991e450-37ac-e455-9dc2-e70a270f351f_2 ;
  a2a:hasRelationPP oa:relationpp_gra_6991e450-37ac-e455-9dc2-e70a270f351f_0, oa:relationpp_gra_6991e450-37ac-e455-9dc2-e70a270f351f_1 ;
  a2a:hasSource oa:source_gra_6991e450-37ac-e455-9dc2-e70a270f351f .

oa:person_gra_6991e450-37ac-e455-9dc2-e70a270f351f_Person-76679623-4de3-6c9f-4a98-0afe06aab210
  a a2a:Person ;
  rdfs:label "Trijntje Springelkamp" ;
  a2a:PersonName [
    rdfs:label "Trijntje Springelkamp" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNameLastName "Springelkamp"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "64 jaar" ;
    rdfs:label "64 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Muntendam" ;
    rdfs:label "Muntendam"
  ] ;
  a2a:Profession "arbeidster" .

oa:person_gra_6991e450-37ac-e455-9dc2-e70a270f351f_Person-34ab5896-83ec-2729-ed5b-f3402b3e0079
  a a2a:Person ;
  rdfs:label "Geert Dorenbosch" ;
  a2a:PersonName [
    rdfs:label "Geert Dorenbosch" ;
    a2a:PersonNameFirstName "Geert" ;
    a2a:PersonNameLastName "Dorenbosch"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_6991e450-37ac-e455-9dc2-e70a270f351f_Person-22dff2fd-eec3-96f3-458c-f8a36f4506ff
  a a2a:Person ;
  rdfs:label "Jacobus Spoor" ;
  a2a:PersonName [
    rdfs:label "Jacobus Spoor" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Spoor"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_6991e450-37ac-e455-9dc2-e70a270f351f_Person-ffc5188c-1afa-b722-4236-4cfa8b4b0128
  a a2a:Person ;
  rdfs:label "Warnder Egberts Springelkamp" ;
  a2a:PersonName [
    rdfs:label "Warnder Egberts Springelkamp" ;
    a2a:PersonNameFirstName "Warnder Egberts" ;
    a2a:PersonNameLastName "Springelkamp"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_6991e450-37ac-e455-9dc2-e70a270f351f_Person-6c3e9bce-2861-c701-a223-7d6c3951342d
  a a2a:Person ;
  rdfs:label "Hillechien Gerrits ten Kate" ;
  a2a:PersonName [
    rdfs:label "Hillechien Gerrits ten Kate" ;
    a2a:PersonNameFirstName "Hillechien Gerrits" ;
    a2a:PersonNamePrefixLastName "ten" ;
    a2a:PersonNameLastName "Kate"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_6991e450-37ac-e455-9dc2-e70a270f351f_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1884" ;
    a2a:Month "12" ;
    a2a:Day "23" ;
    rdfs:label "1884-12-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Achterdiep, gem. Sappemeer" ;
    rdfs:label "Achterdiep, gem. Sappemeer"
  ] .

oa:relationep_gra_6991e450-37ac-e455-9dc2-e70a270f351f_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_6991e450-37ac-e455-9dc2-e70a270f351f_Person:76679623-4de3-6c9f-4a98-0afe06aab210 ;
  a2a:EventKeyRef oa:event_gra_6991e450-37ac-e455-9dc2-e70a270f351f_Event1 .

oa:relationep_gra_6991e450-37ac-e455-9dc2-e70a270f351f_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_6991e450-37ac-e455-9dc2-e70a270f351f_Person:ffc5188c-1afa-b722-4236-4cfa8b4b0128 ;
  a2a:EventKeyRef oa:event_gra_6991e450-37ac-e455-9dc2-e70a270f351f_Event1 .

oa:relationep_gra_6991e450-37ac-e455-9dc2-e70a270f351f_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_6991e450-37ac-e455-9dc2-e70a270f351f_Person:6c3e9bce-2861-c701-a223-7d6c3951342d ;
  a2a:EventKeyRef oa:event_gra_6991e450-37ac-e455-9dc2-e70a270f351f_Event1 .

oa:relationpp_gra_6991e450-37ac-e455-9dc2-e70a270f351f_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_6991e450-37ac-e455-9dc2-e70a270f351f_Person:76679623-4de3-6c9f-4a98-0afe06aab210, oa:person_gra_6991e450-37ac-e455-9dc2-e70a270f351f_Person:34ab5896-83ec-2729-ed5b-f3402b3e0079 .

oa:relationpp_gra_6991e450-37ac-e455-9dc2-e70a270f351f_1
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_6991e450-37ac-e455-9dc2-e70a270f351f_Person:76679623-4de3-6c9f-4a98-0afe06aab210, oa:person_gra_6991e450-37ac-e455-9dc2-e70a270f351f_Person:22dff2fd-eec3-96f3-458c-f8a36f4506ff .

oa:source_gra_6991e450-37ac-e455-9dc2-e70a270f351f
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Sappemeer" ;
    rdfs:label "Sappemeer", "1884-12-24 - 1884-12-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1884-12-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1884-12-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1884" ;
    a2a:Month "12" ;
    a2a:Day "24" ;
    rdfs:label "1884-12-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1884" ;
    a2a:Book "Overlijdensregister 1884" ;
    a2a:DocumentNumber "75" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1884, Overlijdensregister 1884, 75"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/e7863056-171b-ae29-efb2-19969ccd3646.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/6991e450-37ac-e455-9dc2-e70a270f351f" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/e7863056-171b-ae29-efb2-19969ccd3646.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/6991e450-37ac-e455-9dc2-e70a270f351f" ;
  a2a:RecordGUID "{6991e450-37ac-e455-9dc2-e70a270f351f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_12829_00012829.xml van GRA" .

