@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_1d9fc6c0-219e-e60f-3e7b-86eb517fb446
  a a2a:Record ;
  rdfs:label "Overlijden op 19 december 1899 te Groningen" ;
  a2a:hasPerson oa:person_gra_1d9fc6c0-219e-e60f-3e7b-86eb517fb446_Person-db45079e-a3b8-2c44-79b6-6599b53d2fae, oa:person_gra_1d9fc6c0-219e-e60f-3e7b-86eb517fb446_Person-e3192002-3d9b-46d2-644c-7666c3d5272a, oa:person_gra_1d9fc6c0-219e-e60f-3e7b-86eb517fb446_Person-d0cc2e91-2eb1-582a-0bf4-6e35805425a8, oa:person_gra_1d9fc6c0-219e-e60f-3e7b-86eb517fb446_Person-6ed74574-b4aa-e22d-d06e-2f26a9f980ec ;
  a2a:hasEvent oa:event_gra_1d9fc6c0-219e-e60f-3e7b-86eb517fb446_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_1d9fc6c0-219e-e60f-3e7b-86eb517fb446_0, oa:relationep_gra_1d9fc6c0-219e-e60f-3e7b-86eb517fb446_1 ;
  a2a:hasRelationPP oa:relationpp_gra_1d9fc6c0-219e-e60f-3e7b-86eb517fb446_0, oa:relationpp_gra_1d9fc6c0-219e-e60f-3e7b-86eb517fb446_1 ;
  a2a:hasSource oa:source_gra_1d9fc6c0-219e-e60f-3e7b-86eb517fb446 .

oa:person_gra_1d9fc6c0-219e-e60f-3e7b-86eb517fb446_Person-db45079e-a3b8-2c44-79b6-6599b53d2fae
  a a2a:Person ;
  rdfs:label "Grietje Bullema" ;
  a2a:PersonName [
    rdfs:label "Grietje Bullema" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNameLastName "Bullema"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "70 jaar" ;
    rdfs:label "70 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Den Ham" ;
    rdfs:label "Den Ham"
  ] .

oa:person_gra_1d9fc6c0-219e-e60f-3e7b-86eb517fb446_Person-e3192002-3d9b-46d2-644c-7666c3d5272a
  a a2a:Person ;
  rdfs:label "Jan Wegman" ;
  a2a:PersonName [
    rdfs:label "Jan Wegman" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Wegman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_1d9fc6c0-219e-e60f-3e7b-86eb517fb446_Person-d0cc2e91-2eb1-582a-0bf4-6e35805425a8
  a a2a:Person ;
  rdfs:label "Marten Niehof" ;
  a2a:PersonName [
    rdfs:label "Marten Niehof" ;
    a2a:PersonNameFirstName "Marten" ;
    a2a:PersonNameLastName "Niehof"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_1d9fc6c0-219e-e60f-3e7b-86eb517fb446_Person-6ed74574-b4aa-e22d-d06e-2f26a9f980ec
  a a2a:Person ;
  rdfs:label "Klaas Bullema" ;
  a2a:PersonName [
    rdfs:label "Klaas Bullema" ;
    a2a:PersonNameFirstName "Klaas" ;
    a2a:PersonNameLastName "Bullema"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "arbeider" .

oa:event_gra_1d9fc6c0-219e-e60f-3e7b-86eb517fb446_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1899" ;
    a2a:Month "12" ;
    a2a:Day "19" ;
    rdfs:label "1899-12-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_1d9fc6c0-219e-e60f-3e7b-86eb517fb446_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_1d9fc6c0-219e-e60f-3e7b-86eb517fb446_Person:db45079e-a3b8-2c44-79b6-6599b53d2fae ;
  a2a:EventKeyRef oa:event_gra_1d9fc6c0-219e-e60f-3e7b-86eb517fb446_Event1 .

oa:relationep_gra_1d9fc6c0-219e-e60f-3e7b-86eb517fb446_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_1d9fc6c0-219e-e60f-3e7b-86eb517fb446_Person:6ed74574-b4aa-e22d-d06e-2f26a9f980ec ;
  a2a:EventKeyRef oa:event_gra_1d9fc6c0-219e-e60f-3e7b-86eb517fb446_Event1 .

oa:relationpp_gra_1d9fc6c0-219e-e60f-3e7b-86eb517fb446_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_1d9fc6c0-219e-e60f-3e7b-86eb517fb446_Person:db45079e-a3b8-2c44-79b6-6599b53d2fae, oa:person_gra_1d9fc6c0-219e-e60f-3e7b-86eb517fb446_Person:e3192002-3d9b-46d2-644c-7666c3d5272a .

oa:relationpp_gra_1d9fc6c0-219e-e60f-3e7b-86eb517fb446_1
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_1d9fc6c0-219e-e60f-3e7b-86eb517fb446_Person:db45079e-a3b8-2c44-79b6-6599b53d2fae, oa:person_gra_1d9fc6c0-219e-e60f-3e7b-86eb517fb446_Person:d0cc2e91-2eb1-582a-0bf4-6e35805425a8 .

oa:source_gra_1d9fc6c0-219e-e60f-3e7b-86eb517fb446
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1899-12-22 - 1899-12-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1899-12-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1899-12-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1899" ;
    a2a:Month "12" ;
    a2a:Day "22" ;
    rdfs:label "1899-12-22"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1899" ;
    a2a:Book "Overlijdensregister 1899" ;
    a2a:DocumentNumber "1123" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1899, Overlijdensregister 1899, 1123"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/8ac05ba8-da71-f39d-56ff-b79ca915ac95.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/1d9fc6c0-219e-e60f-3e7b-86eb517fb446" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/8ac05ba8-da71-f39d-56ff-b79ca915ac95.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/1d9fc6c0-219e-e60f-3e7b-86eb517fb446" ;
  a2a:RecordGUID "{1d9fc6c0-219e-e60f-3e7b-86eb517fb446}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_14486_00014486.xml van GRA" .

