aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/uk/ac/ox/cs/rsacomb/ontology
Commit message (Collapse)AuthorAgeFilesLines
* fix: typo in RDFox queryFederico Igne2022-05-191-1/+1
|
* refactor: move RSAOntology class under ontology packageFederico Igne2022-05-191-0/+536
|
* refactor: internal implementation of Ontology classFederico Igne2022-05-191-139/+403
|
* Fix issue where not all roles where considered for top axiomatisationFederico Igne2021-10-041-3/+5
|
* Fix prefix in dependency graphFederico Igne2021-10-031-1/+1
|
* Move to os-lib for filesystem operationsFederico Igne2021-10-031-6/+9
|
* Fix compilation errorsFederico Igne2021-10-031-4/+10
|
* Add new fresh data factoryFederico Igne2021-08-061-10/+8
| | | | This will help write more significant test.
* Rework class structure to match more general workflowFederico Igne2021-07-271-0/+2
| | | | | | | | The major change is the introduction of a new class Ontology (superclass of RSAOntology) that contains all those operation that we would like to perform on *any* OWL 2 ontology. Approximation is also generic on the return type, allowing for example intermediate steps (or chaining of approximations).
* Fix file namingFederico Igne2021-07-221-0/+299