aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/fly.conf6
-rw-r--r--config/lubm.conf2
-rw-r--r--config/uobm.conf2
3 files changed, 5 insertions, 5 deletions
diff --git a/config/fly.conf b/config/fly.conf
index 23e2861..68c36b6 100644
--- a/config/fly.conf
+++ b/config/fly.conf
@@ -2,11 +2,11 @@
2ONTOLOGY=data/fly/fly_anatomy_XP_with_GJ_FC_individuals.owl 2ONTOLOGY=data/fly/fly_anatomy_XP_with_GJ_FC_individuals.owl
3 3
4#QUERY variable points to the file that stores all queries 4#QUERY variable points to the file that stores all queries
5#QUERY=data/fly/fly.sparql 5QUERY=data/fly/fly.sparql
6QUERY=data/fly/test.sparql 6#QUERY=data/fly/test.sparql
7 7
8#ANSWER variable points to the file to output all answers 8#ANSWER variable points to the file to output all answers
9ANSWER=data/fly/fly.ans 9#ANSWER=data/fly/fly.ans
10 10
11#TO_CLASSIFY switch for the optimisation to specify if the ontology is first classified by HermiT 11#TO_CLASSIFY switch for the optimisation to specify if the ontology is first classified by HermiT
12TO_CLASSIFY=false 12TO_CLASSIFY=false
diff --git a/config/lubm.conf b/config/lubm.conf
index 6775d84..73ed470 100644
--- a/config/lubm.conf
+++ b/config/lubm.conf
@@ -8,7 +8,7 @@ ONTOLOGY=data/lubm/univ-bench.owl
8QUERY=data/lubm/lubm.sparql 8QUERY=data/lubm/lubm.sparql
9 9
10#ANSWER variable points to the file to output all answers 10#ANSWER variable points to the file to output all answers
11ANSWER=data/lubm/lubm.ans 11#ANSWER=data/lubm/lubm.ans
12 12
13#TO_CLASSIFY switch for the optimisation to specify if the ontology is first classified by HermiT 13#TO_CLASSIFY switch for the optimisation to specify if the ontology is first classified by HermiT
14TO_CLASSIFY=true 14TO_CLASSIFY=true
diff --git a/config/uobm.conf b/config/uobm.conf
index 52d37f2..acbe78e 100644
--- a/config/uobm.conf
+++ b/config/uobm.conf
@@ -8,7 +8,7 @@ ONTOLOGY=data/uobm/univ-bench-dl.owl
8QUERY=data/uobm/uobm.sparql 8QUERY=data/uobm/uobm.sparql
9 9
10#ANSWER variable points to the file to output all answers 10#ANSWER variable points to the file to output all answers
11ANSWER=data/uobm/uobm.ans 11#ANSWER=data/uobm/uobm.ans
12 12
13#TO_CLASSIFY switch for the optimisation to specify if the ontology is first classified by HermiT 13#TO_CLASSIFY switch for the optimisation to specify if the ontology is first classified by HermiT
14TO_CLASSIFY=true 14TO_CLASSIFY=true