aboutsummaryrefslogtreecommitdiff
path: root/src/resources/fly.properties
diff options
context:
space:
mode:
authorRncLsn <rnc.lsn@gmail.com>2015-05-18 18:27:32 +0100
committerRncLsn <rnc.lsn@gmail.com>2015-05-18 18:27:32 +0100
commitc7dbc7c61c7094ea4ec49bd630023f23b92fd9d1 (patch)
tree45ff5a535e7d519b58d60c0c214a1f9ecc5a35ef /src/resources/fly.properties
parent1b6a128137e5d7a6ff75566869232fc054afabef (diff)
downloadACQuA-c7dbc7c61c7094ea4ec49bd630023f23b92fd9d1.tar.gz
ACQuA-c7dbc7c61c7094ea4ec49bd630023f23b92fd9d1.zip
Configured Maven and improved executable class and tests.
Diffstat (limited to 'src/resources/fly.properties')
-rw-r--r--src/resources/fly.properties19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/resources/fly.properties b/src/resources/fly.properties
new file mode 100644
index 0000000..88c85c3
--- /dev/null
+++ b/src/resources/fly.properties
@@ -0,0 +1,19 @@
1#ONTOLOGY variable points to the file that stores ontology of interest
2ONTOLOGY=data/fly/fly_anatomy_XP_with_GJ_FC_individuals.owl
3#ONTOLOGY=data/fly/fbbt_vfb_ind_pr_nr.owl
4
5#QUERY variable points to the file that stores all queries
6QUERY=data/fly/fly.sparql
7#QUERY=data/fly/test.sparql
8
9#ANSWER variable points to the file to output all answers
10#ANSWER=data/fly/fly.ans
11
12#TO_CLASSIFY switch for the optimisation to specify if the ontology is first classified by HermiT
13TO_CLASSIFY=false
14
15#CALL_HERMIT variable to specify if HermiT is called or not
16CALL_HERMIT=true
17
18#SHELL_MODE to enable query execution from console input
19SHELL_MODE=false \ No newline at end of file