aboutsummaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/fly.properties19
-rw-r--r--src/resources/log4j.properties25
-rw-r--r--src/resources/lubm.properties20
-rw-r--r--src/resources/uobm.properties20
4 files changed, 84 insertions, 0 deletions
diff --git a/src/resources/fly.properties b/src/resources/fly.properties
new file mode 100644
index 0000000..88c85c3
--- /dev/null
+++ b/src/resources/fly.properties
@@ -0,0 +1,19 @@
1#ONTOLOGY variable points to the file that stores ontology of interest
2ONTOLOGY=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
6QUERY=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
13TO_CLASSIFY=false
14
15#CALL_HERMIT variable to specify if HermiT is called or not
16CALL_HERMIT=true
17
18#SHELL_MODE to enable query execution from console input
19SHELL_MODE=false \ No newline at end of file
diff --git a/src/resources/log4j.properties b/src/resources/log4j.properties
new file mode 100644
index 0000000..3bfd32e
--- /dev/null
+++ b/src/resources/log4j.properties
@@ -0,0 +1,25 @@
1log = .
2log4j.rootLogger=DEBUG, CONSOLE, FILE_LAST, FILE
3
4log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender
5log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout
6log4j.appender.CONSOLE.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %c - %m%n
7log4j.appender.CONSOLE.Target=System.out
8log4j.appender.CONSOLE.Threshold=INFO
9
10log4j.appender.FILE_LAST=org.apache.log4j.RollingFileAppender
11log4j.appender.FILE_LAST.File=${log}/pagoda_last_only.log
12log4j.appender.FILE_LAST.MaxFileSize=10MB
13log4j.appender.FILE_LAST.MaxBackupIndex=3
14log4j.appender.FILE_LAST.layout=org.apache.log4j.PatternLayout
15log4j.appender.FILE_LAST.layout.conversionPattern=[%5p] %d{yyyy-MM-dd HH:mm:ss} %c - %m%n
16log4j.appender.FILE_LAST.append=false
17log4j.appender.FILE_LAST.Threshold=DEBUG
18
19log4j.appender.FILE=org.apache.log4j.RollingFileAppender
20log4j.appender.FILE.File=${log}/pagoda.log
21log4j.appender.FILE.MaxFileSize=10MB
22log4j.appender.FILE.MaxBackupIndex=3
23log4j.appender.FILE.layout=org.apache.log4j.PatternLayout
24log4j.appender.FILE.layout.conversionPattern=[%5p] %d{yyyy-MM-dd HH:mm:ss} %c - %m%n
25log4j.appender.FILE.Threshold=DEBUG \ No newline at end of file
diff --git a/src/resources/lubm.properties b/src/resources/lubm.properties
new file mode 100644
index 0000000..73ed470
--- /dev/null
+++ b/src/resources/lubm.properties
@@ -0,0 +1,20 @@
1#DATA variable points to the file that stores data
2DATA=data/lubm/lubm1.ttl
3
4#ONTOLOGY variable points to the file that stores ontology of interest
5ONTOLOGY=data/lubm/univ-bench.owl
6
7#QUERY variable points to the file that stores all queries
8QUERY=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
14TO_CLASSIFY=true
15
16#CALL_HERMIT variable to specify if HermiT is called or not
17CALL_HERMIT=true
18
19#SHELL_MODE to enable query execution from console input
20SHELL_MODE=false \ No newline at end of file
diff --git a/src/resources/uobm.properties b/src/resources/uobm.properties
new file mode 100644
index 0000000..acbe78e
--- /dev/null
+++ b/src/resources/uobm.properties
@@ -0,0 +1,20 @@
1#DATA variable points to the file that stores data
2DATA=data/uobm/uobm1.ttl
3
4#ONTOLOGY variable points to the file that stores ontology of interest
5ONTOLOGY=data/uobm/univ-bench-dl.owl
6
7#QUERY variable points to the file that stores all queries
8QUERY=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
14TO_CLASSIFY=true
15
16#CALL_HERMIT variable to specify if HermiT is called or not
17CALL_HERMIT=true
18
19#SHELL_MODE to enable query execution from console input
20SHELL_MODE=false \ No newline at end of file