onto_validate | After generating or modifying Turtle -- always validate first |
onto_load | After validation passes -- loads into triple store |
onto_stats | After loading -- sanity check on counts |
onto_lint | After loading -- catches missing labels, domains, ranges |
onto_query | Verify structure, answer competency questions |
onto_diff | Compare against a reference or previous version |
onto_save | Persist ontology to a file |
onto_convert | Convert between formats (Turtle, N-Triples, RDF/XML, N-Quads, TriG) |
onto_clear | Reset the store before loading a different ontology |
onto_pull | Fetch ontology from a remote URL or SPARQL endpoint |
onto_push | Push ontology to a SPARQL endpoint |
onto_import | Resolve and load owl:imports chains |
onto_version | Save a named snapshot before making changes |
onto_history | List saved version snapshots |
onto_rollback | Restore a previous version |
onto_ingest | Parse structured data into RDF and load into store |
onto_map | Generate mapping config from data schema + ontology |
onto_shacl | Validate data against SHACL shapes |
onto_reason | Run RDFS or OWL-RL inference |
onto_extend | Full pipeline: ingest, SHACL validate, reason |
onto_plan | Show added/removed classes, blast radius, risk score |
onto_apply | Apply changes in safe or migrate mode |
onto_lock | Protect production IRIs from removal |
onto_drift | Compare versions with rename detection |
onto_enforce | Design pattern checks: generic, boro, value_partition, or custom |
onto_monitor | Run SPARQL watchers with threshold alerts |
onto_monitor_clear | Clear blocked state after resolving alerts |
onto_crosswalk | Look up clinical terminology mappings (ICD-10, SNOMED, MeSH) |
onto_enrich | Add skos:exactMatch triples linking to clinical codes |
onto_validate_clinical | Check class labels against clinical terminology |
onto_align | Detect alignment candidates between two ontologies |
onto_align_feedback | Accept/reject alignment candidates for self-calibrating weights |
onto_lineage | View session lineage trail (plan, enforce, apply, monitor, drift) |
onto_lint_feedback | Accept/dismiss lint issues to teach suppression |
onto_enforce_feedback | Accept/dismiss enforce violations to teach suppression |
onto_unload | Unload from memory. With name targets a specific cached entry; delete_cache=true also removes the on-disk file |
onto_recompile | Re-parse the source. With name rebuilds a non-active cached entry without disturbing the active in-memory store |
onto_cache_status | Inspect compile cache: active slot, all entries, effective [cache] config |
onto_cache_list | List cached ontologies with metadata (is_active, in_memory, mtime, size) |
onto_cache_remove | Remove a cached ontology by name (pass delete_file=false to keep the on-disk N-Triples) |
onto_repo_list | List RDF/OWL files in configured [general] ontology_dirs directories |
onto_repo_load | Load an ontology from a configured repo by bare name, relative path, or absolute path |
onto_status | Server health / loaded triple count |
onto_marketplace | Browse / install standard ontologies from the curated catalogue |
onto_dl_check | Check subClass ⊑ superClass via DL tableaux |
onto_dl_explain | Explain why a class is unsatisfiable (DL clash trace) |
onto_embed | Generate text + Poincaré structural embeddings for all classes |
onto_search | Natural-language query → most-similar classes |
onto_similarity | Cosine + Poincaré distance between two IRIs |
onto_import_schema | Introspect PostgreSQL or DuckDB schema → generate OWL classes/properties/cardinality |
onto_sql_ingest | Run SQL SELECT against PostgreSQL or DuckDB → RDF (DuckDB enables federation over CSV/Parquet/JSON/HTTPFS/postgres-scanner via its extensions) |