@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_163e24bf-b5fc-b2a2-88ec-0bb353cf67e7
  a a2a:Record ;
  rdfs:label "Overlijden op 17 maart 1904 te Scheemda" ;
  a2a:hasPerson oa:person_gra_163e24bf-b5fc-b2a2-88ec-0bb353cf67e7_Person-9bf3fcc3-fe32-5869-e8fc-760ac15a51da, oa:person_gra_163e24bf-b5fc-b2a2-88ec-0bb353cf67e7_Person-96a1a9dc-dedc-fa28-51ae-e8342cba369d, oa:person_gra_163e24bf-b5fc-b2a2-88ec-0bb353cf67e7_Person-145fc6df-bce3-1ba6-8189-67a3391a1ac0, oa:person_gra_163e24bf-b5fc-b2a2-88ec-0bb353cf67e7_Person-0534c48e-73ae-81da-e7e4-b2977424f8e0, oa:person_gra_163e24bf-b5fc-b2a2-88ec-0bb353cf67e7_Person-5b2bf723-9afb-5bd5-9a10-ed2a279a3b8a ;
  a2a:hasEvent oa:event_gra_163e24bf-b5fc-b2a2-88ec-0bb353cf67e7_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_163e24bf-b5fc-b2a2-88ec-0bb353cf67e7_0, oa:relationep_gra_163e24bf-b5fc-b2a2-88ec-0bb353cf67e7_1, oa:relationep_gra_163e24bf-b5fc-b2a2-88ec-0bb353cf67e7_2 ;
  a2a:hasRelationPP oa:relationpp_gra_163e24bf-b5fc-b2a2-88ec-0bb353cf67e7_0, oa:relationpp_gra_163e24bf-b5fc-b2a2-88ec-0bb353cf67e7_1 ;
  a2a:hasSource oa:source_gra_163e24bf-b5fc-b2a2-88ec-0bb353cf67e7 .

oa:person_gra_163e24bf-b5fc-b2a2-88ec-0bb353cf67e7_Person-9bf3fcc3-fe32-5869-e8fc-760ac15a51da
  a a2a:Person ;
  rdfs:label "Jurjen Jochems Lula" ;
  a2a:PersonName [
    rdfs:label "Jurjen Jochems Lula" ;
    a2a:PersonNameFirstName "Jurjen Jochems" ;
    a2a:PersonNameLastName "Lula"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_163e24bf-b5fc-b2a2-88ec-0bb353cf67e7_Person-96a1a9dc-dedc-fa28-51ae-e8342cba369d
  a a2a:Person ;
  rdfs:label "Hindrik Hekman" ;
  a2a:PersonName [
    rdfs:label "Hindrik Hekman" ;
    a2a:PersonNameFirstName "Hindrik" ;
    a2a:PersonNameLastName "Hekman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_163e24bf-b5fc-b2a2-88ec-0bb353cf67e7_Person-145fc6df-bce3-1ba6-8189-67a3391a1ac0
  a a2a:Person ;
  rdfs:label "Johannes Muller" ;
  a2a:PersonName [
    rdfs:label "Johannes Muller" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Muller"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_163e24bf-b5fc-b2a2-88ec-0bb353cf67e7_Person-0534c48e-73ae-81da-e7e4-b2977424f8e0
  a a2a:Person ;
  rdfs:label "Meintje Lula" ;
  a2a:PersonName [
    rdfs:label "Meintje Lula" ;
    a2a:PersonNameFirstName "Meintje" ;
    a2a:PersonNameLastName "Lula"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "68 jaar" ;
    rdfs:label "68 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Midwolda" ;
    rdfs:label "Midwolda"
  ] .

oa:person_gra_163e24bf-b5fc-b2a2-88ec-0bb353cf67e7_Person-5b2bf723-9afb-5bd5-9a10-ed2a279a3b8a
  a a2a:Person ;
  rdfs:label "Eefke Arends Veenenga" ;
  a2a:PersonName [
    rdfs:label "Eefke Arends Veenenga" ;
    a2a:PersonNameFirstName "Eefke Arends" ;
    a2a:PersonNameLastName "Veenenga"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_163e24bf-b5fc-b2a2-88ec-0bb353cf67e7_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1904" ;
    a2a:Month "3" ;
    a2a:Day "17" ;
    rdfs:label "1904-03-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Scheemda" ;
    rdfs:label "Scheemda"
  ] .

oa:relationep_gra_163e24bf-b5fc-b2a2-88ec-0bb353cf67e7_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_163e24bf-b5fc-b2a2-88ec-0bb353cf67e7_Person:9bf3fcc3-fe32-5869-e8fc-760ac15a51da ;
  a2a:EventKeyRef oa:event_gra_163e24bf-b5fc-b2a2-88ec-0bb353cf67e7_Event1 .

oa:relationep_gra_163e24bf-b5fc-b2a2-88ec-0bb353cf67e7_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_163e24bf-b5fc-b2a2-88ec-0bb353cf67e7_Person:0534c48e-73ae-81da-e7e4-b2977424f8e0 ;
  a2a:EventKeyRef oa:event_gra_163e24bf-b5fc-b2a2-88ec-0bb353cf67e7_Event1 .

oa:relationep_gra_163e24bf-b5fc-b2a2-88ec-0bb353cf67e7_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_163e24bf-b5fc-b2a2-88ec-0bb353cf67e7_Person:5b2bf723-9afb-5bd5-9a10-ed2a279a3b8a ;
  a2a:EventKeyRef oa:event_gra_163e24bf-b5fc-b2a2-88ec-0bb353cf67e7_Event1 .

oa:relationpp_gra_163e24bf-b5fc-b2a2-88ec-0bb353cf67e7_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_163e24bf-b5fc-b2a2-88ec-0bb353cf67e7_Person:0534c48e-73ae-81da-e7e4-b2977424f8e0, oa:person_gra_163e24bf-b5fc-b2a2-88ec-0bb353cf67e7_Person:96a1a9dc-dedc-fa28-51ae-e8342cba369d .

oa:relationpp_gra_163e24bf-b5fc-b2a2-88ec-0bb353cf67e7_1
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_163e24bf-b5fc-b2a2-88ec-0bb353cf67e7_Person:0534c48e-73ae-81da-e7e4-b2977424f8e0, oa:person_gra_163e24bf-b5fc-b2a2-88ec-0bb353cf67e7_Person:145fc6df-bce3-1ba6-8189-67a3391a1ac0 .

oa:source_gra_163e24bf-b5fc-b2a2-88ec-0bb353cf67e7
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Scheemda" ;
    rdfs:label "Scheemda", "1904-03-18 - 1904-03-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1904-03-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1904-03-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1904" ;
    a2a:Month "3" ;
    a2a:Day "18" ;
    rdfs:label "1904-03-18"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1904" ;
    a2a:Book "Overlijdensregister 1904" ;
    a2a:DocumentNumber "22" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1904, Overlijdensregister 1904, 22"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/f36c3af1-2328-283e-26a0-880dc3904983.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/163e24bf-b5fc-b2a2-88ec-0bb353cf67e7" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/f36c3af1-2328-283e-26a0-880dc3904983.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-07-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/163e24bf-b5fc-b2a2-88ec-0bb353cf67e7" ;
  a2a:RecordGUID "{163e24bf-b5fc-b2a2-88ec-0bb353cf67e7}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_14828_00014828.xml van GRA" .

