diff options
| author | RncLsn <rnc.lsn@gmail.com> | 2015-05-20 18:52:47 +0100 |
|---|---|---|
| committer | RncLsn <rnc.lsn@gmail.com> | 2015-05-20 18:52:47 +0100 |
| commit | d81b086fe329fa69891eba0a4b1f73e44183620d (patch) | |
| tree | 7c55c80678660cdbd3dae18e94c4baf5b0680e11 /src/resources | |
| parent | 7a68441a541b12b22587fb53072193e1130049ff (diff) | |
| download | ACQuA-d81b086fe329fa69891eba0a4b1f73e44183620d.tar.gz ACQuA-d81b086fe329fa69891eba0a4b1f73e44183620d.zip | |
Added more tests.
Querying of the upper bound is currently unstable.
Diffstat (limited to 'src/resources')
| -rw-r--r-- | src/resources/fly.properties | 19 | ||||
| -rw-r--r-- | src/resources/log4j.properties | 2 | ||||
| -rw-r--r-- | src/resources/lubm.properties | 20 | ||||
| -rw-r--r-- | src/resources/pagoda.properties | 1 | ||||
| -rw-r--r-- | src/resources/uobm.properties | 20 |
5 files changed, 2 insertions, 60 deletions
diff --git a/src/resources/fly.properties b/src/resources/fly.properties deleted file mode 100644 index 88c85c3..0000000 --- a/src/resources/fly.properties +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | #ONTOLOGY variable points to the file that stores ontology of interest | ||
| 2 | ONTOLOGY=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 | ||
| 6 | QUERY=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 | ||
| 13 | TO_CLASSIFY=false | ||
| 14 | |||
| 15 | #CALL_HERMIT variable to specify if HermiT is called or not | ||
| 16 | CALL_HERMIT=true | ||
| 17 | |||
| 18 | #SHELL_MODE to enable query execution from console input | ||
| 19 | SHELL_MODE=false \ No newline at end of file | ||
diff --git a/src/resources/log4j.properties b/src/resources/log4j.properties index 456c602..3bfd32e 100644 --- a/src/resources/log4j.properties +++ b/src/resources/log4j.properties | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | log = . | 1 | log = . |
| 2 | log4j.rootLogger=CONSOLE, FILE_LAST, FILE | 2 | log4j.rootLogger=DEBUG, CONSOLE, FILE_LAST, FILE |
| 3 | 3 | ||
| 4 | log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender | 4 | log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender |
| 5 | log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout | 5 | log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout |
diff --git a/src/resources/lubm.properties b/src/resources/lubm.properties deleted file mode 100644 index 73ed470..0000000 --- a/src/resources/lubm.properties +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | #DATA variable points to the file that stores data | ||
| 2 | DATA=data/lubm/lubm1.ttl | ||
| 3 | |||
| 4 | #ONTOLOGY variable points to the file that stores ontology of interest | ||
| 5 | ONTOLOGY=data/lubm/univ-bench.owl | ||
| 6 | |||
| 7 | #QUERY variable points to the file that stores all queries | ||
| 8 | QUERY=data/lubm/lubm.sparql | ||
| 9 | |||
| 10 | #ANSWER variable points to the file to output all answers | ||
| 11 | #ANSWER=data/lubm/lubm.ans | ||
| 12 | |||
| 13 | #TO_CLASSIFY switch for the optimisation to specify if the ontology is first classified by HermiT | ||
| 14 | TO_CLASSIFY=true | ||
| 15 | |||
| 16 | #CALL_HERMIT variable to specify if HermiT is called or not | ||
| 17 | CALL_HERMIT=true | ||
| 18 | |||
| 19 | #SHELL_MODE to enable query execution from console input | ||
| 20 | SHELL_MODE=false \ No newline at end of file | ||
diff --git a/src/resources/pagoda.properties b/src/resources/pagoda.properties new file mode 100644 index 0000000..80c6377 --- /dev/null +++ b/src/resources/pagoda.properties | |||
| @@ -0,0 +1 @@ | |||
| debug=true \ No newline at end of file | |||
diff --git a/src/resources/uobm.properties b/src/resources/uobm.properties deleted file mode 100644 index acbe78e..0000000 --- a/src/resources/uobm.properties +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | #DATA variable points to the file that stores data | ||
| 2 | DATA=data/uobm/uobm1.ttl | ||
| 3 | |||
| 4 | #ONTOLOGY variable points to the file that stores ontology of interest | ||
| 5 | ONTOLOGY=data/uobm/univ-bench-dl.owl | ||
| 6 | |||
| 7 | #QUERY variable points to the file that stores all queries | ||
| 8 | QUERY=data/uobm/uobm.sparql | ||
| 9 | |||
| 10 | #ANSWER variable points to the file to output all answers | ||
| 11 | #ANSWER=data/uobm/uobm.ans | ||
| 12 | |||
| 13 | #TO_CLASSIFY switch for the optimisation to specify if the ontology is first classified by HermiT | ||
| 14 | TO_CLASSIFY=true | ||
| 15 | |||
| 16 | #CALL_HERMIT variable to specify if HermiT is called or not | ||
| 17 | CALL_HERMIT=true | ||
| 18 | |||
| 19 | #SHELL_MODE to enable query execution from console input | ||
| 20 | SHELL_MODE=false \ No newline at end of file | ||
