Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Suite containing all the tests | Stefano Germano | 2020-12-18 | 1 | -0/+17 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into master | Federico Igne | 2020-12-17 | 1 | -1/+1 |
|\ | |||||
| * | Fix typo | Stefano Germano | 2020-12-16 | 1 | -1/+1 |
| | | |||||
* | | Comment out old tests | Federico Igne | 2020-12-17 | 3 | -521/+521 |
| | | | | | | | | These need to be ported to the new conversion implementation. | ||||
* | | Fix and improve tests for CQ answer class | Federico Igne | 2020-12-17 | 1 | -5/+48 |
|/ | |||||
* | Change how inverse roles are handle on the logic programming side | Federico Igne | 2020-12-08 | 1 | -3/+2 |
| | | | | | | | | Seems like an easy way to convert inverse roles into atoms is to write `R(y,x)` instead of `R^-(x,y)`. This is still something we need to test and some additional rules that use inverse roles in the naive way are still generated. | ||||
* | Fix bug for OWLObjectSubPropertyOfAxiom | Federico Igne | 2020-12-08 | 1 | -2/+2 |
| | | | | | A version of the rule with an empty suffix was missing. Note that this is not completely clear from the paper. | ||||
* | Reorganize tests | Federico Igne | 2020-12-07 | 5 | -5/+5 |
| | |||||
* | Change ConjunctiveQuery constructors interface | Federico Igne | 2020-12-07 | 2 | -18/+18 |
| | | | | | One of the object constructor was returning an Option. It was weird to have a constructor that would not always return an object. | ||||
* | Update answers pretty printer | Federico Igne | 2020-12-07 | 1 | -2/+2 |
| | |||||
* | Change answer pritty printer to use CSV-like syntax | Federico Igne | 2020-12-06 | 1 | -14/+24 |
| | |||||
* | Temporarily ignore tests involving `cycle` computation | Federico Igne | 2020-12-06 | 1 | -4/+4 |
| | | | | | This is done because `cycle` is being reworked from a theoretical point of view at the moment. | ||||
* | Fix axiom skolemization | Federico Igne | 2020-12-04 | 2 | -62/+56 |
| | | | | | | Skolemization should be uniquely bound to the axiom being skolemized. When an axiom is a shortcut for a set of axioms, the skolemization strategy should be updated with the new axiom(s). | ||||
* | Rework skolemization strategies | Federico Igne | 2020-12-04 | 4 | -75/+65 |
| | | | | | | In particular `ConstantRSA` has been removed, since it was *not* a skolemization strategy. The case for extra atoms generation previously handled by `ConstantRSA` is not dealt with inside the RSA check. | ||||
* | Make filtering program generate/load facts as facts | Federico Igne | 2020-12-02 | 1 | -5/+13 |
| | |||||
* | Fix tests failing due to recent changes | Federico Igne | 2020-12-02 | 2 | -39/+86 |
| | |||||
* | Add alternative conversion of axioms using switch-cases | Federico Igne | 2020-12-01 | 1 | -0/+104 |
| | | | | | | This is part of an effort to move away from the Java-style visitor pattern pushed by the OWLAPI and RDFox. Using a Scala approach will allow us to be more flexible in the long run. | ||||
* | Rename `RDFoxHelpers` to `RDFoxUtil` | Federico Igne | 2020-11-24 | 1 | -1/+1 |
| | | | | For a more consistent naming. | ||||
* | Rework filtering program generation | Federico Igne | 2020-11-24 | 1 | -284/+59 |
| | |||||
* | Rename `boolean` as `bcq` | Federico Igne | 2020-11-23 | 1 | -3/+3 |
| | |||||
* | Add wrapper class for (boolean) conjunctive queries | Federico Igne | 2020-11-19 | 3 | -85/+297 |
| | |||||
* | Reorganize project with Java-like folder structure | Federico Igne | 2020-11-18 | 4 | -6/+13 |
| | |||||
* | Rework RSA as a utility object | Federico Igne | 2020-11-18 | 4 | -65/+89 |
| | |||||
* | Remove implicit RSAOntology conversion | Federico Igne | 2020-11-17 | 2 | -12/+11 |
| | | | | | | This was causing problems without giving any significant advantage. Now it will be easier to refactor classes like RSA, RSAOntology, CanonicalModel. | ||||
* | Change "internal:" prefix to "rsa:" | Federico Igne | 2020-11-16 | 2 | -6/+6 |
| | |||||
* | Fix tests | Federico Igne | 2020-11-14 | 1 | -3/+3 |
| | | | | | They were loading the wrong example file since we switched to Turtle format. | ||||
* | Update canonical model unit tests | Federico Igne | 2020-11-06 | 1 | -11/+11 |
| | |||||
* | Update tests to RDFox v4.0 | Federico Igne | 2020-11-05 | 4 | -282/+289 |
| | |||||
* | Simplify prettyprinting of queries in test | Federico Igne | 2020-11-02 | 1 | -8/+8 |
| | |||||
* | Update duplicate test queries | Federico Igne | 2020-11-02 | 1 | -17/+93 |
| | |||||
* | Introduce workaround to RDFox Query parsing bug | Federico Igne | 2020-11-02 | 1 | -113/+246 |
| | | | | | | For now we are building queries manually. This allows us to work on testing the modules involved but it would be nice to have the bug fixed later on. | ||||
* | Add partial unit tests for filtering program computation | Federico Igne | 2020-10-29 | 1 | -0/+174 |
| | | | | The committed tests will fail, but the reason is still not clear. | ||||
* | Add unit tests for example2.owl for the canonical model computation | Federico Igne | 2020-10-28 | 1 | -3/+152 |
| | |||||
* | Adapt test to new `cycle` method | Federico Igne | 2020-10-28 | 1 | -14/+24 |
| | |||||
* | Add tests for 'subObjectPropertyOf' axioms | Federico Igne | 2020-10-23 | 1 | -5/+34 |
| | |||||
* | Add additional tests for T5 axiom rule generation | Federico Igne | 2020-10-23 | 1 | -1/+58 |
| | |||||
* | Fix bug in conflict set computation | Federico Igne | 2020-10-21 | 1 | -1/+14 |
| | |||||
* | Fix issue with introduction of new version of OWLAPI | Federico Igne | 2020-10-21 | 2 | -17/+23 |
| | |||||
* | More details in build.sbt and updated dependencies | Stefano Germano | 2020-10-19 | 3 | -6/+13 |
| | | | | | While updating the dependencies, I noticed that v3.2 of scalatest is very different from v3.1 (https://www.scalatest.org/release_notes/3.2.0). Therefore, I also needed to update the test files. But, there is a "too many arguments" error that needs to be solved (I do not know why it was working before). | ||||
* | Add some tests for canonical model computation | Federico Igne | 2020-10-10 | 1 | -13/+69 |
| | |||||
* | Add skeleton file for CanonicalModel testing | Federico Igne | 2020-10-09 | 1 | -0/+46 |
| | |||||
* | Fix problem with tests | Federico Igne | 2020-10-09 | 2 | -10/+10 |
| | | | | Tests where not ported to the new (slightly more generic) interface. | ||||
* | Update and comment some tests | Federico Igne | 2020-09-10 | 2 | -201/+228 |
| | | | | | | With the introduction of the fresh variable generator it is harder to test axiom conversion because we would need to define a custom equality method that doesn't take particular variables into account. | ||||
* | Update to JRDFox v3.1.0 | Federico Igne | 2020-07-16 | 2 | -42/+42 |
| | |||||
* | Rename source code directory structure | Federico Igne | 2020-07-15 | 2 | -0/+0 |
| | |||||
* | Add reworked code from previous repo | Federico Igne | 2020-07-15 | 2 | -0/+561 |