Skip to content

Commit

Permalink
rdf+bcp47+hxl (#41), admin-l (#39), pcodes (#2): full drill (user 53m…
Browse files Browse the repository at this point in the history
…36,514s real 37m35,515s)
  • Loading branch information
fititnt committed Jun 13, 2022
1 parent 1877474 commit c0c954c
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 5 deletions.
1 change: 1 addition & 0 deletions officina/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ node_modules
!999999999/1568346/*
catalog-v001.xml
MDCIII.devel.owl
*.devel.owl

# *.xml
# *.tmx
Expand Down
3 changes: 3 additions & 0 deletions officina/999999999/1568346/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ for datasets that already are highly reusable, as mere suggestion:

## To Dos
- improve baseline relations with SKOS even when loading a single file
(e.g. show the entire previous parents)
- Change the new implementation to divide the SKOS and OWL format
- https://www.w3.org/wiki/UsingSeeAlso
- maybe `-r-bVERB-bitem-bnop` ? (this would make result hardcoded to `rdfs:seeAlso`)
- maybe `-r-bRDFSx1dseeAlso-bitem-bnop` ?
Expand Down
31 changes: 26 additions & 5 deletions officina/999999999/1603_45_16.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,11 @@ bootstrap_1603_45_16__all() {
continue
fi

# bootstrap_1603_45_16__item_no1 "$numerordinatio_praefixo" "$unm49" "$v_iso3" "$v_iso2" "$cod_ab_level_max" "1" "0"
bootstrap_1603_45_16__item_no1 "$numerordinatio_praefixo" "$unm49" "$v_iso3" "$v_iso2" "$cod_ab_level_max" "1" "0"
bootstrap_1603_45_16__item_rdf "$numerordinatio_praefixo" "$unm49" "$v_iso3" "$v_iso2" "$cod_ab_level_max" "1" "0"

sleep 3
# echo "Sleep 5 (disable me later)"
# sleep 5
done
} <"${opus_temporibus_temporarium}"

Expand Down Expand Up @@ -442,20 +443,40 @@ bootstrap_1603_45_16__item_rdf() {
# > "${objectivum_archivum_no1_owl_ttl}"
# set +x
set -x

# "${ROOTDIR}/999999999/0/999999999_7200235.py" \
# --methodus=xlsx_ad_no1 \
# --numerordinatio-praefixo="$numerordinatio_praefixo" \
# --ordines="$cod_level" \
# --pcode-praefix="$pcode_praefixo" \
# --unm49="$unm49" \
# "$fontem_archivum" >"${objectivum_archivum_no1}"
# "${ROOTDIR}/999999999/0/999999999_54872.py" \
# --objectivum-formato=_temp_no1 \
# --rdf-trivio="${rdf_trivio}" \
# "${objectivum_archivum_no1}"

# @
# "${ROOTDIR}/999999999/0/999999999_54872.py" \
# --objectivum-formato=_temp_no1 \
# --rdf-trivio="${rdf_trivio}" \
# "${objectivum_archivum_no1}" >"${opus_temporibus_temporarium}"

"${ROOTDIR}/999999999/0/999999999_54872.py" \
--objectivum-formato=_temp_no1 \
--rdf-trivio="${rdf_trivio}" \
"${objectivum_archivum_no1}" \
> "${opus_temporibus_temporarium}"
<"${objectivum_archivum_no1}" >"${opus_temporibus_temporarium}"

rapper --quiet --input=turtle --output=turtle \
"${opus_temporibus_temporarium}" \
>"${objectivum_archivum_no1_owl_ttl}"

riot --validate "${objectivum_archivum_no1_owl_ttl}"
set +x

echo "OWL TTL: [${objectivum_archivum_no1_owl_ttl}]"

sleep 10
# sleep 10

# set -x
# "${ROOTDIR}/999999999/0/999999999_7200235.py" \
Expand Down

0 comments on commit c0c954c

Please sign in to comment.