Reference¶
Look-up material. Complete, terse, and organized by what a thing is
rather than by what you are trying to do.
- CLI reference
Every
ontoenvsubcommand and global flag.- Python API reference
The
OntoEnvclass, grouped by purpose: lifecycle, ingestion, reading, aliases, configuration.- Configuration
Every setting, its default, and how to set it from the CLI or Python.
- ViewGraph and OntoEnvStore
ViewGraphandOntoEnvStore— the read-onlyrdflibsurfaces.- Graph store protocol
The protocol a custom
graph_store=object must implement.- Generated API
Auto-generated signatures and docstrings for the whole Python module.
- Rust API
Crate documentation on docs.rs.