Skip to content

Commit

Permalink
RDF/Turtle (more) canonical file format (refs EticaAI/lexicographi-si…
Browse files Browse the repository at this point in the history
  • Loading branch information
fititnt committed Jul 22, 2022
1 parent c5fb7ac commit 66b4c14
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ pyyaml
openpyxl
frictionless
csvkit
# rdfpipe cli, used to format RDF/Turtle for nice git diffs
rdflib>=6.0.0
7 changes: 6 additions & 1 deletion officina/999999999/0_3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ gh_repo_fetch_lexicographi_sine_finibus() {

else
printf "\t%40s\n" "${tty_blue} INFO: base dir already exist [$trivium_basi] ${tty_normal}"

echo "TO PURGE:"
echo " rm -rf ${trivium_basi}"

set -x
cd "${trivium_basi}" || exit
# ls -lha
Expand Down Expand Up @@ -122,7 +126,7 @@ gh_repo_fetch_lexicographi_sine_finibus() {
# https://raw.githubusercontent.com/EticaAI/lsf-cache/main/1603/1/99/1603_1_99.no1.tm.hxl.csv

echo "TO PURGE:"
echo " rm -r ${trivium_basi}"
echo " rm -rf ${trivium_basi}"

echo "Note: if this is first time, you need to initialize also the data"
echo " gh_repo_init_lexicographi_sine_finibus_1603_16_NNN"
Expand Down Expand Up @@ -253,6 +257,7 @@ local_system_dependencies_python() {
pip3 install openpyxl
pip3 install frictionless
pip3 install csvkit
pip3 install 'rdflib>=6.0.0'
hxltmcli --versionem
set +x

Expand Down

0 comments on commit 66b4c14

Please sign in to comment.