ontology-enrich

Validate OWL2 ontologies and enrich fields with Perplexity API citations.

14|4|Updated Nov 22, 2025
One-click install
npx skills add https://github.com/pacphi/sindri --skill ontology-enrich
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ontology-enrich
Source: https://github.com/pacphi/sindri/tree/main/docker/lib/extensions/vf-ontology-enrich/resources
Command: npx skills add https://github.com/pacphi/sindri --skill ontology-enrich

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ontology-core, requests.

What problem does it solve?

Safe, in-place enrichment and maintenance of existing ontology files with upfront OWL2 validation. This Skill ensures modifications are consistent, citations are collected, and broken references are fixed without compromising data integrity.

Core Features & Use Cases

  • OWL2 validation before any modification to prevent invalid ontologies
  • Perplexity API-based content enrichment with UK English focus and citation extraction
  • Link validation and automatic rollback on failures to preserve ontology integrity
  • Batch enrichment with rate limiting for large knowledge graphs
  • Immutable, core-backed modifications via ontology-core to preserve all fields

Quick Start

Validate an ontology file: python -m ontology_enrich.validate --file mainKnowledgeGraph/pages/AI_Agent.md Enrich a field (e.g., definition): python -m ontology_enrich.enrich --file mainKnowledgeGraph/pages/AI_Agent.md --field definition --api-key $PERPLEXITY_API_KEY Fix broken links: python -m ontology_enrich.fix_links --file mainKnowledgeGraph/pages/AI_Agent.md --auto-fix