ontoindex-cli 0.6.0

CLI for OntoIndex ontology indexing and querying
ontoindex-cli-0.6.0 is not a library.

ontoindex-cli

Command-line interface for OntoIndex — index ontology workspaces, run SQL/SPARQL queries, validate, patch Turtle files, and classify with OntoLogos.

Install

cargo install ontoindex-cli --locked

Quick example

ontoindex inspect /path/to/ontologies
ontoindex query /path/to/ontologies "SELECT short_name FROM classes"
ontoindex validate /path/to/ontologies
ontoindex classify /path/to/ontologies --profile el --format json

Documentation

License

MIT OR Apache-2.0