@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_8e5c9b9d-e987-d7d4-0fc2-1f6308cdc0aa
  a a2a:Record ;
  rdfs:label "Overlijden op 10 april 1956 te Groningen" ;
  a2a:hasPerson oa:person_gra_8e5c9b9d-e987-d7d4-0fc2-1f6308cdc0aa_Person-72da0b7d-0967-275c-b54a-d77437e42f87, oa:person_gra_8e5c9b9d-e987-d7d4-0fc2-1f6308cdc0aa_Person-f9b1750c-a16b-02ac-197d-761d23a53c6f, oa:person_gra_8e5c9b9d-e987-d7d4-0fc2-1f6308cdc0aa_Person-91235807-0c64-5b5e-6ed0-348362ac043d, oa:person_gra_8e5c9b9d-e987-d7d4-0fc2-1f6308cdc0aa_Person-0b65e58b-698c-9db9-6384-6ddb1bb1dff8 ;
  a2a:hasEvent oa:event_gra_8e5c9b9d-e987-d7d4-0fc2-1f6308cdc0aa_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_8e5c9b9d-e987-d7d4-0fc2-1f6308cdc0aa_0, oa:relationep_gra_8e5c9b9d-e987-d7d4-0fc2-1f6308cdc0aa_1, oa:relationep_gra_8e5c9b9d-e987-d7d4-0fc2-1f6308cdc0aa_2 ;
  a2a:hasRelationPP oa:relationpp_gra_8e5c9b9d-e987-d7d4-0fc2-1f6308cdc0aa_0 ;
  a2a:hasSource oa:source_gra_8e5c9b9d-e987-d7d4-0fc2-1f6308cdc0aa .

oa:person_gra_8e5c9b9d-e987-d7d4-0fc2-1f6308cdc0aa_Person-72da0b7d-0967-275c-b54a-d77437e42f87
  a a2a:Person ;
  rdfs:label "Meinko Birza" ;
  a2a:PersonName [
    rdfs:label "Meinko Birza" ;
    a2a:PersonNameFirstName "Meinko" ;
    a2a:PersonNameLastName "Birza"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "73 jaar" ;
    rdfs:label "73 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Termunten" ;
    rdfs:label "Termunten"
  ] ;
  a2a:Profession "tuinman" .

oa:person_gra_8e5c9b9d-e987-d7d4-0fc2-1f6308cdc0aa_Person-f9b1750c-a16b-02ac-197d-761d23a53c6f
  a a2a:Person ;
  rdfs:label "Marijke Frans" ;
  a2a:PersonName [
    rdfs:label "Marijke Frans" ;
    a2a:PersonNameFirstName "Marijke" ;
    a2a:PersonNameLastName "Frans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_8e5c9b9d-e987-d7d4-0fc2-1f6308cdc0aa_Person-91235807-0c64-5b5e-6ed0-348362ac043d
  a a2a:Person ;
  rdfs:label "Jakob Birza" ;
  a2a:PersonName [
    rdfs:label "Jakob Birza" ;
    a2a:PersonNameFirstName "Jakob" ;
    a2a:PersonNameLastName "Birza"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_8e5c9b9d-e987-d7d4-0fc2-1f6308cdc0aa_Person-0b65e58b-698c-9db9-6384-6ddb1bb1dff8
  a a2a:Person ;
  rdfs:label "Elizabeth Cock" ;
  a2a:PersonName [
    rdfs:label "Elizabeth Cock" ;
    a2a:PersonNameFirstName "Elizabeth" ;
    a2a:PersonNameLastName "Cock"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_8e5c9b9d-e987-d7d4-0fc2-1f6308cdc0aa_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1956" ;
    a2a:Month "4" ;
    a2a:Day "10" ;
    rdfs:label "1956-04-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_8e5c9b9d-e987-d7d4-0fc2-1f6308cdc0aa_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_8e5c9b9d-e987-d7d4-0fc2-1f6308cdc0aa_Person:72da0b7d-0967-275c-b54a-d77437e42f87 ;
  a2a:EventKeyRef oa:event_gra_8e5c9b9d-e987-d7d4-0fc2-1f6308cdc0aa_Event1 .

oa:relationep_gra_8e5c9b9d-e987-d7d4-0fc2-1f6308cdc0aa_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_8e5c9b9d-e987-d7d4-0fc2-1f6308cdc0aa_Person:91235807-0c64-5b5e-6ed0-348362ac043d ;
  a2a:EventKeyRef oa:event_gra_8e5c9b9d-e987-d7d4-0fc2-1f6308cdc0aa_Event1 .

oa:relationep_gra_8e5c9b9d-e987-d7d4-0fc2-1f6308cdc0aa_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_8e5c9b9d-e987-d7d4-0fc2-1f6308cdc0aa_Person:0b65e58b-698c-9db9-6384-6ddb1bb1dff8 ;
  a2a:EventKeyRef oa:event_gra_8e5c9b9d-e987-d7d4-0fc2-1f6308cdc0aa_Event1 .

oa:relationpp_gra_8e5c9b9d-e987-d7d4-0fc2-1f6308cdc0aa_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_8e5c9b9d-e987-d7d4-0fc2-1f6308cdc0aa_Person:72da0b7d-0967-275c-b54a-d77437e42f87, oa:person_gra_8e5c9b9d-e987-d7d4-0fc2-1f6308cdc0aa_Person:f9b1750c-a16b-02ac-197d-761d23a53c6f .

oa:source_gra_8e5c9b9d-e987-d7d4-0fc2-1f6308cdc0aa
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1956-04-11 - 1956-04-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1956-04-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1956-04-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1956" ;
    a2a:Month "4" ;
    a2a:Day "11" ;
    rdfs:label "1956-04-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1451-1455, Periode: 1956" ;
    a2a:Book "Overlijdensregister 1956" ;
    a2a:DocumentNumber "593" ;
    a2a:RegistryNumber "1451-1455" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1451-1455, Periode: 1956, Overlijdensregister 1956, 593, 1451-1455"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/b701f63d-e12f-e849-89bd-280ca2352dfe.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/8e5c9b9d-e987-d7d4-0fc2-1f6308cdc0aa" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/b701f63d-e12f-e849-89bd-280ca2352dfe.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/8e5c9b9d-e987-d7d4-0fc2-1f6308cdc0aa" ;
  a2a:RecordGUID "{8e5c9b9d-e987-d7d4-0fc2-1f6308cdc0aa}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_17298_00017298.xml van GRA" .

