You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running mvn package yields the script openllet/tools-cli/target/openlletcli/bin/openllet.
From there we get
> ./openllet help
Usage: openllet <subcommand> [options] <file URI>...
Openllet command-line client, version (unreleased).
Type 'openllet help <subcommand>'forhelp on a specific subcommand.
Available subcommands:
classify
consistency
entail
explain
extract
info
lint
modularity
query
realize
trans-tree
unsat
Openllet is an OWL2 ontology (DL)reasoner.
For more information, see https://www.w3.org/TR/owl2-profiles/
This (and ./openllet help <subcommand>) is helpful but it is unclear whether all functionality is covered by the help commands. A real (auto-generated) documentation would be helpful. Ideally this documentation would also contain examples.
The text was updated successfully, but these errors were encountered:
Running
mvn package
yields the scriptopenllet/tools-cli/target/openlletcli/bin/openllet
.From there we get
This (and
./openllet help <subcommand>
) is helpful but it is unclear whether all functionality is covered by thehelp
commands. A real (auto-generated) documentation would be helpful. Ideally this documentation would also contain examples.The text was updated successfully, but these errors were encountered: