aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/rsacomb/RDFoxUtil.scala
Commit message (Collapse)AuthorAgeFilesLines
* Simplify ProgramGenerator constructorFederico Igne2020-10-091-4/+11
| | | | | If we pass the whole ontology there is no need to also provide the set of unsafe roles.
* Add method to parse a string into a QueryFederico Igne2020-09-231-1/+12
| | | | This is using `SPARQLParser`, an undocumented class provided by JRDFox
* Fix RDFox query execution helperFederico Igne2020-09-221-6/+11
|
* Add setup code to compute the RSA filtering programFederico Igne2020-09-071-1/+5
| | | | | Not all rules of the filtering program have been implemented, but the code for the generation and reification of the rules seems to work.
* Use `rdf(..)` instead of `create(..)` to create `Atom`sFederico Igne2020-08-191-2/+7
|
* Automate query evaluation in RDFoxUtilFederico Igne2020-08-171-0/+22
|
* Include built-in rules in RSA checkFederico Igne2020-08-161-0/+42