@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_0ee70c82-485c-e0f4-1dfb-45a8d79627e7
  a a2a:Record ;
  rdfs:label "Overlijden op 21 juni 1948 te Warfhuizen gem. Leens" ;
  a2a:hasPerson oa:person_gra_0ee70c82-485c-e0f4-1dfb-45a8d79627e7_Person-6c3a76fe-9786-403e-3338-55ac2992c33d, oa:person_gra_0ee70c82-485c-e0f4-1dfb-45a8d79627e7_Person-87af9e33-634d-890a-632d-ddef7aa0f508, oa:person_gra_0ee70c82-485c-e0f4-1dfb-45a8d79627e7_Person-52cd82bc-ff7c-51a8-f7cf-533f2c6d56ce, oa:person_gra_0ee70c82-485c-e0f4-1dfb-45a8d79627e7_Person-b042ce16-b866-9119-e881-405388c2fc71 ;
  a2a:hasEvent oa:event_gra_0ee70c82-485c-e0f4-1dfb-45a8d79627e7_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_0ee70c82-485c-e0f4-1dfb-45a8d79627e7_0, oa:relationep_gra_0ee70c82-485c-e0f4-1dfb-45a8d79627e7_1, oa:relationep_gra_0ee70c82-485c-e0f4-1dfb-45a8d79627e7_2 ;
  a2a:hasRelationPP oa:relationpp_gra_0ee70c82-485c-e0f4-1dfb-45a8d79627e7_0 ;
  a2a:hasSource oa:source_gra_0ee70c82-485c-e0f4-1dfb-45a8d79627e7 .

oa:person_gra_0ee70c82-485c-e0f4-1dfb-45a8d79627e7_Person-6c3a76fe-9786-403e-3338-55ac2992c33d
  a a2a:Person ;
  rdfs:label "Engelina Rausch" ;
  a2a:PersonName [
    rdfs:label "Engelina Rausch" ;
    a2a:PersonNameFirstName "Engelina" ;
    a2a:PersonNameLastName "Rausch"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "88 jaar" ;
    rdfs:label "88 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Eenrum" ;
    rdfs:label "Eenrum"
  ] .

oa:person_gra_0ee70c82-485c-e0f4-1dfb-45a8d79627e7_Person-87af9e33-634d-890a-632d-ddef7aa0f508
  a a2a:Person ;
  rdfs:label "Bernardus Groenewoud" ;
  a2a:PersonName [
    rdfs:label "Bernardus Groenewoud" ;
    a2a:PersonNameFirstName "Bernardus" ;
    a2a:PersonNameLastName "Groenewoud"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_0ee70c82-485c-e0f4-1dfb-45a8d79627e7_Person-52cd82bc-ff7c-51a8-f7cf-533f2c6d56ce
  a a2a:Person ;
  rdfs:label "Renne Rausch" ;
  a2a:PersonName [
    rdfs:label "Renne Rausch" ;
    a2a:PersonNameFirstName "Renne" ;
    a2a:PersonNameLastName "Rausch"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_0ee70c82-485c-e0f4-1dfb-45a8d79627e7_Person-b042ce16-b866-9119-e881-405388c2fc71
  a a2a:Person ;
  rdfs:label "Abeltje Nauta" ;
  a2a:PersonName [
    rdfs:label "Abeltje Nauta" ;
    a2a:PersonNameFirstName "Abeltje" ;
    a2a:PersonNameLastName "Nauta"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_0ee70c82-485c-e0f4-1dfb-45a8d79627e7_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1948" ;
    a2a:Month "6" ;
    a2a:Day "21" ;
    rdfs:label "1948-06-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Warfhuizen gem. Leens" ;
    rdfs:label "Warfhuizen gem. Leens"
  ] .

oa:relationep_gra_0ee70c82-485c-e0f4-1dfb-45a8d79627e7_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_0ee70c82-485c-e0f4-1dfb-45a8d79627e7_Person:6c3a76fe-9786-403e-3338-55ac2992c33d ;
  a2a:EventKeyRef oa:event_gra_0ee70c82-485c-e0f4-1dfb-45a8d79627e7_Event1 .

oa:relationep_gra_0ee70c82-485c-e0f4-1dfb-45a8d79627e7_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_0ee70c82-485c-e0f4-1dfb-45a8d79627e7_Person:52cd82bc-ff7c-51a8-f7cf-533f2c6d56ce ;
  a2a:EventKeyRef oa:event_gra_0ee70c82-485c-e0f4-1dfb-45a8d79627e7_Event1 .

oa:relationep_gra_0ee70c82-485c-e0f4-1dfb-45a8d79627e7_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_0ee70c82-485c-e0f4-1dfb-45a8d79627e7_Person:b042ce16-b866-9119-e881-405388c2fc71 ;
  a2a:EventKeyRef oa:event_gra_0ee70c82-485c-e0f4-1dfb-45a8d79627e7_Event1 .

oa:relationpp_gra_0ee70c82-485c-e0f4-1dfb-45a8d79627e7_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_0ee70c82-485c-e0f4-1dfb-45a8d79627e7_Person:6c3a76fe-9786-403e-3338-55ac2992c33d, oa:person_gra_0ee70c82-485c-e0f4-1dfb-45a8d79627e7_Person:87af9e33-634d-890a-632d-ddef7aa0f508 .

oa:source_gra_0ee70c82-485c-e0f4-1dfb-45a8d79627e7
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Leens" ;
    rdfs:label "Leens", "1948-06-23 - 1948-06-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1948-06-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1948-06-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1948" ;
    a2a:Month "6" ;
    a2a:Day "23" ;
    rdfs:label "1948-06-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1948" ;
    a2a:Book "Overlijdensregister 1948" ;
    a2a:DocumentNumber "18" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1948, Overlijdensregister 1948, 18"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/88ba5efa-54b0-a5b6-c6ae-e7b6c8d9e984.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/0ee70c82-485c-e0f4-1dfb-45a8d79627e7" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/88ba5efa-54b0-a5b6-c6ae-e7b6c8d9e984.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-03-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/0ee70c82-485c-e0f4-1dfb-45a8d79627e7" ;
  a2a:RecordGUID "{0ee70c82-485c-e0f4-1dfb-45a8d79627e7}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_15170_00015170.xml van GRA" .

