@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_3ac138ba-929f-ca56-e2a5-3a063b6b3850
  a a2a:Record ;
  rdfs:label "Overlijden op 10 februari 1879 te Grootegast" ;
  a2a:hasPerson oa:person_gra_3ac138ba-929f-ca56-e2a5-3a063b6b3850_Person-59aca1b5-4875-da02-6281-f2b68e687ffd, oa:person_gra_3ac138ba-929f-ca56-e2a5-3a063b6b3850_Person-eecfc5cf-2fb8-80ed-80e4-dd78a04fc0e7, oa:person_gra_3ac138ba-929f-ca56-e2a5-3a063b6b3850_Person-6a3d00eb-5d83-f5c0-d083-771cc749bd11, oa:person_gra_3ac138ba-929f-ca56-e2a5-3a063b6b3850_Person-dd865ad6-a074-abff-47d0-2b1faebc833e ;
  a2a:hasEvent oa:event_gra_3ac138ba-929f-ca56-e2a5-3a063b6b3850_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_3ac138ba-929f-ca56-e2a5-3a063b6b3850_0, oa:relationep_gra_3ac138ba-929f-ca56-e2a5-3a063b6b3850_1, oa:relationep_gra_3ac138ba-929f-ca56-e2a5-3a063b6b3850_2 ;
  a2a:hasRelationPP oa:relationpp_gra_3ac138ba-929f-ca56-e2a5-3a063b6b3850_0 ;
  a2a:hasSource oa:source_gra_3ac138ba-929f-ca56-e2a5-3a063b6b3850 .

oa:person_gra_3ac138ba-929f-ca56-e2a5-3a063b6b3850_Person-59aca1b5-4875-da02-6281-f2b68e687ffd
  a a2a:Person ;
  rdfs:label "Albert Willems Tibma" ;
  a2a:PersonName [
    rdfs:label "Albert Willems Tibma" ;
    a2a:PersonNameFirstName "Albert Willems" ;
    a2a:PersonNameLastName "Tibma"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "59 jaar" ;
    rdfs:label "59 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oostrum, gem.Oostdongeradeel" ;
    rdfs:label "Oostrum, gem.Oostdongeradeel"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_gra_3ac138ba-929f-ca56-e2a5-3a063b6b3850_Person-eecfc5cf-2fb8-80ed-80e4-dd78a04fc0e7
  a a2a:Person ;
  rdfs:label "Jantje Marks Postma" ;
  a2a:PersonName [
    rdfs:label "Jantje Marks Postma" ;
    a2a:PersonNameFirstName "Jantje Marks" ;
    a2a:PersonNameLastName "Postma"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_3ac138ba-929f-ca56-e2a5-3a063b6b3850_Person-6a3d00eb-5d83-f5c0-d083-771cc749bd11
  a a2a:Person ;
  rdfs:label "Willem Alberts Tibma" ;
  a2a:PersonName [
    rdfs:label "Willem Alberts Tibma" ;
    a2a:PersonNameFirstName "Willem Alberts" ;
    a2a:PersonNameLastName "Tibma"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_3ac138ba-929f-ca56-e2a5-3a063b6b3850_Person-dd865ad6-a074-abff-47d0-2b1faebc833e
  a a2a:Person ;
  rdfs:label "Matje Tekkes Joostma" ;
  a2a:PersonName [
    rdfs:label "Matje Tekkes Joostma" ;
    a2a:PersonNameFirstName "Matje Tekkes" ;
    a2a:PersonNameLastName "Joostma"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_3ac138ba-929f-ca56-e2a5-3a063b6b3850_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1879" ;
    a2a:Month "2" ;
    a2a:Day "10" ;
    rdfs:label "1879-02-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Grootegast" ;
    rdfs:label "Grootegast"
  ] .

oa:relationep_gra_3ac138ba-929f-ca56-e2a5-3a063b6b3850_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_3ac138ba-929f-ca56-e2a5-3a063b6b3850_Person:59aca1b5-4875-da02-6281-f2b68e687ffd ;
  a2a:EventKeyRef oa:event_gra_3ac138ba-929f-ca56-e2a5-3a063b6b3850_Event1 .

oa:relationep_gra_3ac138ba-929f-ca56-e2a5-3a063b6b3850_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_3ac138ba-929f-ca56-e2a5-3a063b6b3850_Person:6a3d00eb-5d83-f5c0-d083-771cc749bd11 ;
  a2a:EventKeyRef oa:event_gra_3ac138ba-929f-ca56-e2a5-3a063b6b3850_Event1 .

oa:relationep_gra_3ac138ba-929f-ca56-e2a5-3a063b6b3850_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_3ac138ba-929f-ca56-e2a5-3a063b6b3850_Person:dd865ad6-a074-abff-47d0-2b1faebc833e ;
  a2a:EventKeyRef oa:event_gra_3ac138ba-929f-ca56-e2a5-3a063b6b3850_Event1 .

oa:relationpp_gra_3ac138ba-929f-ca56-e2a5-3a063b6b3850_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_3ac138ba-929f-ca56-e2a5-3a063b6b3850_Person:59aca1b5-4875-da02-6281-f2b68e687ffd, oa:person_gra_3ac138ba-929f-ca56-e2a5-3a063b6b3850_Person:eecfc5cf-2fb8-80ed-80e4-dd78a04fc0e7 .

oa:source_gra_3ac138ba-929f-ca56-e2a5-3a063b6b3850
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Grootegast" ;
    rdfs:label "Grootegast", "1879-02-11 - 1879-02-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1879-02-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1879-02-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1879" ;
    a2a:Month "2" ;
    a2a:Day "11" ;
    rdfs:label "1879-02-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1879" ;
    a2a:Book "Overlijdensregister 1879" ;
    a2a:DocumentNumber "11" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1879, Overlijdensregister 1879, 11"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/591664cd-8580-2453-77c7-db1a8a53404d.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/3ac138ba-929f-ca56-e2a5-3a063b6b3850" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/591664cd-8580-2453-77c7-db1a8a53404d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-12-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/3ac138ba-929f-ca56-e2a5-3a063b6b3850" ;
  a2a:RecordGUID "{3ac138ba-929f-ca56-e2a5-3a063b6b3850}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220127_85_00000085.xml van GRA" .

