From c0f5bdcdb29608532656c71c219680eccd4aad09 Mon Sep 17 00:00:00 2001 From: yzhou Date: Tue, 21 Apr 2015 22:45:35 +0100 Subject: fixed some bugs in windows server --- config/fly.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 config/fly.conf (limited to 'config/fly.conf') 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 @@ +#ONTOLOGY variable points to the file that stores ontology of interest +ONTOLOGY=data/fly/fly_anatomy_XP_with_GJ_FC_individuals.owl + +#QUERY variable points to the file that stores all queries +#QUERY=data/fly/fly.sparql +QUERY=data/fly/test.sparql + +#ANSWER variable points to the file to output all answers +ANSWER=data/fly/fly.ans + +#TO_CLASSIFY switch for the optimisation to specify if the ontology is first classified by HermiT +TO_CLASSIFY=false + +#CALL_HERMIT variable to specify if HermiT is called or not +CALL_HERMIT=true + +#SHELL_MODE to enable query execution from console input +SHELL_MODE=false \ No newline at end of file -- cgit v1.2.3