@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_16318bd2-e1e0-0a51-b9c3-d5b4bc09f77b
  a a2a:Record ;
  rdfs:label "Overlijden op 29 november 1896 te Nuis gem. Marum" ;
  a2a:hasPerson oa:person_gra_16318bd2-e1e0-0a51-b9c3-d5b4bc09f77b_Person-7d1d5157-938b-620e-0c0c-d442da47b9de, oa:person_gra_16318bd2-e1e0-0a51-b9c3-d5b4bc09f77b_Person-aa289aec-245c-0e58-f237-2c7786c4f8c0, oa:person_gra_16318bd2-e1e0-0a51-b9c3-d5b4bc09f77b_Person-4c1560ec-cb30-844b-e651-a916b5b022ce, oa:person_gra_16318bd2-e1e0-0a51-b9c3-d5b4bc09f77b_Person-152b7f1a-44eb-b182-4750-fec071668f83 ;
  a2a:hasEvent oa:event_gra_16318bd2-e1e0-0a51-b9c3-d5b4bc09f77b_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_16318bd2-e1e0-0a51-b9c3-d5b4bc09f77b_0, oa:relationep_gra_16318bd2-e1e0-0a51-b9c3-d5b4bc09f77b_1, oa:relationep_gra_16318bd2-e1e0-0a51-b9c3-d5b4bc09f77b_2 ;
  a2a:hasRelationPP oa:relationpp_gra_16318bd2-e1e0-0a51-b9c3-d5b4bc09f77b_0 ;
  a2a:hasSource oa:source_gra_16318bd2-e1e0-0a51-b9c3-d5b4bc09f77b .

oa:person_gra_16318bd2-e1e0-0a51-b9c3-d5b4bc09f77b_Person-7d1d5157-938b-620e-0c0c-d442da47b9de
  a a2a:Person ;
  rdfs:label "Ubel Vossema" ;
  a2a:PersonName [
    rdfs:label "Ubel Vossema" ;
    a2a:PersonNameFirstName "Ubel" ;
    a2a:PersonNameLastName "Vossema"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "72 jaar" ;
    rdfs:label "72 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Nuis gem. Marum" ;
    rdfs:label "Nuis gem. Marum"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_gra_16318bd2-e1e0-0a51-b9c3-d5b4bc09f77b_Person-aa289aec-245c-0e58-f237-2c7786c4f8c0
  a a2a:Person ;
  rdfs:label "Roelina Meinema" ;
  a2a:PersonName [
    rdfs:label "Roelina Meinema" ;
    a2a:PersonNameFirstName "Roelina" ;
    a2a:PersonNameLastName "Meinema"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_16318bd2-e1e0-0a51-b9c3-d5b4bc09f77b_Person-4c1560ec-cb30-844b-e651-a916b5b022ce
  a a2a:Person ;
  rdfs:label "Willem Ubel Vossema" ;
  a2a:PersonName [
    rdfs:label "Willem Ubel Vossema" ;
    a2a:PersonNameFirstName "Willem Ubel" ;
    a2a:PersonNameLastName "Vossema"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_16318bd2-e1e0-0a51-b9c3-d5b4bc09f77b_Person-152b7f1a-44eb-b182-4750-fec071668f83
  a a2a:Person ;
  rdfs:label "Akke Siegers de Groot" ;
  a2a:PersonName [
    rdfs:label "Akke Siegers de Groot" ;
    a2a:PersonNameFirstName "Akke Siegers" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Groot"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_16318bd2-e1e0-0a51-b9c3-d5b4bc09f77b_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1896" ;
    a2a:Month "11" ;
    a2a:Day "29" ;
    rdfs:label "1896-11-29"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nuis gem. Marum" ;
    rdfs:label "Nuis gem. Marum"
  ] .

oa:relationep_gra_16318bd2-e1e0-0a51-b9c3-d5b4bc09f77b_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_16318bd2-e1e0-0a51-b9c3-d5b4bc09f77b_Person:7d1d5157-938b-620e-0c0c-d442da47b9de ;
  a2a:EventKeyRef oa:event_gra_16318bd2-e1e0-0a51-b9c3-d5b4bc09f77b_Event1 .

oa:relationep_gra_16318bd2-e1e0-0a51-b9c3-d5b4bc09f77b_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_16318bd2-e1e0-0a51-b9c3-d5b4bc09f77b_Person:4c1560ec-cb30-844b-e651-a916b5b022ce ;
  a2a:EventKeyRef oa:event_gra_16318bd2-e1e0-0a51-b9c3-d5b4bc09f77b_Event1 .

oa:relationep_gra_16318bd2-e1e0-0a51-b9c3-d5b4bc09f77b_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_16318bd2-e1e0-0a51-b9c3-d5b4bc09f77b_Person:152b7f1a-44eb-b182-4750-fec071668f83 ;
  a2a:EventKeyRef oa:event_gra_16318bd2-e1e0-0a51-b9c3-d5b4bc09f77b_Event1 .

oa:relationpp_gra_16318bd2-e1e0-0a51-b9c3-d5b4bc09f77b_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_16318bd2-e1e0-0a51-b9c3-d5b4bc09f77b_Person:7d1d5157-938b-620e-0c0c-d442da47b9de, oa:person_gra_16318bd2-e1e0-0a51-b9c3-d5b4bc09f77b_Person:aa289aec-245c-0e58-f237-2c7786c4f8c0 .

oa:source_gra_16318bd2-e1e0-0a51-b9c3-d5b4bc09f77b
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Marum" ;
    rdfs:label "Marum", "1896-11-30 - 1896-11-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1896-11-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1896-11-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1896" ;
    a2a:Month "11" ;
    a2a:Day "30" ;
    rdfs:label "1896-11-30"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1896" ;
    a2a:Book "Overlijdensregister 1896" ;
    a2a:DocumentNumber "45" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1896, Overlijdensregister 1896, 45"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/66960224-2f09-100b-327e-14148345baeb.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/16318bd2-e1e0-0a51-b9c3-d5b4bc09f77b" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/66960224-2f09-100b-327e-14148345baeb.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/16318bd2-e1e0-0a51-b9c3-d5b4bc09f77b" ;
  a2a:RecordGUID "{16318bd2-e1e0-0a51-b9c3-d5b4bc09f77b}" ;
  a2a:SourceRemarkOpmerking "wonende te Nuis gem. Marum" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_14826_00014826.xml van GRA" .

