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 ++++++++++++++++++ config/lubm.conf | 20 ++++++++++++++++++++ config/uobm.conf | 20 ++++++++++++++++++++ 3 files changed, 58 insertions(+) create mode 100644 config/fly.conf create mode 100644 config/lubm.conf create mode 100644 config/uobm.conf (limited to 'config') 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 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 @@ +#DATA variable points to the file that stores data +DATA=data/lubm/lubm1.ttl + +#ONTOLOGY variable points to the file that stores ontology of interest +ONTOLOGY=data/lubm/univ-bench.owl + +#QUERY variable points to the file that stores all queries +QUERY=data/lubm/lubm.sparql + +#ANSWER variable points to the file to output all answers +ANSWER=data/lubm/lubm.ans + +#TO_CLASSIFY switch for the optimisation to specify if the ontology is first classified by HermiT +TO_CLASSIFY=true + +#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 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 @@ +#DATA variable points to the file that stores data +DATA=data/uobm/uobm1.ttl + +#ONTOLOGY variable points to the file that stores ontology of interest +ONTOLOGY=data/uobm/univ-bench-dl.owl + +#QUERY variable points to the file that stores all queries +QUERY=data/uobm/uobm.sparql + +#ANSWER variable points to the file to output all answers +ANSWER=data/uobm/uobm.ans + +#TO_CLASSIFY switch for the optimisation to specify if the ontology is first classified by HermiT +TO_CLASSIFY=true + +#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