aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add additional tests for T5 axiom rule generationFederico Igne2020-10-231-1/+58
* Fix bug in computation of 'cycle' functionFederico Igne2020-10-231-1/+5
* Fix bug in conflict set computationFederico Igne2020-10-213-5/+23
* Temporary remove `roles` from RSAOntologyFederico Igne2020-10-211-7/+7
* Fix issue with introduction of new version of OWLAPIFederico Igne2020-10-212-17/+23
* More details in build.sbt and updated dependenciesStefano Germano2020-10-195-14/+58
* Add some tests for canonical model computationFederico Igne2020-10-102-14/+70
* Fix bug with conflict set computationFederico Igne2020-10-101-8/+7
* Add skeleton file for CanonicalModel testingFederico Igne2020-10-091-0/+46
* Simplify ProgramGenerator constructorFederico Igne2020-10-094-16/+32
* Fix problem with testsFederico Igne2020-10-093-11/+11
* 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
* Change library script permissionsFederico Igne2020-09-221-0/+0
* Add method to compute the set of individuals in an input ontologyFederico Igne2020-09-222-4/+8
* Fix RDFox query execution helperFederico Igne2020-09-223-6/+19
* Add method to compute a query's bounded varsFederico Igne2020-09-221-2/+20
* VSCode/Metals exclusionsStefano Germano2020-09-201-0/+4
* Update and comment some testsFederico Igne2020-09-102-201/+228
* 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
* Merge branch 'master' of https://github.com/KRR-Oxford/RSA-combined-approachFederico Igne2020-09-081-0/+5
|\
| * Get libs in CIStefano Germano2020-08-201-0/+5
* | 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
* | Add setup code to compute the RSA filtering programFederico Igne2020-09-076-48/+261
|/
* Add script to automatically download required libsFederico Igne2020-08-201-0/+11
* Add check for RSA graph acyclicityFederico Igne2020-08-192-44/+49
* Generalise prefixesFederico Igne2020-08-193-35/+21
* Use `rdf(..)` instead of `create(..)` to create `Atom`sFederico Igne2020-08-196-58/+76
* Add simple examplesFederico Igne2020-08-173-1/+194
* Automate query evaluation in RDFoxUtilFederico Igne2020-08-172-14/+34
* Add code to access query answers programmaticallyFederico Igne2020-08-161-12/+10
* Add build.properties fileFederico Igne2020-08-161-0/+1
* Include built-in rules in RSA checkFederico Igne2020-08-164-112/+214
* Update .gitignoreFederico Igne2020-08-161-0/+45
* Fix role unsafety checkFederico Igne2020-08-112-7/+8
* Add code to communicate with a local RDFox instanceFederico Igne2020-08-112-3/+61
* Add condition 2 for role unsafety detectionFederico Igne2020-08-081-15/+30