diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/fly.properties | 19 | ||||
| -rw-r--r-- | config/log4j.properties | 25 | ||||
| -rw-r--r-- | config/lubm.properties | 20 | ||||
| -rw-r--r-- | config/test.properties | 1 | ||||
| -rw-r--r-- | config/uobm.properties | 20 |
5 files changed, 0 insertions, 85 deletions
diff --git a/config/fly.properties b/config/fly.properties deleted file mode 100644 index 88c85c3..0000000 --- a/config/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/config/log4j.properties b/config/log4j.properties deleted file mode 100644 index 6e88437..0000000 --- a/config/log4j.properties +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 1 | log = . | ||
| 2 | log4j.rootLogger=DEBUG, CONSOLE, FILE_LAST, FILE | ||
| 3 | |||
| 4 | log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender | ||
| 5 | log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout | ||
| 6 | log4j.appender.CONSOLE.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} - %m%n | ||
| 7 | log4j.appender.CONSOLE.Target=System.out | ||
| 8 | log4j.appender.CONSOLE.Threshold=INFO | ||
| 9 | |||
| 10 | log4j.appender.FILE_LAST=org.apache.log4j.RollingFileAppender | ||
| 11 | log4j.appender.FILE_LAST.File=${log}/pagoda_last_only.log | ||
| 12 | log4j.appender.FILE_LAST.MaxFileSize=10MB | ||
| 13 | log4j.appender.FILE_LAST.MaxBackupIndex=3 | ||
| 14 | log4j.appender.FILE_LAST.layout=org.apache.log4j.PatternLayout | ||
| 15 | log4j.appender.FILE_LAST.layout.conversionPattern=[%5p] %d{yyyy-MM-dd HH:mm:ss} %c - %m%n | ||
| 16 | log4j.appender.FILE_LAST.append=false | ||
| 17 | log4j.appender.FILE_LAST.Threshold=DEBUG | ||
| 18 | |||
| 19 | log4j.appender.FILE=org.apache.log4j.RollingFileAppender | ||
| 20 | log4j.appender.FILE.File=${log}/pagoda.log | ||
| 21 | log4j.appender.FILE.MaxFileSize=10MB | ||
| 22 | log4j.appender.FILE.MaxBackupIndex=3 | ||
| 23 | log4j.appender.FILE.layout=org.apache.log4j.PatternLayout | ||
| 24 | log4j.appender.FILE.layout.conversionPattern=[%5p] %d{yyyy-MM-dd HH:mm:ss} %c - %m%n | ||
| 25 | log4j.appender.FILE.Threshold=DEBUG \ No newline at end of file | ||
diff --git a/config/lubm.properties b/config/lubm.properties deleted file mode 100644 index 73ed470..0000000 --- a/config/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/config/test.properties b/config/test.properties deleted file mode 100644 index c4a25d0..0000000 --- a/config/test.properties +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | ontoDir=/home/alessandro/Big_files/Ontologies/ \ No newline at end of file | ||
diff --git a/config/uobm.properties b/config/uobm.properties deleted file mode 100644 index acbe78e..0000000 --- a/config/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 | ||
