🧠 One answer to "how do you give agents accurate business context?": auto-build ontologies and a knowledge graph from existing data, then serve it via MCP. An open-source project from AWS.
Title: Context Ontology Accelerator (aws/context-ontology-accelerator)
URL:
A semantic context layer that gives AI agents validated business context. Three highlights stand out.
🔎 A Scan → Model → Serve pipeline
Connect diverse data sources to discover schemas and ingest documents (Scan), induce formal ontologies and build a unified knowledge graph (Model), and expose it via VKG SPARQL federation and MCP (Serve). It derives semantic structure from existing data, no manual knowledge engineering.
✅ Consistency validated by reasoning engines
HermiT and ELK validate ontology consistency, enabling rule-based checks from formal constraints. Agents query validated business rules instead of relying on memorized training data.
🏗 AWS-native and production-minded
Deployed via AWS CDK, a VKG powered by Ontop, and namespace RBAC (owner/maintainer/data-steward/data-analyst). API design via Smithy, UI in React + Cloudscape.
A solid foundation for running agents within validated context while keeping explainability.
#
KnowledgeGraph# #
AIAgents#