aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/rsacomb/Main.scala
Commit message (Collapse)AuthorAgeFilesLines
* Add rule generation for unsafe T5 axioms for canonical modelFederico Igne2020-09-301-0/+17
|
* Add method to parse a string into a QueryFederico Igne2020-09-231-1/+3
| | | | This is using `SPARQLParser`, an undocumented class provided by JRDFox
* Use `App` trait instead of `main` functionFederico Igne2020-09-101-44/+38
|
* Move reifing code under `FilteringProgram` classFederico Igne2020-09-091-1/+1
|
* Add setup code to compute the RSA filtering programFederico Igne2020-09-071-8/+10
| | | | | Not all rules of the filtering program have been implemented, but the code for the generation and reification of the rules seems to work.
* Refactor code into different filesFederico Igne2020-08-061-0/+84
This has been done to better accommodate the code to detect all unsafe roles in an ontology.