aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/uk/ac/ox/cs/acqua/Main.scala
Commit message (Collapse)AuthorAgeFilesLines
* fix(cli): pass data path to PAGOdA's propertiesFederico Igne2022-05-191-0/+7
| | | | | This is not the ideal way to deal with this an a more general integration solution should be used. Regardless, it works for now.
* feat(cli): actually use command line argumentsFederico Igne2022-05-181-2/+3
|
* Finalise implementation of ACQuA query reasonerFederico Igne2022-05-151-5/+6
|
* Adjust CLIFederico Igne2022-05-121-1/+2
|
* Add RSA query reasoner to perform CQ answering over RSAFederico Igne2022-05-111-17/+8
|
* Implement stub for query answering procedureFederico Igne2022-05-111-19/+63
|
* [pagoda] Move project to ScalaFederico Igne2022-05-111-0/+41
This commit includes a few changes: - The repository still uses Maven to manage dependency but it is now a Scala project. - The code has been ported from OWLAPI 3.4.10 to 5.1.20 - A proof of concept program using both RSAComb and PAGOdA has been added.