aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/rsacomb
Commit message (Expand)AuthorAgeFilesLines
* Fix NI predicate computationFederico Igne2020-11-144-37/+76
* Add diagnostic queries along main queryFederico Igne2020-11-131-26/+83
* Add first implementation of top and equality axiomatizationFederico Igne2020-11-131-2/+58
* Simplify role extraction from axiomsFederico Igne2020-11-131-58/+18
* Fix suffix generation in filtering programFederico Igne2020-11-132-15/+15
* Add NAMED facts to filtering programFederico Igne2020-11-121-1/+2
* Remove debug outputFederico Igne2020-11-101-1/+0
* Add missing rule generated per roleFederico Igne2020-11-101-0/+43
* Fix SKOLEM call creation during function skolemizationFederico Igne2020-11-102-8/+20
* Generalize axiom hashing for constant generationFederico Igne2020-11-103-12/+44
* Improve query pretty printingFederico Igne2020-11-101-1/+1
* Add OWLClassAssertionAxiom to axioms handled during translationFederico Igne2020-11-101-1/+22
* Expose ABox in RSAOntology classFederico Igne2020-11-101-2/+9
* Fix `notIn` implementation in canonical modelFederico Igne2020-11-091-17/+18
* Simplify reification process and add negation reificationFederico Igne2020-11-092-68/+42
* Rework canonical model computationFederico Igne2020-11-063-323/+332
* Fix bug in the filtering program generationFederico Igne2020-11-061-4/+4
* Update tests to RDFox v4.0Federico Igne2020-11-052-24/+24
* Update code to RDFox v4.0Federico Igne2020-11-0511-172/+247
* Add partial unit tests for filtering program computationFederico Igne2020-10-292-4/+4
* Add unit tests for example2.owl for the canonical model computationFederico Igne2020-10-281-1/+1
* Adapt test to new `cycle` methodFederico Igne2020-10-281-3/+5
* Implement naive version of 'cycle' as in paperFederico Igne2020-10-231-17/+54
* Fix bug in computation of 'cycle' functionFederico Igne2020-10-231-1/+5
* Fix bug in conflict set computationFederico Igne2020-10-212-4/+9
* Temporary remove `roles` from RSAOntologyFederico Igne2020-10-211-7/+7
* Add some tests for canonical model computationFederico Igne2020-10-101-1/+1
* Fix bug with conflict set computationFederico Igne2020-10-101-8/+7
* Simplify ProgramGenerator constructorFederico Igne2020-10-094-16/+32
* Fix problem with testsFederico Igne2020-10-091-1/+1
* Complete generation of logic program for the canonical modelFederico Igne2020-10-064-33/+75
* Add generation of rules for safe T5 axiomsFederico Igne2020-10-051-4/+139
* Implement `cycle()` and `unfold()` methodsFederico Igne2020-10-021-1/+29
* Implement `self()` method for the computation of canonical modelsFederico Igne2020-10-021-2/+16
* Implement method to find conflicting rolesFederico Igne2020-10-011-5/+39
* Add rule generation for unsafe T5 axioms for canonical modelFederico Igne2020-09-307-34/+88
* Add generation for forward/backwards rulesFederico Igne2020-09-251-5/+34
* Add skeleton for canonical model generationFederico Igne2020-09-241-0/+57
* Add method to parse a string into a QueryFederico Igne2020-09-233-14/+16
* Add method to compute the set of individuals in an input ontologyFederico Igne2020-09-221-3/+7
* Fix RDFox query execution helperFederico Igne2020-09-222-6/+19
* Add method to compute a query's bounded varsFederico Igne2020-09-221-2/+20
* Use `App` trait instead of `main` functionFederico Igne2020-09-101-44/+38
* Add first attempt at retrieving all constants in an ontologyFederico Igne2020-09-091-1/+8
* Rename functions to follow Scala naming conventionsFederico Igne2020-09-091-4/+4
* Move reifing code under `FilteringProgram` classFederico Igne2020-09-093-113/+96
* Add full set of rules for filtering programFederico Igne2020-09-084-102/+363
* Add functions to detect class/role assertionsFederico Igne2020-09-081-14/+43
* Introduce naive fresh variable generatorFederico Igne2020-09-075-35/+45
* Fix SKOLEM function callFederico Igne2020-09-071-1/+3