@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_ee043fcc-86c1-7669-56d7-52bafee14ff7
  a a2a:Record ;
  rdfs:label "Overlijden op 12 juni 1905 te Wildervank" ;
  a2a:hasPerson oa:person_gra_ee043fcc-86c1-7669-56d7-52bafee14ff7_Person-a8b28592-0e93-f480-9fa8-47cc73a92f05, oa:person_gra_ee043fcc-86c1-7669-56d7-52bafee14ff7_Person-41a5dd51-8eb8-7279-db4a-f1875a66a295, oa:person_gra_ee043fcc-86c1-7669-56d7-52bafee14ff7_Person-e57dcb6b-189d-9948-c43e-e198654964e0, oa:person_gra_ee043fcc-86c1-7669-56d7-52bafee14ff7_Person-e5aca24f-7a13-6b27-f64d-3e0d1b9473f5 ;
  a2a:hasEvent oa:event_gra_ee043fcc-86c1-7669-56d7-52bafee14ff7_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_ee043fcc-86c1-7669-56d7-52bafee14ff7_0, oa:relationep_gra_ee043fcc-86c1-7669-56d7-52bafee14ff7_1, oa:relationep_gra_ee043fcc-86c1-7669-56d7-52bafee14ff7_2 ;
  a2a:hasRelationPP oa:relationpp_gra_ee043fcc-86c1-7669-56d7-52bafee14ff7_0 ;
  a2a:hasSource oa:source_gra_ee043fcc-86c1-7669-56d7-52bafee14ff7 .

oa:person_gra_ee043fcc-86c1-7669-56d7-52bafee14ff7_Person-a8b28592-0e93-f480-9fa8-47cc73a92f05
  a a2a:Person ;
  rdfs:label "Anna Devesch" ;
  a2a:PersonName [
    rdfs:label "Anna Devesch" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Devesch"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_ee043fcc-86c1-7669-56d7-52bafee14ff7_Person-41a5dd51-8eb8-7279-db4a-f1875a66a295
  a a2a:Person ;
  rdfs:label "Heika Beerthuis" ;
  a2a:PersonName [
    rdfs:label "Heika Beerthuis" ;
    a2a:PersonNameFirstName "Heika" ;
    a2a:PersonNameLastName "Beerthuis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_ee043fcc-86c1-7669-56d7-52bafee14ff7_Person-e57dcb6b-189d-9948-c43e-e198654964e0
  a a2a:Person ;
  rdfs:label "Beerend Alberts Groenewoud" ;
  a2a:PersonName [
    rdfs:label "Beerend Alberts Groenewoud" ;
    a2a:PersonNameFirstName "Beerend Alberts" ;
    a2a:PersonNameLastName "Groenewoud"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_ee043fcc-86c1-7669-56d7-52bafee14ff7_Person-e5aca24f-7a13-6b27-f64d-3e0d1b9473f5
  a a2a:Person ;
  rdfs:label "Jan Groenewoud" ;
  a2a:PersonName [
    rdfs:label "Jan Groenewoud" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Groenewoud"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "57 jaar" ;
    rdfs:label "57 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Sappemeer" ;
    rdfs:label "Sappemeer"
  ] ;
  a2a:Profession "postconducteur" .

oa:event_gra_ee043fcc-86c1-7669-56d7-52bafee14ff7_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1905" ;
    a2a:Month "6" ;
    a2a:Day "12" ;
    rdfs:label "1905-06-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wildervank" ;
    rdfs:label "Wildervank"
  ] .

oa:relationep_gra_ee043fcc-86c1-7669-56d7-52bafee14ff7_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_ee043fcc-86c1-7669-56d7-52bafee14ff7_Person:a8b28592-0e93-f480-9fa8-47cc73a92f05 ;
  a2a:EventKeyRef oa:event_gra_ee043fcc-86c1-7669-56d7-52bafee14ff7_Event1 .

oa:relationep_gra_ee043fcc-86c1-7669-56d7-52bafee14ff7_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_ee043fcc-86c1-7669-56d7-52bafee14ff7_Person:e57dcb6b-189d-9948-c43e-e198654964e0 ;
  a2a:EventKeyRef oa:event_gra_ee043fcc-86c1-7669-56d7-52bafee14ff7_Event1 .

oa:relationep_gra_ee043fcc-86c1-7669-56d7-52bafee14ff7_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_ee043fcc-86c1-7669-56d7-52bafee14ff7_Person:e5aca24f-7a13-6b27-f64d-3e0d1b9473f5 ;
  a2a:EventKeyRef oa:event_gra_ee043fcc-86c1-7669-56d7-52bafee14ff7_Event1 .

oa:relationpp_gra_ee043fcc-86c1-7669-56d7-52bafee14ff7_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_ee043fcc-86c1-7669-56d7-52bafee14ff7_Person:e5aca24f-7a13-6b27-f64d-3e0d1b9473f5, oa:person_gra_ee043fcc-86c1-7669-56d7-52bafee14ff7_Person:41a5dd51-8eb8-7279-db4a-f1875a66a295 .

oa:source_gra_ee043fcc-86c1-7669-56d7-52bafee14ff7
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Wildervank" ;
    rdfs:label "Wildervank", "1905-06-13 - 1905-06-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1905-06-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1905-06-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1905" ;
    a2a:Month "6" ;
    a2a:Day "13" ;
    rdfs:label "1905-06-13"^^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 "76" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1905, Overlijdensregister 1905, 76"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/ead959ee-b6d0-a2ba-bc06-4bf2ef3f8ff5.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/ee043fcc-86c1-7669-56d7-52bafee14ff7" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/ead959ee-b6d0-a2ba-bc06-4bf2ef3f8ff5.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/ee043fcc-86c1-7669-56d7-52bafee14ff7" ;
  a2a:RecordGUID "{ee043fcc-86c1-7669-56d7-52bafee14ff7}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_12004_00012004.xml van GRA" .

