@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_05e0a633-eae7-dfc7-9f8f-4698a7feb03f
  a a2a:Record ;
  rdfs:label "Overlijden op 27 januari 1905 te Wildervank" ;
  a2a:hasPerson oa:person_gra_05e0a633-eae7-dfc7-9f8f-4698a7feb03f_Person-b78f416d-7c42-afa0-8029-64e3d8c8e15f, oa:person_gra_05e0a633-eae7-dfc7-9f8f-4698a7feb03f_Person-29e9305e-dca8-fd92-193a-dd5cd8b4d46d, oa:person_gra_05e0a633-eae7-dfc7-9f8f-4698a7feb03f_Person-7e07c97c-141d-6736-c08f-282f5bec6dee, oa:person_gra_05e0a633-eae7-dfc7-9f8f-4698a7feb03f_Person-759d6030-b6cf-b7d7-7733-2cf9d8f9e5ce ;
  a2a:hasEvent oa:event_gra_05e0a633-eae7-dfc7-9f8f-4698a7feb03f_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_05e0a633-eae7-dfc7-9f8f-4698a7feb03f_0, oa:relationep_gra_05e0a633-eae7-dfc7-9f8f-4698a7feb03f_1, oa:relationep_gra_05e0a633-eae7-dfc7-9f8f-4698a7feb03f_2 ;
  a2a:hasRelationPP oa:relationpp_gra_05e0a633-eae7-dfc7-9f8f-4698a7feb03f_0 ;
  a2a:hasSource oa:source_gra_05e0a633-eae7-dfc7-9f8f-4698a7feb03f .

oa:person_gra_05e0a633-eae7-dfc7-9f8f-4698a7feb03f_Person-b78f416d-7c42-afa0-8029-64e3d8c8e15f
  a a2a:Person ;
  rdfs:label "Hilke Levenga" ;
  a2a:PersonName [
    rdfs:label "Hilke Levenga" ;
    a2a:PersonNameFirstName "Hilke" ;
    a2a:PersonNameLastName "Levenga"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "37 jaar" ;
    rdfs:label "37 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Meeden" ;
    rdfs:label "Meeden"
  ] .

oa:person_gra_05e0a633-eae7-dfc7-9f8f-4698a7feb03f_Person-29e9305e-dca8-fd92-193a-dd5cd8b4d46d
  a a2a:Person ;
  rdfs:label "Heijo van de Werf" ;
  a2a:PersonName [
    rdfs:label "Heijo van de Werf" ;
    a2a:PersonNameFirstName "Heijo" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Werf"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_05e0a633-eae7-dfc7-9f8f-4698a7feb03f_Person-7e07c97c-141d-6736-c08f-282f5bec6dee
  a a2a:Person ;
  rdfs:label "Geert Levenga" ;
  a2a:PersonName [
    rdfs:label "Geert Levenga" ;
    a2a:PersonNameFirstName "Geert" ;
    a2a:PersonNameLastName "Levenga"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "arbeider" .

oa:person_gra_05e0a633-eae7-dfc7-9f8f-4698a7feb03f_Person-759d6030-b6cf-b7d7-7733-2cf9d8f9e5ce
  a a2a:Person ;
  rdfs:label "Leentje Zuiderveen" ;
  a2a:PersonName [
    rdfs:label "Leentje Zuiderveen" ;
    a2a:PersonNameFirstName "Leentje" ;
    a2a:PersonNameLastName "Zuiderveen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_05e0a633-eae7-dfc7-9f8f-4698a7feb03f_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1905" ;
    a2a:Month "1" ;
    a2a:Day "27" ;
    rdfs:label "1905-01-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wildervank" ;
    rdfs:label "Wildervank"
  ] .

oa:relationep_gra_05e0a633-eae7-dfc7-9f8f-4698a7feb03f_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_05e0a633-eae7-dfc7-9f8f-4698a7feb03f_Person:b78f416d-7c42-afa0-8029-64e3d8c8e15f ;
  a2a:EventKeyRef oa:event_gra_05e0a633-eae7-dfc7-9f8f-4698a7feb03f_Event1 .

oa:relationep_gra_05e0a633-eae7-dfc7-9f8f-4698a7feb03f_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_05e0a633-eae7-dfc7-9f8f-4698a7feb03f_Person:7e07c97c-141d-6736-c08f-282f5bec6dee ;
  a2a:EventKeyRef oa:event_gra_05e0a633-eae7-dfc7-9f8f-4698a7feb03f_Event1 .

oa:relationep_gra_05e0a633-eae7-dfc7-9f8f-4698a7feb03f_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_05e0a633-eae7-dfc7-9f8f-4698a7feb03f_Person:759d6030-b6cf-b7d7-7733-2cf9d8f9e5ce ;
  a2a:EventKeyRef oa:event_gra_05e0a633-eae7-dfc7-9f8f-4698a7feb03f_Event1 .

oa:relationpp_gra_05e0a633-eae7-dfc7-9f8f-4698a7feb03f_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_05e0a633-eae7-dfc7-9f8f-4698a7feb03f_Person:b78f416d-7c42-afa0-8029-64e3d8c8e15f, oa:person_gra_05e0a633-eae7-dfc7-9f8f-4698a7feb03f_Person:29e9305e-dca8-fd92-193a-dd5cd8b4d46d .

oa:source_gra_05e0a633-eae7-dfc7-9f8f-4698a7feb03f
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Wildervank" ;
    rdfs:label "Wildervank", "1905-01-28 - 1905-01-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1905-01-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1905-01-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1905" ;
    a2a:Month "1" ;
    a2a:Day "28" ;
    rdfs:label "1905-01-28"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1905" ;
    a2a:Book "Overlijdensregister 1905" ;
    a2a:DocumentNumber "19" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1905, Overlijdensregister 1905, 19"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/bf33d2ef-a0d5-b62d-833c-b9289ce841c9.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/05e0a633-eae7-dfc7-9f8f-4698a7feb03f" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/bf33d2ef-a0d5-b62d-833c-b9289ce841c9.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/05e0a633-eae7-dfc7-9f8f-4698a7feb03f" ;
  a2a:RecordGUID "{05e0a633-eae7-dfc7-9f8f-4698a7feb03f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_13215_00013215.xml van GRA" .

