@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_bc1842b8-6941-a30f-cda4-9bc6bd75da4b
  a a2a:Record ;
  rdfs:label "Overlijden op 22 maart 1964 te Haren" ;
  a2a:hasPerson oa:person_gra_bc1842b8-6941-a30f-cda4-9bc6bd75da4b_Person-8ac7eb80-3424-4eaa-e536-076bd2110489, oa:person_gra_bc1842b8-6941-a30f-cda4-9bc6bd75da4b_Person-0fb0b2b4-3d16-b5ce-ed97-bc0f94a6000c, oa:person_gra_bc1842b8-6941-a30f-cda4-9bc6bd75da4b_Person-ea4320ef-18e2-b240-a3a5-a3e7729303a0 ;
  a2a:hasEvent oa:event_gra_bc1842b8-6941-a30f-cda4-9bc6bd75da4b_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_bc1842b8-6941-a30f-cda4-9bc6bd75da4b_0, oa:relationep_gra_bc1842b8-6941-a30f-cda4-9bc6bd75da4b_1, oa:relationep_gra_bc1842b8-6941-a30f-cda4-9bc6bd75da4b_2 ;
  a2a:hasSource oa:source_gra_bc1842b8-6941-a30f-cda4-9bc6bd75da4b .

oa:person_gra_bc1842b8-6941-a30f-cda4-9bc6bd75da4b_Person-8ac7eb80-3424-4eaa-e536-076bd2110489
  a a2a:Person ;
  rdfs:label "Onno Smit" ;
  a2a:PersonName [
    rdfs:label "Onno Smit" ;
    a2a:PersonNameFirstName "Onno" ;
    a2a:PersonNameLastName "Smit"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_bc1842b8-6941-a30f-cda4-9bc6bd75da4b_Person-0fb0b2b4-3d16-b5ce-ed97-bc0f94a6000c
  a a2a:Person ;
  rdfs:label "Annegje Jantina Crebas" ;
  a2a:PersonName [
    rdfs:label "Annegje Jantina Crebas" ;
    a2a:PersonNameFirstName "Annegje Jantina" ;
    a2a:PersonNameLastName "Crebas"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_bc1842b8-6941-a30f-cda4-9bc6bd75da4b_Person-ea4320ef-18e2-b240-a3a5-a3e7729303a0
  a a2a:Person ;
  rdfs:label "Onno Hinderk Smit" ;
  a2a:PersonName [
    rdfs:label "Onno Hinderk Smit" ;
    a2a:PersonNameFirstName "Onno Hinderk" ;
    a2a:PersonNameLastName "Smit"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "84 jaar" ;
    rdfs:label "84 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:event_gra_bc1842b8-6941-a30f-cda4-9bc6bd75da4b_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1964" ;
    a2a:Month "3" ;
    a2a:Day "22" ;
    rdfs:label "1964-03-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Haren" ;
    rdfs:label "Haren"
  ] .

oa:relationep_gra_bc1842b8-6941-a30f-cda4-9bc6bd75da4b_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_bc1842b8-6941-a30f-cda4-9bc6bd75da4b_Person:8ac7eb80-3424-4eaa-e536-076bd2110489 ;
  a2a:EventKeyRef oa:event_gra_bc1842b8-6941-a30f-cda4-9bc6bd75da4b_Event1 .

oa:relationep_gra_bc1842b8-6941-a30f-cda4-9bc6bd75da4b_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_bc1842b8-6941-a30f-cda4-9bc6bd75da4b_Person:0fb0b2b4-3d16-b5ce-ed97-bc0f94a6000c ;
  a2a:EventKeyRef oa:event_gra_bc1842b8-6941-a30f-cda4-9bc6bd75da4b_Event1 .

oa:relationep_gra_bc1842b8-6941-a30f-cda4-9bc6bd75da4b_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_bc1842b8-6941-a30f-cda4-9bc6bd75da4b_Person:ea4320ef-18e2-b240-a3a5-a3e7729303a0 ;
  a2a:EventKeyRef oa:event_gra_bc1842b8-6941-a30f-cda4-9bc6bd75da4b_Event1 .

oa:source_gra_bc1842b8-6941-a30f-cda4-9bc6bd75da4b
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Haren" ;
    rdfs:label "Haren", "1964-03-24 - 1964-03-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1964-03-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1964-03-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1964" ;
    a2a:Month "3" ;
    a2a:Day "24" ;
    rdfs:label "1964-03-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1303, Periode: 1964" ;
    a2a:Book "Overlijdensregister 1964" ;
    a2a:DocumentNumber "26" ;
    a2a:RegistryNumber "1303" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1303, Periode: 1964, Overlijdensregister 1964, 26, 1303"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/c8f6f552-347a-5cd3-b30d-a14dcd57eca5.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/bc1842b8-6941-a30f-cda4-9bc6bd75da4b" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/c8f6f552-347a-5cd3-b30d-a14dcd57eca5.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/bc1842b8-6941-a30f-cda4-9bc6bd75da4b" ;
  a2a:RecordGUID "{bc1842b8-6941-a30f-cda4-9bc6bd75da4b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_16980_00016980.xml van GRA" .

