ontology

GitHub

管理 Semantica 知识图谱的本体模式、概念、关系和对齐。支持描述本体概念详情及验证图或模式是否符合本体定义,提供错误纠正建议。

plugins/skills/ontology/SKILL.md semantica-agi/semantica

触发场景

查询本体概念详细信息 验证知识图谱或Schema文件与本体的合规性

安装

npx skills add semantica-agi/semantica --skill ontology -g -y
更多选项

非标准路径

npx skills add https://github.com/semantica-agi/semantica/tree/main/plugins/skills/ontology -g -y

不安装直接使用

npx skills use semantica-agi/semantica@ontology

指定 Agent (Claude Code)

npx skills add semantica-agi/semantica --skill ontology -a claude-code -g -y

安装 repo 全部 skill

npx skills add semantica-agi/semantica --all -g -y

预览 repo 内 skill

npx skills add semantica-agi/semantica --list

SKILL.md

Frontmatter
{
    "name": "ontology",
    "description": "Manage ontology schemas, concepts, relationships, and alignments for Semantica knowledge graphs."
}

/semantica:ontology

Manage 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.

版本历史

  • 9094f1e 当前 2026-07-05 09:26

同 Skill 集合

.claude/skills/semantica/SKILL.md
plugins/skills/causal/SKILL.md
plugins/skills/change/SKILL.md
plugins/skills/decision/SKILL.md
plugins/skills/deduplicate/SKILL.md
plugins/skills/explain/SKILL.md
plugins/skills/export/SKILL.md
plugins/skills/extract/SKILL.md
plugins/skills/ingest/SKILL.md
plugins/skills/policy/SKILL.md
plugins/skills/provenance/SKILL.md
plugins/skills/query/SKILL.md

元信息

文件数
0
版本
adb6878
Hash
b259570e
收录时间
2026-07-05 09:26

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-13 22:48
浙ICP备14020137号-1 $访客地图$