aboutsummaryrefslogtreecommitdiff
path: root/src/resources/uobm.properties
blob: acbe78e73c8b8e596b8e117d04ff9634836fa0ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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