| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix bug for data property translation | Federico Igne | 2020-12-07 | 1 | -1/+1 |
| | | |||||
| * | Update README.md | Federico Igne | 2020-12-07 | 1 | -0/+3 |
| | | |||||
| * | Change ConjunctiveQuery constructors interface | Federico Igne | 2020-12-07 | 5 | -21/+21 |
| | | | | | | One of the object constructor was returning an Option. It was weird to have a constructor that would not always return an object. | ||||
| * | Update answers pretty printer | Federico Igne | 2020-12-07 | 2 | -4/+9 |
| | | |||||
| * | Change answer pritty printer to use CSV-like syntax | Federico Igne | 2020-12-06 | 2 | -18/+32 |
| | | |||||
| * | Temporarily ignore tests involving `cycle` computation | Federico Igne | 2020-12-06 | 1 | -4/+4 |
| | | | | | | This is done because `cycle` is being reworked from a theoretical point of view at the moment. | ||||
| * | Add support for data property assertion axioms (OWLDataPropertyAssertionAxiom) | Federico Igne | 2020-12-06 | 2 | -8/+95 |
| | | |||||
| * | Reintroduce previous implementation of `cycle` | Federico Igne | 2020-12-06 | 1 | -29/+32 |
| | | | | | | At the time of writing, the naïve implementation of `cycle` produces too many rules, which are not efficiently handled by RDFox. | ||||
| * | Add method to retrieve diagnostics from RDFox | Federico Igne | 2020-12-06 | 1 | -0/+15 |
| | | |||||
| * | Fix axiom skolemization | Federico Igne | 2020-12-04 | 3 | -65/+59 |
| | | | | | | | Skolemization should be uniquely bound to the axiom being skolemized. When an axiom is a shortcut for a set of axioms, the skolemization strategy should be updated with the new axiom(s). | ||||
| * | Simplify duplication of skolemization strategy | Federico Igne | 2020-12-04 | 1 | -6/+10 |
| | | |||||
| * | Rework skolemization strategies | Federico Igne | 2020-12-04 | 11 | -236/+190 |
| | | | | | | | 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. | ||||
| * | Merge branch 'rdfox-converter' into master | Federico Igne | 2020-12-02 | 9 | -162/+833 |
| |\ | |||||
| | * | Make filtering program generate/load facts as facts | Federico Igne | 2020-12-02 | 3 | -16/+26 |
| | | | |||||
| | * | Move datalog rules generation for RSA check to new RDFox generator | Federico Igne | 2020-12-02 | 1 | -28/+47 |
| | | | |||||
| | * | Fix tests failing due to recent changes | Federico Igne | 2020-12-02 | 2 | -39/+86 |
| | | | |||||
| | * | Adapt canonical model computation to new RDFox converter | Federico Igne | 2020-12-02 | 3 | -118/+105 |
| | | | | | | | | | | | When it comes to the canonical model, now facts are imported as facts in RDFox. | ||||
| | * | Unify upload of rules and facts to RDFox datastore | Federico Igne | 2020-12-02 | 1 | -4/+24 |
| | | | | | | | | | This will also help if/when we are implementing transactions. | ||||
| | * | Add implicit convertion to Java Collections | Federico Igne | 2020-12-02 | 1 | -0/+4 |
| | | | |||||
| | * | Add alternative conversion of axioms using switch-cases | Federico Igne | 2020-12-01 | 2 | -0/+584 |
| |/ | | | | | | This is part of an effort to move away from the Java-style visitor pattern pushed by the OWLAPI and RDFox. Using a Scala approach will allow us to be more flexible in the long run. | ||||
| * | Temporary add tests folder to .gitignore | Federico Igne | 2020-12-01 | 1 | -0/+1 |
| | | | | | This is until the testing suite is ready to run on the server. | ||||
| * | Add implicit convertion from Java Sets/Collections to Lists | Federico Igne | 2020-12-01 | 1 | -0/+8 |
| | | |||||
| * | Cleanup converters code | Federico Igne | 2020-12-01 | 3 | -6/+5 |
| | | |||||
| * | Fix bug on argument validation | Federico Igne | 2020-11-30 | 1 | -1/+1 |
| | | |||||
| * | Add test data (ABox) for LUBM (manually merged) | Federico Igne | 2020-11-27 | 1 | -0/+137381 |
| | | | | | | | | | | | | This data has been generated with the following $ java edu.lehigh.swat.bench.uba.Generator -univ 1 -index 0 -seed 0 -onto "http://swat.cse.lehigh.edu/onto/univ-bench.owl" and manually merged. Note that merging ontologies is not required anymore and the system will take care of it. | ||||
| * | Add ability to pass multiple ontology files on the commandline | Federico Igne | 2020-11-27 | 2 | -15/+18 |
| | | |||||
| * | Add support for data property domain axioms | Federico Igne | 2020-11-27 | 4 | -62/+116 |
| | | | | | Also reintroduce data property axioms in LUBM | ||||
| * | Add LUBM ontology to the examples | Federico Igne | 2020-11-26 | 2 | -0/+1468 |
| | | | | | Both the original ontology and the modified ontology are included. | ||||
| * | Add ability to convert domain/range axioms for object properties | Federico Igne | 2020-11-26 | 1 | -3/+29 |
| | | | | | | They have a straightforward translation into the supported normal form proposed in the paper. | ||||
| * | Turn implicit classes wrappers into objects | Federico Igne | 2020-11-24 | 6 | -12/+15 |
| | | |||||
| * | Rename `RDFoxHelpers` to `RDFoxUtil` | Federico Igne | 2020-11-24 | 6 | -21/+21 |
| | | | | | For a more consistent naming. | ||||
| * | Rework filtering program generation | Federico Igne | 2020-11-24 | 3 | -340/+129 |
| | | |||||
| * | Include BCQ case in filtering program generation | Federico Igne | 2020-11-23 | 3 | -305/+316 |
| | | | | | The FilteringProgram module has been slightly reworked. | ||||
| * | Remove duplicate creation of RDFox datastores | Federico Igne | 2020-11-23 | 3 | -32/+20 |
| | | |||||
| * | Rename `boolean` as `bcq` | Federico Igne | 2020-11-23 | 4 | -12/+11 |
| | | |||||
| * | Add Acknowledgements/Credits sections to README.md | Federico Igne | 2020-11-23 | 1 | -0/+8 |
| | | |||||
| * | Update RSAOntology interface for query answering | Federico Igne | 2020-11-20 | 2 | -28/+61 |
| | | |||||
| * | Simplify workflow for query execution | Federico Igne | 2020-11-20 | 4 | -218/+130 |
| | | | | | Input query is now read from file. | ||||
| * | Integrate new ConjunctiveQuery in filtering program computation | Federico Igne | 2020-11-19 | 3 | -34/+15 |
| | | |||||
| * | Add wrapper class for (boolean) conjunctive queries | Federico Igne | 2020-11-19 | 9 | -95/+466 |
| | | |||||
| * | Move NI instantiation in FilteringProgram | Federico Igne | 2020-11-19 | 5 | -45/+39 |
| | | |||||
| * | Update README.md | Federico Igne | 2020-11-19 | 1 | -3/+3 |
| | | |||||
| * | Update README.md | Federico Igne | 2020-11-19 | 1 | -7/+10 |
| | | |||||
| * | Update README.md | Federico Igne | 2020-11-19 | 1 | -5/+32 |
| | | |||||
| * | Reorganize project with Java-like folder structure | Federico Igne | 2020-11-18 | 20 | -41/+56 |
| | | |||||
| * | Rename internal predicate "EquivTo" to "congruent" | Federico Igne | 2020-11-18 | 3 | -13/+13 |
| | | |||||
| * | Change IRI prefix for internal resources | Federico Igne | 2020-11-18 | 2 | -9/+5 |
| | | |||||
| * | Rework RSA as a utility object | Federico Igne | 2020-11-18 | 18 | -565/+591 |
| | | |||||
| * | Remove implicit RSAOntology conversion | Federico Igne | 2020-11-17 | 7 | -665/+624 |
| | | | | | | | This was causing problems without giving any significant advantage. Now it will be easier to refactor classes like RSA, RSAOntology, CanonicalModel. | ||||
| * | Rename RDFTriple to RSAAtom | Federico Igne | 2020-11-17 | 1 | -0/+0 |
| | | |||||
