diff options
| author | RncLsn <rnc.lsn@gmail.com> | 2015-10-12 11:10:01 +0100 |
|---|---|---|
| committer | RncLsn <rnc.lsn@gmail.com> | 2015-10-12 11:10:01 +0100 |
| commit | 8651164cd632a5db310b457ce32d4fbc97bdc41c (patch) | |
| tree | f898102e0090a664d850b45eee994c57447bd4b9 /test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaLUBM.java | |
| parent | 45616f650111c1d0236d22fcb5f3b4e5e8b68550 (diff) | |
| download | ACQuA-8651164cd632a5db310b457ce32d4fbc97bdc41c.tar.gz ACQuA-8651164cd632a5db310b457ce32d4fbc97bdc41c.zip | |
RDFox dependency from project repo; improved the readme.
Diffstat (limited to 'test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaLUBM.java')
| -rw-r--r-- | test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaLUBM.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaLUBM.java b/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaLUBM.java index 2d95e5f..019fafa 100644 --- a/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaLUBM.java +++ b/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaLUBM.java | |||
| @@ -85,7 +85,7 @@ public class TestPagodaLUBM { | |||
| 85 | Pagoda.builder() | 85 | Pagoda.builder() |
| 86 | .ontology(Paths.get(ontoDir, "lubm/univ-bench.owl")) | 86 | .ontology(Paths.get(ontoDir, "lubm/univ-bench.owl")) |
| 87 | .data(Paths.get(ontoDir, "lubm/data/lubm1.ttl")) | 87 | .data(Paths.get(ontoDir, "lubm/data/lubm1.ttl")) |
| 88 | .query(Paths.get(ontoDir, "lubm/queries/queries_from_feier-et-al.sparql")) | 88 | .query(Paths.get(ontoDir, "lubm/queries/queries_from_rules.sparql")) |
| 89 | .build() | 89 | .build() |
| 90 | .run(); | 90 | .run(); |
| 91 | } | 91 | } |
