aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authoryzhou <yujiao.zhou@gmail.com>2015-04-21 22:45:35 +0100
committeryzhou <yujiao.zhou@gmail.com>2015-04-21 22:45:35 +0100
commitc0f5bdcdb29608532656c71c219680eccd4aad09 (patch)
tree5f599adfe2e3f15a1d2b3f1cb8d0bf9ace59badd /config
parentc8a9fc67a3f6ed201d7c917e36128268587eabe5 (diff)
downloadACQuA-c0f5bdcdb29608532656c71c219680eccd4aad09.tar.gz
ACQuA-c0f5bdcdb29608532656c71c219680eccd4aad09.zip
fixed some bugs in windows server
Diffstat (limited to 'config')
-rw-r--r--config/fly.conf18
-rw-r--r--config/lubm.conf20
-rw-r--r--config/uobm.conf20
3 files changed, 58 insertions, 0 deletions
diff --git a/config/fly.conf b/config/fly.conf
new file mode 100644
index 0000000..23e2861
--- /dev/null
+++ b/config/fly.conf
@@ -0,0 +1,18 @@
1#ONTOLOGY variable points to the file that stores ontology of interest
2ONTOLOGY=data/fly/fly_anatomy_XP_with_GJ_FC_individuals.owl
3
4#QUERY variable points to the file that stores all queries
5#QUERY=data/fly/fly.sparql
6QUERY=data/fly/test.sparql
7
8#ANSWER variable points to the file to output all answers
9ANSWER=data/fly/fly.ans
10
11#TO_CLASSIFY switch for the optimisation to specify if the ontology is first classified by HermiT
12TO_CLASSIFY=false
13
14#CALL_HERMIT variable to specify if HermiT is called or not
15CALL_HERMIT=true
16
17#SHELL_MODE to enable query execution from console input
18SHELL_MODE=false \ No newline at end of file
diff --git a/config/lubm.conf b/config/lubm.conf
new file mode 100644
index 0000000..6775d84
--- /dev/null
+++ b/config/lubm.conf
@@ -0,0 +1,20 @@
1#DATA variable points to the file that stores data
2DATA=data/lubm/lubm1.ttl
3
4#ONTOLOGY variable points to the file that stores ontology of interest
5ONTOLOGY=data/lubm/univ-bench.owl
6
7#QUERY variable points to the file that stores all queries
8QUERY=data/lubm/lubm.sparql
9
10#ANSWER variable points to the file to output all answers
11ANSWER=data/lubm/lubm.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
diff --git a/config/uobm.conf b/config/uobm.conf
new file mode 100644
index 0000000..52d37f2
--- /dev/null
+++ b/config/uobm.conf
@@ -0,0 +1,20 @@
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
11ANSWER=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