aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump(pom): update dependencesHEADmasterdyamon2022-10-151-1/+1
* Updating dependences.Federico Igne2022-10-162-2/+2
* improve: avoid generating duplicate rules in filtering programFederico Igne2022-06-091-8/+9
* fix: forward/backward suffix for atomsFederico Igne2022-06-091-6/+7
* fix: allow modification of configs as a mutable MapFederico Igne2022-06-061-1/+1
* refactor(upperbound): improve choice functionFederico Igne2022-06-011-14/+6
* feat: implicitly propagate configs to approximationsFederico Igne2022-06-015-14/+27
* bump(pom): update dependencesv1.1.0dyamon2022-05-191-1/+1
* bump: RSAComb v1.1.0Federico Igne2022-05-193-4/+4
* refactor: RSA utilsdevelopFederico Igne2022-05-192-15/+116
* fix(lowerbound): cycle detection in approximation algorithmFederico Igne2022-05-191-11/+99
* fix: typo in RDFox queryFederico Igne2022-05-191-1/+1
* refactor(rdfox-dsl): simplify creation of Datalog rulesFederico Igne2022-05-194-14/+94
* fix(cli): handle empty list of arguments for some CLI flagsFederico Igne2022-05-191-2/+2
* refactor: move RSAOntology class under ontology packageFederico Igne2022-05-198-148/+23
* refactor: internal implementation of Ontology classFederico Igne2022-05-192-155/+420
* Refactor codeFederico Igne2022-05-092-55/+86
* Fix bug in normalisationFederico Igne2021-11-292-11/+6
* Move verbose output before importing into RDFoxFederico Igne2021-11-291-4/+4
* Fix bug caused by existential axioms with equal sub/super classFederico Igne2021-11-291-1/+2
* Ignore unparsable queries and notify the userFederico Igne2021-11-252-8/+14
* Update CITATION.cff with new DOIFederico Igne2021-11-182-4/+4
* ⬆ Update POM dependencesv1.0.0dyamon2021-11-181-1/+1
* Bump version to 1.0.0Federico Igne2021-11-182-2/+2
* Update links in README.mdFederico Igne2021-11-171-1/+1
* Fix small formatting issue on verbose outputFederico Igne2021-11-171-2/+4
* Add an optimised version of the filtering programFederico Igne2021-11-174-12/+437
* Clean up commented codeFederico Igne2021-11-171-58/+0
* Make query parsing more forgiving on syntax errorsFederico Igne2021-11-121-4/+8
* Fix bug with data/query directories as CLI argumentFederico Igne2021-11-111-6/+6
* Add support for directory of query filesFederico Igne2021-11-113-8/+27
* ⬆ Update POM dependencesdyamon2021-11-031-1/+11
* Merge remote-tracking branch 'origin/master'Federico Igne2021-11-033-1/+96
|\
| * Update POM action with custom credentialsFederico Igne2021-10-221-0/+2
| * ⬆ Update POM dependencesdyamon2021-10-221-0/+7
| * Add license to sbt projectFederico Igne2021-10-221-1/+3
| * Add GH action to update pom.xml on build.sbt updatesFederico Igne2021-10-221-0/+30
| * Add pom.xmlFederico Igne2021-10-221-0/+54
* | Add option to specify the approximation algorithm from the CLIFederico Igne2021-11-032-2/+12
* | Avoid generating a JSON string before writing to fileFederico Igne2021-11-034-19/+41
* | Drop filtering tuple table when done with a queryFederico Igne2021-11-012-84/+11
* | Update sbt assembly plugin to 1.1.0Federico Igne2021-10-311-1/+1
* | Perform fewer tests to avoid running out of memory in GH ActionsFederico Igne2021-10-311-6/+6
* | Finalise dbpedia functional testingFederico Igne2021-10-3012-12/+6086
* | Fix verbose printing of canonical model factsFederico Igne2021-10-221-1/+1
* | Setup tests for both master and developFederico Igne2021-10-213-16/+36
* | Serialise and silence output in testsFederico Igne2021-10-214-3/+13
* | Rework RDFox simulation to be more modularFederico Igne2021-10-206-40/+93
* | Add script to load debug data to RDFoxFederico Igne2021-10-055-80/+116
* | Add substitution rules in equality axiomatisationFederico Igne2021-10-041-2/+29