aboutsummaryrefslogtreecommitdiff
path: root/examples/lubm
Commit message (Collapse)AuthorAgeFilesLines
* 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.