-
I open this thread for me (and anyone curious) to remember how to set up a windows system to be able to run the scripts in the make file. |
Beta Was this translation helpful? Give feedback.
Answered by
areleu
Nov 24, 2022
Replies: 1 comment
-
I discovered that to run HermiT one has to give the ontology/competency questions paths with the following structure: java -jar path/to/HermiT.jar --premise=file:///C:/your/path/to/your/ontology/oeo-full.owl --conclusion=file:///C:/your/path/to/your/competency_questions/q1.omn -E Emphasis in the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
areleu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I discovered that to run HermiT one has to give the ontology/competency questions paths with the following structure:
Emphasis in the
file:///
which took me like an hour to figure out, otherwise java won't find yur file.