aboutsummaryrefslogtreecommitdiff
path: root/config/uobm.conf
diff options
context:
space:
mode:
Diffstat (limited to 'config/uobm.conf')
-rw-r--r--config/uobm.conf20
1 files changed, 0 insertions, 20 deletions
diff --git a/config/uobm.conf b/config/uobm.conf
deleted file mode 100644
index acbe78e..0000000
--- a/config/uobm.conf
+++ /dev/null
@@ -1,20 +0,0 @@
1#DATA variable points to the file that stores data
2DATA=data/uobm/uobm1.ttl
3
4#ONTOLOGY variable points to the file that stores ontology of interest
5ONTOLOGY=data/uobm/univ-bench-dl.owl
6
7#QUERY variable points to the file that stores all queries
8QUERY=data/uobm/uobm.sparql
9
10#ANSWER variable points to the file to output all answers
11#ANSWER=data/uobm/uobm.ans
12
13#TO_CLASSIFY switch for the optimisation to specify if the ontology is first classified by HermiT
14TO_CLASSIFY=true
15
16#CALL_HERMIT variable to specify if HermiT is called or not
17CALL_HERMIT=true
18
19#SHELL_MODE to enable query execution from console input
20SHELL_MODE=false \ No newline at end of file