aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Fix path in examplesFederico Igne2021-06-291-3/+3
|
* Update example splitting TBox and ABoxFederico Igne2021-05-312-46/+3
|
* Add test data (ABox) for LUBM (manually merged)Federico Igne2020-11-271-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 support for data property domain axiomsFederico Igne2020-11-271-61/+61
| | | | Also reintroduce data property axioms in LUBM
* Add LUBM ontology to the examplesFederico Igne2020-11-262-0/+1468
| | | | Both the original ontology and the modified ontology are included.
* Simplify workflow for query executionFederico Igne2020-11-201-0/+9
| | | | Input query is now read from file.
* Fix typo in example 1 (Turtle file)Federico Igne2020-11-101-1/+1
|
* Rewrite example 1 in Turtle syntaxFederico Igne2020-11-102-0/+55
| | | | Personally it is better documented, easier to read and to write.
* Add unit tests for example2.owl for the canonical model computationFederico Igne2020-10-281-1/+1
|
* Add method to compute the set of individuals in an input ontologyFederico Igne2020-09-221-1/+1
|
* Add simple examplesFederico Igne2020-08-172-0/+192