Start here¶
You can be successful with OntoCode/OntoCore in 5–15 minutes if you follow one path below.
Primary path for most users: First success (~10 min).
Which artifact?¶
| I want to… | Start here |
|---|---|
| Edit ontologies in VS Code | First success · Install VS Code |
| Validate / query in CI | Getting started (CLI) |
| Embed in Rust | Rust library guide |
| Compare products | Which artifact (detail) |
Read Known limitations before a large evaluation.
When not to use OntoCode (today)¶
- You need OWL/XML or RDF/XML in-place write-back — edit as Turtle/OBO or use Protégé.
- You need full SQL (JOINs,
ORDER BY,LIKE) — use catalog SQL (subset) or SPARQL instead. - You need a stable, semver-guaranteed plugin API or production owlmake integration without subprocess scaffolding — plugin host MVP shipped in v0.14 (Plugin authoring); ecosystem hardening is v1.0.
Canonical matrix: What ships today · Known limitations.
Path A — VS Code IDE (recommended for most users)¶
- Complete the tutorial: First success (~10 min)
- Confirm your formats: Supported formats
- Learn the core workflows:
- Editing: Authoring guide
- Query: Query Workbench
- Reasoning: Reasoner guide
- Imports: Manage Imports
Then (optional): Feature tour · Install options · Manchester editor · Refactoring
If something doesn’t work:
Path B — CI / CLI (recommended for automation and evaluation)¶
- Install + run your first command: Getting started
- Run a CI gate locally:
ontocore validate /path/to/ontologies- Optional:
ontocore classify /path/to/ontologies --profile el --format json - Wire into CI: CI integration
- Know your limits: Workspace limits and Performance and sizing
- Decide what’s safe to automate: Automation and stability
If you plan to embed OntoCore or integrate via LSP:
- Rust: Rust library guide
- LSP: LSP API (and schema)
If you’re evaluating adoption¶
Read these in order:
Supported since v0.10+¶
- Multi-root workspaces: All workspace folders are indexed on open. Manual Index Workspace may prompt you to pick a folder when multiple roots are open.