aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/uk/ac/ox/cs/rsacomb/RDFoxConverterSpec.scala
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize testsFederico Igne2020-12-071-108/+0
|
* Rework skolemization strategiesFederico Igne2020-12-041-8/+8
| | | | | | 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.
* Fix tests failing due to recent changesFederico Igne2020-12-021-11/+15
|
* Add alternative conversion of axioms using switch-casesFederico Igne2020-12-011-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.