added rdfs:seeAlso

This commit is contained in:
cesare 2023-04-06 10:01:56 +02:00
parent f13d6f3493
commit 0b70dbcc6a
1 changed files with 2 additions and 2 deletions

View File

@ -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",