@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_6876ee61-e655-bd12-423d-6cffba74362f
  a a2a:Record ;
  rdfs:label "Overlijden op 19 april 1902 te Oudedijk gem. Beerta" ;
  a2a:hasPerson oa:person_gra_6876ee61-e655-bd12-423d-6cffba74362f_Person-181d715a-d581-66ca-2632-95c6caedb220, oa:person_gra_6876ee61-e655-bd12-423d-6cffba74362f_Person-2d84ef2d-4fe0-b978-90fb-edfcd1f8e8db, oa:person_gra_6876ee61-e655-bd12-423d-6cffba74362f_Person-e23dcc64-784d-86b6-dcbf-f5cf8258a1d5, oa:person_gra_6876ee61-e655-bd12-423d-6cffba74362f_Person-2b65d395-8ef9-cf79-083e-91bd92e2b6a8 ;
  a2a:hasEvent oa:event_gra_6876ee61-e655-bd12-423d-6cffba74362f_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_6876ee61-e655-bd12-423d-6cffba74362f_0, oa:relationep_gra_6876ee61-e655-bd12-423d-6cffba74362f_1, oa:relationep_gra_6876ee61-e655-bd12-423d-6cffba74362f_2 ;
  a2a:hasRelationPP oa:relationpp_gra_6876ee61-e655-bd12-423d-6cffba74362f_0 ;
  a2a:hasSource oa:source_gra_6876ee61-e655-bd12-423d-6cffba74362f .

oa:person_gra_6876ee61-e655-bd12-423d-6cffba74362f_Person-181d715a-d581-66ca-2632-95c6caedb220
  a a2a:Person ;
  rdfs:label "Kampe Sprok" ;
  a2a:PersonName [
    rdfs:label "Kampe Sprok" ;
    a2a:PersonNameFirstName "Kampe" ;
    a2a:PersonNameLastName "Sprok"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "48 jaar" ;
    rdfs:label "48 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Nieuweschans" ;
    rdfs:label "Nieuweschans"
  ] ;
  a2a:Profession "daglooner" .

oa:person_gra_6876ee61-e655-bd12-423d-6cffba74362f_Person-2d84ef2d-4fe0-b978-90fb-edfcd1f8e8db
  a a2a:Person ;
  rdfs:label "Mientje Loers" ;
  a2a:PersonName [
    rdfs:label "Mientje Loers" ;
    a2a:PersonNameFirstName "Mientje" ;
    a2a:PersonNameLastName "Loers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_6876ee61-e655-bd12-423d-6cffba74362f_Person-e23dcc64-784d-86b6-dcbf-f5cf8258a1d5
  a a2a:Person ;
  rdfs:label "Karel Lubberts Sprok" ;
  a2a:PersonName [
    rdfs:label "Karel Lubberts Sprok" ;
    a2a:PersonNameFirstName "Karel Lubberts" ;
    a2a:PersonNameLastName "Sprok"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_6876ee61-e655-bd12-423d-6cffba74362f_Person-2b65d395-8ef9-cf79-083e-91bd92e2b6a8
  a a2a:Person ;
  rdfs:label "Geessien Strobos" ;
  a2a:PersonName [
    rdfs:label "Geessien Strobos" ;
    a2a:PersonNameFirstName "Geessien" ;
    a2a:PersonNameLastName "Strobos"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_6876ee61-e655-bd12-423d-6cffba74362f_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1902" ;
    a2a:Month "4" ;
    a2a:Day "19" ;
    rdfs:label "1902-04-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oudedijk gem. Beerta" ;
    rdfs:label "Oudedijk gem. Beerta"
  ] .

oa:relationep_gra_6876ee61-e655-bd12-423d-6cffba74362f_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_6876ee61-e655-bd12-423d-6cffba74362f_Person:181d715a-d581-66ca-2632-95c6caedb220 ;
  a2a:EventKeyRef oa:event_gra_6876ee61-e655-bd12-423d-6cffba74362f_Event1 .

oa:relationep_gra_6876ee61-e655-bd12-423d-6cffba74362f_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_6876ee61-e655-bd12-423d-6cffba74362f_Person:e23dcc64-784d-86b6-dcbf-f5cf8258a1d5 ;
  a2a:EventKeyRef oa:event_gra_6876ee61-e655-bd12-423d-6cffba74362f_Event1 .

oa:relationep_gra_6876ee61-e655-bd12-423d-6cffba74362f_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_6876ee61-e655-bd12-423d-6cffba74362f_Person:2b65d395-8ef9-cf79-083e-91bd92e2b6a8 ;
  a2a:EventKeyRef oa:event_gra_6876ee61-e655-bd12-423d-6cffba74362f_Event1 .

oa:relationpp_gra_6876ee61-e655-bd12-423d-6cffba74362f_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_6876ee61-e655-bd12-423d-6cffba74362f_Person:181d715a-d581-66ca-2632-95c6caedb220, oa:person_gra_6876ee61-e655-bd12-423d-6cffba74362f_Person:2d84ef2d-4fe0-b978-90fb-edfcd1f8e8db .

oa:source_gra_6876ee61-e655-bd12-423d-6cffba74362f
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Beerta" ;
    rdfs:label "Beerta", "1902-04-21 - 1902-04-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1902-04-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1902-04-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1902" ;
    a2a:Month "4" ;
    a2a:Day "21" ;
    rdfs:label "1902-04-21"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1902" ;
    a2a:Book "Overlijdensregister 1902" ;
    a2a:DocumentNumber "22" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1902, Overlijdensregister 1902, 22"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/2d79d420-3113-f60c-3490-c37fafe874a1.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/6876ee61-e655-bd12-423d-6cffba74362f" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/2d79d420-3113-f60c-3490-c37fafe874a1.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/6876ee61-e655-bd12-423d-6cffba74362f" ;
  a2a:RecordGUID "{6876ee61-e655-bd12-423d-6cffba74362f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_12795_00012795.xml van GRA" .

