diff options
author | Federico Igne <federico.igne@cs.ox.ac.uk> | 2022-05-19 16:06:57 +0100 |
---|---|---|
committer | Federico Igne <federico.igne@cs.ox.ac.uk> | 2022-05-19 16:06:57 +0100 |
commit | 43d573f7fbfb36dce5f6d9016ccca2ddd9936e97 (patch) | |
tree | 7896dc06e1d74e96290a17cf95d89a2be621ccd9 /README.md | |
parent | ace698dedd486e64127aeb96af6675fa461377ed (diff) | |
download | RSAComb-43d573f7fbfb36dce5f6d9016ccca2ddd9936e97.tar.gz RSAComb-43d573f7fbfb36dce5f6d9016ccca2ddd9936e97.zip |
bump: RSAComb v1.1.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -50,7 +50,7 @@ In order to use this program you need to have [RDFox](https://www.oxfordsemantic | |||
50 | RDFox is proprietary software and as such we are not able to distribute it along with our code. | 50 | RDFox is proprietary software and as such we are not able to distribute it along with our code. |
51 | Please refer to [this link](https://www.oxfordsemantic.tech/tryrdfoxforfree) to request a free trial. | 51 | Please refer to [this link](https://www.oxfordsemantic.tech/tryrdfoxforfree) to request a free trial. |
52 | 52 | ||
53 | This software has been developed and tested with RDFox v5.2.1 | 53 | This software has been developed and tested with RDFox v5.5 |
54 | 54 | ||
55 | ## Changes introduced | 55 | ## Changes introduced |
56 | 56 | ||
@@ -184,7 +184,7 @@ We also provide a convenient `simulate.rdfox` RDFox script that can be used to l | |||
184 | 184 | ||
185 | Let's suppose you run the following command from the root of the project | 185 | Let's suppose you run the following command from the root of the project |
186 | ```{.sh} | 186 | ```{.sh} |
187 | java -cp lib/JRDFox.jar:target/scala-2.13/RSAComb-assembly-1.0.0.jar uk.ac.ox.cs.rsacomb.RSAComb -l verbose -o tests/lubm/univ-bench.owl -d tests/lubm/data/lubm1.ttl -q tests/lubm/queries.sparql | 187 | java -cp lib/JRDFox.jar:target/scala-2.13/RSAComb-assembly-1.1.0.jar uk.ac.ox.cs.rsacomb.RSAComb -l verbose -o tests/lubm/univ-bench.owl -d tests/lubm/data/lubm1.ttl -q tests/lubm/queries.sparql |
188 | ``` | 188 | ``` |
189 | 189 | ||
190 | This will answers all the queries in `tests/lubm/queries.sparql` and generate debug information in a new folder in the current working directory (let's say, `rsacomb-20211005120845/`). | 190 | This will answers all the queries in `tests/lubm/queries.sparql` and generate debug information in a new folder in the current working directory (let's say, `rsacomb-20211005120845/`). |