@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_b8a76949-8ee9-03c4-30f9-7acd91b3f708
  a a2a:Record ;
  rdfs:label "Overlijden op 8 februari 1942 te Groningen" ;
  a2a:hasPerson oa:person_gra_b8a76949-8ee9-03c4-30f9-7acd91b3f708_Person-6343416f-ab6d-e5c2-2e43-383995a1ccb5, oa:person_gra_b8a76949-8ee9-03c4-30f9-7acd91b3f708_Person-46cb2753-eae5-66f8-6c28-2dde89b41f73, oa:person_gra_b8a76949-8ee9-03c4-30f9-7acd91b3f708_Person-7f676c12-4249-031a-96e7-f92a7b38a9fe, oa:person_gra_b8a76949-8ee9-03c4-30f9-7acd91b3f708_Person-c2864c6e-db02-4eb6-c991-8c7e98090374 ;
  a2a:hasEvent oa:event_gra_b8a76949-8ee9-03c4-30f9-7acd91b3f708_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_b8a76949-8ee9-03c4-30f9-7acd91b3f708_0, oa:relationep_gra_b8a76949-8ee9-03c4-30f9-7acd91b3f708_1 ;
  a2a:hasRelationPP oa:relationpp_gra_b8a76949-8ee9-03c4-30f9-7acd91b3f708_0, oa:relationpp_gra_b8a76949-8ee9-03c4-30f9-7acd91b3f708_1 ;
  a2a:hasSource oa:source_gra_b8a76949-8ee9-03c4-30f9-7acd91b3f708 .

oa:person_gra_b8a76949-8ee9-03c4-30f9-7acd91b3f708_Person-6343416f-ab6d-e5c2-2e43-383995a1ccb5
  a a2a:Person ;
  rdfs:label "Elizabeth Grietje Possel" ;
  a2a:PersonName [
    rdfs:label "Elizabeth Grietje Possel" ;
    a2a:PersonNameFirstName "Elizabeth Grietje" ;
    a2a:PersonNameLastName "Possel"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "37 jaar" ;
    rdfs:label "37 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Scheemda" ;
    rdfs:label "Scheemda"
  ] .

oa:person_gra_b8a76949-8ee9-03c4-30f9-7acd91b3f708_Person-46cb2753-eae5-66f8-6c28-2dde89b41f73
  a a2a:Person ;
  rdfs:label "Auke Harkema" ;
  a2a:PersonName [
    rdfs:label "Auke Harkema" ;
    a2a:PersonNameFirstName "Auke" ;
    a2a:PersonNameLastName "Harkema"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_b8a76949-8ee9-03c4-30f9-7acd91b3f708_Person-7f676c12-4249-031a-96e7-f92a7b38a9fe
  a a2a:Person ;
  rdfs:label "Sikke van Bruggen" ;
  a2a:PersonName [
    rdfs:label "Sikke van Bruggen" ;
    a2a:PersonNameFirstName "Sikke" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Bruggen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_b8a76949-8ee9-03c4-30f9-7acd91b3f708_Person-c2864c6e-db02-4eb6-c991-8c7e98090374
  a a2a:Person ;
  rdfs:label "Geertruida Possel" ;
  a2a:PersonName [
    rdfs:label "Geertruida Possel" ;
    a2a:PersonNameFirstName "Geertruida" ;
    a2a:PersonNameLastName "Possel"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_b8a76949-8ee9-03c4-30f9-7acd91b3f708_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1942" ;
    a2a:Month "2" ;
    a2a:Day "8" ;
    rdfs:label "1942-02-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_b8a76949-8ee9-03c4-30f9-7acd91b3f708_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_b8a76949-8ee9-03c4-30f9-7acd91b3f708_Person:6343416f-ab6d-e5c2-2e43-383995a1ccb5 ;
  a2a:EventKeyRef oa:event_gra_b8a76949-8ee9-03c4-30f9-7acd91b3f708_Event1 .

oa:relationep_gra_b8a76949-8ee9-03c4-30f9-7acd91b3f708_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_b8a76949-8ee9-03c4-30f9-7acd91b3f708_Person:c2864c6e-db02-4eb6-c991-8c7e98090374 ;
  a2a:EventKeyRef oa:event_gra_b8a76949-8ee9-03c4-30f9-7acd91b3f708_Event1 .

oa:relationpp_gra_b8a76949-8ee9-03c4-30f9-7acd91b3f708_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_b8a76949-8ee9-03c4-30f9-7acd91b3f708_Person:6343416f-ab6d-e5c2-2e43-383995a1ccb5, oa:person_gra_b8a76949-8ee9-03c4-30f9-7acd91b3f708_Person:46cb2753-eae5-66f8-6c28-2dde89b41f73 .

oa:relationpp_gra_b8a76949-8ee9-03c4-30f9-7acd91b3f708_1
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_b8a76949-8ee9-03c4-30f9-7acd91b3f708_Person:6343416f-ab6d-e5c2-2e43-383995a1ccb5, oa:person_gra_b8a76949-8ee9-03c4-30f9-7acd91b3f708_Person:7f676c12-4249-031a-96e7-f92a7b38a9fe .

oa:source_gra_b8a76949-8ee9-03c4-30f9-7acd91b3f708
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1942-02-10 - 1942-02-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1942-02-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1942-02-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1942" ;
    a2a:Month "2" ;
    a2a:Day "10" ;
    rdfs:label "1942-02-10"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1942" ;
    a2a:Book "Overlijdensregister 1942" ;
    a2a:DocumentNumber "239" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1942, Overlijdensregister 1942, 239"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/57af2e7d-2552-4ded-c250-caecf6cb8e28.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/b8a76949-8ee9-03c4-30f9-7acd91b3f708" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/57af2e7d-2552-4ded-c250-caecf6cb8e28.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/b8a76949-8ee9-03c4-30f9-7acd91b3f708" ;
  a2a:RecordGUID "{b8a76949-8ee9-03c4-30f9-7acd91b3f708}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_15751_00015751.xml van GRA" .

