From 0b70dbcc6aa7e10c7d3f20876ed4f46f2e3486b6 Mon Sep 17 00:00:00 2001 From: cesare Date: Thu, 6 Apr 2023 10:01:56 +0200 Subject: [PATCH] added rdfs:seeAlso --- sshoc_lessico_panlatino.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sshoc_lessico_panlatino.ipynb b/sshoc_lessico_panlatino.ipynb index 5d18c58..e5dea8a 100644 --- a/sshoc_lessico_panlatino.ipynb +++ b/sshoc_lessico_panlatino.ipynb @@ -493,7 +493,7 @@ " cl_manicherdf.add((pltextile[label], SKOS.inScheme, pltextile['']))\n", " cl_manicherdf.add((pltextile[label], SKOS.topConceptOf, pltextile['']))\n", " if (imagedoi!=''):\n", - " cl_manicherdf.add((pltextile[label], RDFS.seeAlso, URIRef(imagedoi)))\n", + " cl_manicherdf.add((pltextile[label], RDFS.seeAlso, URIRef('https://doi.org/'+imagedoi)))\n", " \n", " for alab in esargaltlabels:\n", " cl_manicherdf.add((pltextile[label], SKOS.altLabel, Literal(alab, lang='es-ar')))\n", @@ -715,7 +715,7 @@ " cl_collirdf.add((pltextile[label], SKOS.inScheme, pltextile['']))\n", " cl_collirdf.add((pltextile[label], SKOS.topConceptOf, pltextile['']))\n", " if (imagedoi!=''):\n", - " cl_collirdf.add((pltextile[label], RDFS.seeAlso, URIRef(imagedoi)))\n", + " cl_collirdf.add((pltextile[label], RDFS.seeAlso, URIRef('https://doi.org/'+imagedoi)))\n", " \n", " for alab in esargaltlabels:\n", " cl_collirdf.add((pltextile[label], SKOS.altLabel, Literal(alab, lang='es-ar')))\n",