diff options
| author | RncLsn <rnc.lsn@gmail.com> | 2015-05-15 17:32:22 +0100 |
|---|---|---|
| committer | RncLsn <rnc.lsn@gmail.com> | 2015-05-15 17:32:22 +0100 |
| commit | 1b6a128137e5d7a6ff75566869232fc054afabef (patch) | |
| tree | 3def49c3c9c1e2ebebc49b82d9eb562b6d097cad /config/lubm.conf | |
| parent | bd995407098d1b0c79c17a28b0b23a2c24a493c6 (diff) | |
| download | ACQuA-1b6a128137e5d7a6ff75566869232fc054afabef.tar.gz ACQuA-1b6a128137e5d7a6ff75566869232fc054afabef.zip | |
Testing and fixing. Executed successfully on UOBM{1,2,3,4,5,6,7,8}.
Diffstat (limited to 'config/lubm.conf')
| -rw-r--r-- | config/lubm.conf | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/config/lubm.conf b/config/lubm.conf deleted file mode 100644 index 73ed470..0000000 --- a/config/lubm.conf +++ /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 | ||
