ontology-logical-model-generation

ontology-logical-model-generation is a skill for Codex from SuperChason/ontology-driven-ai-data-management-skills. It costs 113 tokens per session (1,144 once invoked), scanned A, original, MIT.

A generator that turns an approved business concept model into a machine-readable ontology. An ontology formally describes concepts, properties, relationships, rules, constraints, queries, and permitted actions.

In plain words
What is it for?
Use it to create RDF/OWL models, SKOS vocabularies, SHACL validation rules, SPARQL query templates, action contracts, and model metadata from a confirmed concept model.
Why use it?
It gives software a structured representation of agreed business meaning instead of leaving that meaning only in documents or conversations. It also keeps model elements linked to their business sources and versions.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to create RDF/OWL models, SKOS vocabularies, SHACL validation rules, SPARQL query templates, action contracts, and model metadata from a confirmed concept model.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/superchason/ontology-driven-ai-data-management-skills/ontology-logical-model-generation
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add SuperChason/ontology-driven-ai-data-management-skills --skill ontology-logical-model-generation
Clone the repo
git clone --depth 1 https://github.com/SuperChason/ontology-driven-ai-data-management-skills

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ontology-logical-model-generation

README.md
[![agentmods](https://agentmods.dev/badge/skills/superchason/ontology-driven-ai-data-management-skills/ontology-logical-model-generation/github.svg)](https://agentmods.dev/skills/superchason/ontology-driven-ai-data-management-skills/ontology-logical-model-generation)
Your own site
<a href="https://agentmods.dev/skills/superchason/ontology-driven-ai-data-management-skills/ontology-logical-model-generation"><img src="https://agentmods.dev/badge/skills/superchason/ontology-driven-ai-data-management-skills/ontology-logical-model-generation/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ontology-logical-model-generation

Your own site · 80×15
<a href="https://agentmods.dev/skills/superchason/ontology-driven-ai-data-management-skills/ontology-logical-model-generation"><img src="https://agentmods.dev/badge/skills/superchason/ontology-driven-ai-data-management-skills/ontology-logical-model-generation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 113 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,144 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00113 $0.01144
Opus 5 $0.00056 $0.00572
Sonnet 5 $0.00023 $0.00229
Haiku 4.5 $0.00011 $0.00114

Measured 4d ago against content hash d51fcadd531f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

ontology-logical-model-generation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/ontology-logical-model-generation/SKILL.md · 77 lines

What it actually says

逻辑本体模型生成

方法骨架

  • 把概念模型按已确认或候选状态形式化为机器可解析的类、属性、关系、词汇、约束、规则接口和查询模板。
  • 先选择满足场景需求的最小技术组合;RDF/OWL/SKOS/SHACL/SPARQL按实际任务使用,流程、规则和权限可映射到企业现有引擎。
  • 业务语义编号和来源必须保留在逻辑元素元数据中,防止形式模型失去业务证据。
  • 候选语义与生产语义分模块或分状态发布,禁止在生成过程中把未确认内容自动升级。
  • 按交付用途执行技术自检;正式使用前进入相应技术与业务质量门。

需要形式化映射规则时读取 逻辑模型契约

执行步骤

  1. 确定形式化配置

    • 动作:选择命名空间、URI、模块、版本、依赖、序列化格式和需要的标准能力。
    • 完成标准:技术选择能够支持当前查询、校验、推理和集成需求。
  2. 生成类、属性和词汇

    • 动作:把对象、概念继承、数据属性、对象关系、术语和分类转换为逻辑元素。
    • 完成标准:元素与概念模型编号一一对应,名称和定义完整。
  3. 生成约束与规则接口

    • 动作:把数量、类型、值域、时间、一致性和权限前置约束转为 SHACL 或目标引擎可执行结构。
    • 完成标准:每条关键约束有来源、严重级别和测试样本。
  4. 生成查询和动作接口

    • 动作:为 Agent 关键任务建立查询模板,并为动作保留输入、输出、前置、效果和权限契约。
    • 完成标准:每项关键任务至少有可验证的模型访问路径。
  5. 生成元数据与追溯

    • 动作:记录模型标识、版本、状态、适用范围、责任、依赖和语义来源。
    • 完成标准:逻辑元素能够回溯场景语义、概念视图和证据。
  6. 执行生成后自检

    • 动作:解析文件并检查名称、引用、孤立元素、依赖和候选隔离,生成待独立审核的问题单。
    • 完成标准:文件可解析,自检结果不冒充独立质量结论。

固定输出

  • 本体命名空间、URI 和模块规则
  • RDF/OWL 类、属性和关系模型
  • SKOS 术语和分类模型
  • SHACL 约束模型
  • 规则或决策表的目标实现映射
  • SPARQL 查询模板
  • Action 契约和权限引用
  • 模型元数据、版本和依赖
  • 语义—逻辑元素追溯表
  • 生成后自检报告与独立审核输入

使用边界

  • 业务语义来源不明、冲突未裁决或概念模型未确认时,隔离受影响元素,列出假设或冲突分支,继续可完成的草稿生成和技术验证;不赋予其生产效力。
  • SWRL、OWL-S、ODRL、BPMN 等根据目标平台选择,不设为所有场景必交格式。
  • SHACL 用于数据图约束,规则引擎、流程引擎和 IAM 继续承担各自运行职责。
  • 自检结果只支持其检查范围;生产准入仍需项目规定的独立质量审核和真实业务用例,候选交付无需等待这些外部环节。

相关 Skills

  • depends-onontology-conceptual-model-design
  • feeds-intodata-to-ontology-mapping-and-instantiationontology-model-multilayer-quality-gate

审计信息

  • 首次公开版本:2026-08-31
  • 来源说明:结合开放语义标准和企业本体工程实践独立整理。
Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago Changed · +17 tokens per session d51fcadd531f
  2. 8d ago First seen · 77 lines · 96 tokens per session scan A 2eac047bc2ce

Subscribe to this mod's changes

ontology-logical-model-generation is a skill published in the GitHub repository SuperChason/ontology-driven-ai-data-management-skills (10 stars, last pushed 5d ago), licensed MIT. It adds 113 tokens to every session and 1,144 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.

Related

Other skills, from other repositories

open-ontologies

AI-native ontology engineering using 50+ MCP tools backed by an in-memory Oxigraph triple store. Build, validate, query, and govern RDF/OWL ontologies with a generate-validate-iterate loop. Use when building ontologies, knowledge graphs, RDF data, SPARQL queries, BORO/4D modeling, SHACL validation, clinical…

fabio-rovai/open-ontologies · 110 tokens

mykg

Run mykg knowledge-graph commands inside Claude Code from one slash command /mykg. The user describes intent in natural language (extract, append, sync, resume, approve, walkthrough, parse-docs, fetch-web, query); the skill parses intent, builds the right mykg CLI command from the live --help output, confirms, runs…

SenolIsci/mykg · 175 tokens

ontology-ontology-architect

Design a domain ontology from evidence using layered modeling, stable concept definitions, explicit relations, SKOS-first structure, and selective OWL formalization with recorded modeling decisions.

Mokee04/ontology_research · 39 tokens

graphify

Use for any question about a codebase, its architecture, file relationships, or project content — especially when graphify-out/ exists, where the question should be treated as a graphify query first. Turns any input (code, docs, papers, images, videos) into a persistent knowledge graph with god nodes, community…

Graphify-Labs/graphify · 76 tokens

graph-mutation-plan

Cookbook for composing an applygraphmutations plan — stable entitykey patterns, the canonical label/edge vocabulary, evidence/invalidation/confidence discipline, and a worked example. Load this when building a non-trivial mutation plan.

potpie-ai/potpie · 51 tokens

understand-knowledge

Analyze a Karpathy-pattern LLM wiki knowledge base and generate an interactive knowledge graph with entity extraction, implicit relationships, and topic clustering.

Egonex-AI/Understand-Anything · 32 tokens