@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_04776a2f-35bd-0aba-87f2-2d34a76b248b
  a a2a:Record ;
  rdfs:label "Overlijden op 13 juli 1888 te Bedum" ;
  a2a:hasPerson oa:person_gra_04776a2f-35bd-0aba-87f2-2d34a76b248b_Person-70e6581c-5e6b-bfac-cd24-db37a2538be6, oa:person_gra_04776a2f-35bd-0aba-87f2-2d34a76b248b_Person-f1595245-160d-2cdd-348f-5401cde7d90c, oa:person_gra_04776a2f-35bd-0aba-87f2-2d34a76b248b_Person-2b34e4d6-1786-b97e-97b0-3eab6eb27494, oa:person_gra_04776a2f-35bd-0aba-87f2-2d34a76b248b_Person-f1886568-d56c-465d-e558-b3539b00d2ec ;
  a2a:hasEvent oa:event_gra_04776a2f-35bd-0aba-87f2-2d34a76b248b_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_04776a2f-35bd-0aba-87f2-2d34a76b248b_0, oa:relationep_gra_04776a2f-35bd-0aba-87f2-2d34a76b248b_1, oa:relationep_gra_04776a2f-35bd-0aba-87f2-2d34a76b248b_2 ;
  a2a:hasRelationPP oa:relationpp_gra_04776a2f-35bd-0aba-87f2-2d34a76b248b_0 ;
  a2a:hasSource oa:source_gra_04776a2f-35bd-0aba-87f2-2d34a76b248b .

oa:person_gra_04776a2f-35bd-0aba-87f2-2d34a76b248b_Person-70e6581c-5e6b-bfac-cd24-db37a2538be6
  a a2a:Person ;
  rdfs:label "Geertje Jacobs" ;
  a2a:PersonName [
    rdfs:label "Geertje Jacobs" ;
    a2a:PersonNameFirstName "Geertje" ;
    a2a:PersonNameLastName "Jacobs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_04776a2f-35bd-0aba-87f2-2d34a76b248b_Person-f1595245-160d-2cdd-348f-5401cde7d90c
  a a2a:Person ;
  rdfs:label "Heina Heines Horn" ;
  a2a:PersonName [
    rdfs:label "Heina Heines Horn" ;
    a2a:PersonNameFirstName "Heina Heines" ;
    a2a:PersonNameLastName "Horn"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_04776a2f-35bd-0aba-87f2-2d34a76b248b_Person-2b34e4d6-1786-b97e-97b0-3eab6eb27494
  a a2a:Person ;
  rdfs:label "Hinderikus Hiddes Smit" ;
  a2a:PersonName [
    rdfs:label "Hinderikus Hiddes Smit" ;
    a2a:PersonNameFirstName "Hinderikus Hiddes" ;
    a2a:PersonNameLastName "Smit"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "79 jaar" ;
    rdfs:label "79 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Bedum" ;
    rdfs:label "Bedum"
  ] .

oa:person_gra_04776a2f-35bd-0aba-87f2-2d34a76b248b_Person-f1886568-d56c-465d-e558-b3539b00d2ec
  a a2a:Person ;
  rdfs:label "Hidde Jans Smit" ;
  a2a:PersonName [
    rdfs:label "Hidde Jans Smit" ;
    a2a:PersonNameFirstName "Hidde Jans" ;
    a2a:PersonNameLastName "Smit"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_04776a2f-35bd-0aba-87f2-2d34a76b248b_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1888" ;
    a2a:Month "7" ;
    a2a:Day "13" ;
    rdfs:label "1888-07-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Bedum" ;
    rdfs:label "Bedum"
  ] .

oa:relationep_gra_04776a2f-35bd-0aba-87f2-2d34a76b248b_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_04776a2f-35bd-0aba-87f2-2d34a76b248b_Person:70e6581c-5e6b-bfac-cd24-db37a2538be6 ;
  a2a:EventKeyRef oa:event_gra_04776a2f-35bd-0aba-87f2-2d34a76b248b_Event1 .

oa:relationep_gra_04776a2f-35bd-0aba-87f2-2d34a76b248b_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_04776a2f-35bd-0aba-87f2-2d34a76b248b_Person:2b34e4d6-1786-b97e-97b0-3eab6eb27494 ;
  a2a:EventKeyRef oa:event_gra_04776a2f-35bd-0aba-87f2-2d34a76b248b_Event1 .

oa:relationep_gra_04776a2f-35bd-0aba-87f2-2d34a76b248b_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_04776a2f-35bd-0aba-87f2-2d34a76b248b_Person:f1886568-d56c-465d-e558-b3539b00d2ec ;
  a2a:EventKeyRef oa:event_gra_04776a2f-35bd-0aba-87f2-2d34a76b248b_Event1 .

oa:relationpp_gra_04776a2f-35bd-0aba-87f2-2d34a76b248b_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_04776a2f-35bd-0aba-87f2-2d34a76b248b_Person:2b34e4d6-1786-b97e-97b0-3eab6eb27494, oa:person_gra_04776a2f-35bd-0aba-87f2-2d34a76b248b_Person:f1595245-160d-2cdd-348f-5401cde7d90c .

oa:source_gra_04776a2f-35bd-0aba-87f2-2d34a76b248b
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Bedum" ;
    rdfs:label "Bedum", "1888-07-14 - 1888-07-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1888-07-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1888-07-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1888" ;
    a2a:Month "7" ;
    a2a:Day "14" ;
    rdfs:label "1888-07-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1888" ;
    a2a:Book "Overlijdensregister 1888" ;
    a2a:DocumentNumber "47" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1888, Overlijdensregister 1888, 47"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/3c24b64d-2aef-8285-6cc6-145a0ab64f19.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/04776a2f-35bd-0aba-87f2-2d34a76b248b" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/3c24b64d-2aef-8285-6cc6-145a0ab64f19.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/04776a2f-35bd-0aba-87f2-2d34a76b248b" ;
  a2a:RecordGUID "{04776a2f-35bd-0aba-87f2-2d34a76b248b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20230828_311_00000311.xml van GRA" .

