Your next steps (after First success)¶
You finished First success. This page is the day-2 IDE path — edit → query → reason → save/CI — without diving into the full capability matrix yet.
Docs vs Marketplace
Read the Docs latest may describe work after the last tag. Install pins and Marketplace builds follow docs/TAGGED_RELEASE (currently 0.26.2). See Versions & channels.
1. Edit more¶
| Task | Where |
|---|---|
| Labels, parents, create/delete | Entity Inspector — Authoring |
| Complex class expressions | Manchester editor — Manchester |
| OBO terms | OBO authoring |
| Imports | Manage Imports |
2. Query¶
| Mode | Try |
|---|---|
| SQL (catalog subset) | SELECT short_name FROM classes — Query Workbench |
| SPARQL | Graph patterns — SPARQL reference |
| DL Query | Manchester class expression — DL Query honesty |
3. Reason¶
- OntoCode: Run Reasoner (or Reasoner panel) with profile
el/dl/auto. - Inspect inferred hierarchy / clashes.
- Optional: Realize cookbook.
4. Save and CI (optional)¶
Most IDE users never install the CLI. For automation:
- Linux x64: CI integration (release tarball)
- Pin:
cargo install ontocore-cli --locked --version 0.26.2— Install
Fit check before a larger pilot¶
- Known limitations
- What ships today (capability matrix)
- Protégé vs OntoCode if you already use Protégé
Related¶
- Feature tour
- Documentation index (reading-order map)
- Troubleshooting