@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_bf83c768-1e51-ea08-4df0-0f8f34a00a88
  a a2a:Record ;
  rdfs:label "Overlijden op 26 juli 1950 te Bierum" ;
  a2a:hasPerson oa:person_gra_bf83c768-1e51-ea08-4df0-0f8f34a00a88_Person-6e2e4638-4d4e-2e79-d299-2187c503c102, oa:person_gra_bf83c768-1e51-ea08-4df0-0f8f34a00a88_Person-53e1ba1c-1155-63a6-9a30-32cb9f3f6bef, oa:person_gra_bf83c768-1e51-ea08-4df0-0f8f34a00a88_Person-3198b299-4bc2-dcc1-aeee-eb856eb36b2e, oa:person_gra_bf83c768-1e51-ea08-4df0-0f8f34a00a88_Person-00005a48-5230-4c58-61f8-337de14efa68 ;
  a2a:hasEvent oa:event_gra_bf83c768-1e51-ea08-4df0-0f8f34a00a88_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_bf83c768-1e51-ea08-4df0-0f8f34a00a88_0, oa:relationep_gra_bf83c768-1e51-ea08-4df0-0f8f34a00a88_1, oa:relationep_gra_bf83c768-1e51-ea08-4df0-0f8f34a00a88_2 ;
  a2a:hasRelationPP oa:relationpp_gra_bf83c768-1e51-ea08-4df0-0f8f34a00a88_0 ;
  a2a:hasSource oa:source_gra_bf83c768-1e51-ea08-4df0-0f8f34a00a88 .

oa:person_gra_bf83c768-1e51-ea08-4df0-0f8f34a00a88_Person-6e2e4638-4d4e-2e79-d299-2187c503c102
  a a2a:Person ;
  rdfs:label "Edze Harm Froma" ;
  a2a:PersonName [
    rdfs:label "Edze Harm Froma" ;
    a2a:PersonNameFirstName "Edze Harm" ;
    a2a:PersonNameLastName "Froma"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "71 jaar" ;
    rdfs:label "71 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Bierum" ;
    rdfs:label "Bierum"
  ] .

oa:person_gra_bf83c768-1e51-ea08-4df0-0f8f34a00a88_Person-53e1ba1c-1155-63a6-9a30-32cb9f3f6bef
  a a2a:Person ;
  rdfs:label "Jantje Jobing" ;
  a2a:PersonName [
    rdfs:label "Jantje Jobing" ;
    a2a:PersonNameFirstName "Jantje" ;
    a2a:PersonNameLastName "Jobing"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_bf83c768-1e51-ea08-4df0-0f8f34a00a88_Person-3198b299-4bc2-dcc1-aeee-eb856eb36b2e
  a a2a:Person ;
  rdfs:label "Harm Froma" ;
  a2a:PersonName [
    rdfs:label "Harm Froma" ;
    a2a:PersonNameFirstName "Harm" ;
    a2a:PersonNameLastName "Froma"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_bf83c768-1e51-ea08-4df0-0f8f34a00a88_Person-00005a48-5230-4c58-61f8-337de14efa68
  a a2a:Person ;
  rdfs:label "Geertdina Sweringa" ;
  a2a:PersonName [
    rdfs:label "Geertdina Sweringa" ;
    a2a:PersonNameFirstName "Geertdina" ;
    a2a:PersonNameLastName "Sweringa"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_bf83c768-1e51-ea08-4df0-0f8f34a00a88_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1950" ;
    a2a:Month "7" ;
    a2a:Day "26" ;
    rdfs:label "1950-07-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Bierum" ;
    rdfs:label "Bierum"
  ] .

oa:relationep_gra_bf83c768-1e51-ea08-4df0-0f8f34a00a88_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_bf83c768-1e51-ea08-4df0-0f8f34a00a88_Person:6e2e4638-4d4e-2e79-d299-2187c503c102 ;
  a2a:EventKeyRef oa:event_gra_bf83c768-1e51-ea08-4df0-0f8f34a00a88_Event1 .

oa:relationep_gra_bf83c768-1e51-ea08-4df0-0f8f34a00a88_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_bf83c768-1e51-ea08-4df0-0f8f34a00a88_Person:3198b299-4bc2-dcc1-aeee-eb856eb36b2e ;
  a2a:EventKeyRef oa:event_gra_bf83c768-1e51-ea08-4df0-0f8f34a00a88_Event1 .

oa:relationep_gra_bf83c768-1e51-ea08-4df0-0f8f34a00a88_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_bf83c768-1e51-ea08-4df0-0f8f34a00a88_Person:00005a48-5230-4c58-61f8-337de14efa68 ;
  a2a:EventKeyRef oa:event_gra_bf83c768-1e51-ea08-4df0-0f8f34a00a88_Event1 .

oa:relationpp_gra_bf83c768-1e51-ea08-4df0-0f8f34a00a88_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_bf83c768-1e51-ea08-4df0-0f8f34a00a88_Person:6e2e4638-4d4e-2e79-d299-2187c503c102, oa:person_gra_bf83c768-1e51-ea08-4df0-0f8f34a00a88_Person:53e1ba1c-1155-63a6-9a30-32cb9f3f6bef .

oa:source_gra_bf83c768-1e51-ea08-4df0-0f8f34a00a88
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Bierum" ;
    rdfs:label "Bierum", "1950-07-27 - 1950-07-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1950-07-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1950-07-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1950" ;
    a2a:Month "7" ;
    a2a:Day "27" ;
    rdfs:label "1950-07-27"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1243, Periode: 1950" ;
    a2a:Book "Overlijdensregister 1950" ;
    a2a:DocumentNumber "26" ;
    a2a:RegistryNumber "1243" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1243, Periode: 1950, Overlijdensregister 1950, 26, 1243"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/3751b7b1-3407-5e14-6405-5b35b104f219.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/bf83c768-1e51-ea08-4df0-0f8f34a00a88" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/3751b7b1-3407-5e14-6405-5b35b104f219.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/bf83c768-1e51-ea08-4df0-0f8f34a00a88" ;
  a2a:RecordGUID "{bf83c768-1e51-ea08-4df0-0f8f34a00a88}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_17083_00017083.xml van GRA" .

