File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ echo "Preprocessing Ontology... "
2929# properties that have "internal:anonymous-constant". This can be done since
3030# they are duplicate entries and Protege and/or OWL can't handle custom
3131# datatype, as our self-defined "LaTeX"
32- python ./scripts/remove_anonConstants.py $owlOntPath ontology_full_anonRemoved.owl
32+ $PYTHON3 ./scripts/remove_anonConstants.py $owlOntPath ontology_full_anonRemoved.owl
3333
3434# Second preprocessing step: Swap rdfs:comment with dcterms:description
3535# to have a short description in the heading and the long description in
3636# the statement for better readbility
37- python ./scripts/swap_rdfsTerms.py ontology_full_anonRemoved.owl ontology_full_anonRemoved_swappedTerms.owl
37+ $PYTHON3 ./scripts/swap_rdfsTerms.py ontology_full_anonRemoved.owl ontology_full_anonRemoved_swappedTerms.owl
3838
3939echo " DONE"
4040
You can’t perform that action at this time.
0 commit comments