Skip to content

Commit

Permalink
1603_1.py (#38): validation link
Browse files Browse the repository at this point in the history
  • Loading branch information
fititnt committed May 3, 2022
1 parent 30a8468 commit 15d43a0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 11 deletions.
19 changes: 10 additions & 9 deletions officinam/999999999/0/1603_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -4029,15 +4029,13 @@ def imprimere_res_caveat_lector(self, item):
def imprimere_in_rdf_skos_ttl(self) -> list:
"""imprimere_in_rdf_skos_ttl _summary_
@see https://www.w3.org/TR/skos-reference/
@see https://www.w3.org/TR/turtle/
@TODO: links to add to
https://github.com/EticaAI/multilingual-lexicography/issues/38
- https://www.fao.org/agrovoc/linked-data
- https://skos-play.sparna.fr/play/
- https://www.w3.org/2015/03/ShExValidata/
- https://skos-play.sparna.fr/skos-testing-tool
- https://www.w3.org/TR/skos-reference/
- https://www.w3.org/TR/turtle/
- https://github.com/EticaAI/multilingual-lexicography/issues/38
- https://www.fao.org/agrovoc/linked-data
- https://skos-play.sparna.fr/play/
- https://www.w3.org/2015/03/ShExValidata/
- https://skos-play.sparna.fr/skos-testing-tool
Returns:
list: _description_
Expand Down Expand Up @@ -5997,6 +5995,9 @@ def quod_rdf_skos_ttl_concepta(self) -> list:
codex_de_n = numerordinatio_neo_separatum(codex_de, ':')
if codex_de_n.startswith('0:1603'):
continue
# This is deprecated use; used on 1603_25_1
if codex_de_n.startswith('0:999'):
continue
numerodinatio = nomen_radici + ':' + str(codex_de_n)
# paginae.append(':{0} a skos:Concept ;'.format(codex_de))
paginae.append("<urn:{0}> a skos:Concept ;".format(numerodinatio))
Expand Down
7 changes: 7 additions & 0 deletions officinam/999999999/999999999.lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1851,6 +1851,13 @@ upload_cdn() {
set +x

temp_save_status "$numerordinatio" "cdn"

echo "------------------------ VALIDATE ------------------------"
echo "https://skos-play.sparna.fr/skos-testing-tool/test?url=https://lsf-cdn.etica.ai/$_path/$_nomen.no11.skos.ttl"
# echo "https://skos-play.sparna.fr/skos-testing-tool/test?url=https://lsf-cdn.etica.ai/$_path/$_nomen.no11.skos.ttl"
echo "------------------------ VALIDATE ------------------------"

# https://skos-play.sparna.fr/skos-testing-tool/test?url=https://lsf-cdn.etica.ai/1603/63/101/1603_63_101.no11.skos.ttl
}

################################################################################
Expand Down
5 changes: 3 additions & 2 deletions officinam/999999999/999999_17.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,16 @@ file_download_1603_xlsx "1"
# actiones_completis_locali "1603_25_1"
# actiones_completis_locali "1603_44_86"
# actiones_completis_locali "1603_45_31"
actiones_completis_locali "1603_63_101"
# actiones_completis_locali "1603_63_101"
# actiones_completis_locali "1603_44_86"
# actiones_completis_locali "1603_99_876"
# actiones_completis_locali "1603_1_8000"

#### Manual action, TEST locally, one per time, END ----------------------------

## Full drill (remote, specific item)
# actiones_completis_publicis "1603_25_1"
# actiones_completis_publicis "1603_63_101"
actiones_completis_publicis "1603_25_1"
# actiones_completis_publicis "1603_1_8000"
# deploy_0_9_markdown

Expand Down

0 comments on commit 15d43a0

Please sign in to comment.