Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: move RSAOntology class under ontology package | Federico Igne | 2022-05-19 | 1 | -0/+1 |
| | |||||
* | Fix issue where not all roles where considered for top axiomatisation | Federico Igne | 2021-10-04 | 1 | -1/+1 |
| | |||||
* | Make canonical model generation parametric over named graph | Federico Igne | 2021-10-01 | 1 | -14/+21 |
| | |||||
* | Add new fresh data factory | Federico Igne | 2021-08-06 | 1 | -6/+6 |
| | | | | This will help write more significant test. | ||||
* | Merge branch 'approximation'v0.2.0 | Federico Igne | 2021-07-27 | 1 | -2/+2 |
|\ | |||||
| * | Review main workflow | Federico Igne | 2021-07-22 | 1 | -1/+1 |
| | | |||||
| * | Generalize dependency graph generation | Federico Igne | 2021-07-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | The code to generate the dependency graph has been moved in the companion object of the generic OWL 2 ontology wrapper Ontology. This signals that we could potentially build a dependency graph for any ontology (and not only RSA ontology). Moreover, a dependency graph can be build for an Ontology object or an arbitrary TBox and Abox. | ||||
* | | Add Apache License 2.0 | Federico Igne | 2021-06-30 | 1 | -0/+16 |
|/ | |||||
* | Prepare code for double-blind submissionv0.1.0 | Federico Igne | 2021-04-15 | 1 | -4/+0 |
| | |||||
* | Add ontology normalizer | Federico Igne | 2021-02-04 | 1 | -1/+3 |
| | | | | | This also allows to define ontology approximations to RSA in a simple way. | ||||
* | Delay import of data files (#7) | Federico Igne | 2021-01-30 | 1 | -77/+5 |
| | | | | | This should partially solve the issue with data import through OWLAPI being too slow. | ||||
* | Simplify top axiomatization as shown in #7 | Federico Igne | 2021-01-26 | 1 | -43/+84 |
| | |||||
* | Fix bug for OWLObjectSubPropertyOfAxiom | Federico Igne | 2020-12-08 | 1 | -5/+4 |
| | | | | | A version of the rule with an empty suffix was missing. Note that this is not completely clear from the paper. | ||||
* | Rework skolemization strategies | Federico Igne | 2020-12-04 | 1 | -15/+7 |
| | | | | | | In particular `ConstantRSA` has been removed, since it was *not* a skolemization strategy. The case for extra atoms generation previously handled by `ConstantRSA` is not dealt with inside the RSA check. | ||||
* | Adapt canonical model computation to new RDFox converter | Federico Igne | 2020-12-02 | 1 | -72/+61 |
| | | | | | When it comes to the canonical model, now facts are imported as facts in RDFox. | ||||
* | Turn implicit classes wrappers into objects | Federico Igne | 2020-11-24 | 1 | -2/+2 |
| | |||||
* | Move NI instantiation in FilteringProgram | Federico Igne | 2020-11-19 | 1 | -11/+8 |
| | |||||
* | Reorganize project with Java-like folder structure | Federico Igne | 2020-11-18 | 1 | -0/+284 |