diff options
Diffstat (limited to 'test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java')
| -rw-r--r-- | test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java b/test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java index 7dacdac..5e49f79 100644 --- a/test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java +++ b/test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java | |||
| @@ -37,7 +37,7 @@ public class PagodaTester { | |||
| 37 | public static final int uobm_number = 1; | 37 | public static final int uobm_number = 1; |
| 38 | public static final String uobm_tbox = onto_dir + "uobm/univ-bench-dl.owl"; | 38 | public static final String uobm_tbox = onto_dir + "uobm/univ-bench-dl.owl"; |
| 39 | public static final String uobm_abox = onto_dir + "uobm/data/uobm" + uobm_number + ".ttl"; | 39 | public static final String uobm_abox = onto_dir + "uobm/data/uobm" + uobm_number + ".ttl"; |
| 40 | public static final String uobm_query = onto_dir + "uobm/queries/standard.sparql"; | 40 | public static final String uobm_query = onto_dir + "uobm/queries/test.sparql"; |
| 41 | public static final String uobm_query_temp = onto_dir + "uobm/queries/temp.sparql"; | 41 | public static final String uobm_query_temp = onto_dir + "uobm/queries/temp.sparql"; |
| 42 | public static final String uobm_query2 = onto_dir + "uobm/queries/standard_q2.sparql"; | 42 | public static final String uobm_query2 = onto_dir + "uobm/queries/standard_q2.sparql"; |
| 43 | public static final String uobm_query9 = onto_dir + "uobm/queries/standard_q9.sparql"; | 43 | public static final String uobm_query9 = onto_dir + "uobm/queries/standard_q9.sparql"; |
| @@ -93,8 +93,8 @@ public class PagodaTester { | |||
| 93 | public static void main(String... args) { | 93 | public static void main(String... args) { |
| 94 | if (args.length == 0) { | 94 | if (args.length == 0) { |
| 95 | // args = new String[] {test_tbox, test_abox, test_query}; | 95 | // args = new String[] {test_tbox, test_abox, test_query}; |
| 96 | args = new String[] {lubm_tbox, lubm_abox, lubm_query, "/home/alessandro/Desktop/lubm1.ans"}; | 96 | // args = new String[] {lubm_tbox, lubm_abox, lubm_query}; |
| 97 | // args = new String[] {uobm_tbox, uobm_abox, uobm_query.replace(".sparql", "_all_pagoda.sparql")}; | 97 | args = new String[] {uobm_tbox, uobm_abox, uobm_query, "/home/alessandro/Desktop/uobm1.ans"}; |
| 98 | // args = new String[] {fly, "null", fly_query.replace(".sparql", "_pellet.sparql") }; | 98 | // args = new String[] {fly, "null", fly_query.replace(".sparql", "_pellet.sparql") }; |
| 99 | // args = new String[] {dbpedia_tbox, dbpedia_abox, dbpedia_query}; | 99 | // args = new String[] {dbpedia_tbox, dbpedia_abox, dbpedia_query}; |
| 100 | // args = new String[] {travel_tbox, null, dbpedia_query274}; | 100 | // args = new String[] {travel_tbox, null, dbpedia_query274}; |
