Manage ontology schemas, concepts, relationships, and alignments for Semantica knowledge graphs.
61
71%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./plugins/skills/ontology/SKILL.mdManage ontology definitions and validation. Usage: /semantica:ontology <task> [args]
$ARGUMENTS = task + optional ontology item or schema file.
describe <concept>Show ontology concept details.
from semantica.ontology import OntologyManager
manager = OntologyManager()
concept = manager.get_concept(concept_name)Output: properties, relationships, inherited types, and examples.
validate [--schema <file>]Validate the graph or schema against the ontology.
result = manager.validate_graph(graph=graph, schema_file=schema_file)Return: validation status, errors, and correction suggestions.
8406297
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.