strixonomy-cli 0.27.0

CLI for Strixonomy (strixonomy-*) ontology indexing and querying
strixonomy-cli-0.27.0 is not a library.

strixonomy-cli

Part of Strixonomy (semantic workspace engine).

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

Prerequisites

  • Rust 1.88+ (rustup update stable; check with rustc --version)
  • ~/.cargo/bin on your PATH after cargo install

Install (pinned)

cargo install strixonomy-cli --locked --version 0.27.0

Linux x64 without Rust

Download strixonomy-v*-x86_64-unknown-linux-gnu.tar.gz from GitHub Releases and verify SHA256SUMSrelease integrity.

Quick example

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

# Requires a git repository at /path/to/repo
strixonomy diff /path/to/repo HEAD..WORKTREE
strixonomy diff --left-ref main --right-ref feature --format markdown --breaking-only
strixonomy docs /path/to/ontologies --format markdown --output ./docs-out

Semantic diff compares catalogs from git refs, directories, or workspace snapshots. See semantic diff guide.

Documentation

See crates.io for the latest published version.

License

MIT OR Apache-2.0