Oracle has ontology support and 'trusted answer search'.
Of course, Oracle has ontology support and 'trusted answer search'.
It's more substantial than you think. Oracle has had native RDF, OWL inference, and SPARQL support in its database since 2007, predating most dedicated triplestores that are household names today. With Oracle 23ai they added SQL/PGQ (ISO standard property graph queries in plain SQL), integrated vector search, and LLM-based triple extraction from unstructured documents. Basically, full scale multi-modal.
At the same time, they have no story around intelligent document ingestion, ontology-guided extraction pipelines, or structured LLM output with validation. Their LLM integration is demonstrator-level. The interesting divide in this space is not RDF vs LPG anymore. It's between systems that store knowledge and systems that build it.
Oracle owns the first category at enterprise scale. The second is (I mentioned it many times) wide open.
https://lnkd.in/eEA72bXH
#KnowledgeGraphs #Semantics #Ontology #EnterpriseAI #GraphDatabase #Oracle
Oracle has ontology support and 'trusted answer search'.
The new Microsoft Fabric IQ semantic layer ships with an ontology of business entities, relationships, rules and actions, a native graph engine for multi-hop reasoning, and an MCP server so AI agents can discover and act on that semantic context.
Building Agentic Memory on Graphs — Reality Check
“Agentic memory on graphs” is quickly becoming a buzzword.
But in practice, we are still very early. After winning the NVIDIA Hackathon with our VoiceApp solution (https://lnkd.in/dRuiyDKu) — where we used graphs as agentic memory — I hit a wall.
The uncomfortable realization:
👉 Triples are not enough.
👉 Named entities are not enough.
👉Just tracking the flow is also not enough, you have Langgraph state for it!
These graphs structure data… but they do not necessarily capture meaning.
Even when pushing knowledge graphs further, I kept running into the same limitations: Complex, multi-dimensional relationships (especially in causal systems), Context that evolves across time, actors, and layers, dependencies between relationships, edges depending on edges and nodes having subnodes?
In real-world client scenarios, this complexity is the norm—not the exception.
And traditional graph models struggle to reflect it.
💡 Accenture slogan is Reinvent. The shift in perspective.
Everything started to click when I came across the work of Volodymyr Pavlyshyn on metagraphs.
Traditional graphs (and even hypergraphs) still fall short when modeling:
relationships between relationships, multi-entity interactions, hierarchical and temporal context. You need metagraphs to make it work.
Metagraphs break the rigid structure of classical graphs: Edges can connect sets of nodes to sets of nodes. Edges themselves can be treated as first-class entities. Relationships can have other relationships. Everything is a graph, there is distinction any more between nodes and egdes, only the context matters! Mind blowing death of the rigid Ontology!
This is exactly what agentic systems need for real memory. If we want agents to: reason across contexts, handle causality, build long-term, structured memory …then we must go beyond:
- triples
- entity extraction
- static schemas
Because real-world knowledge is:
- non-linear
- nested
- multi-layered
And our data structures need to reflect that.
⚠️ The current gap
There is still no mature, out-of-the-box technology that fully supports this paradigm. But what is exciting:
👉 Practical workarounds are offered in Volodymyr's book:
from extending graph DBs (e.g., Neo4j-style abstractions)
to modeling metagraph concepts directly in SQL or hybrid systems
📚 Final thought
We are at the same point with agentic memory as we were with knowledge graphs for AI a few years ago:
👉 The idea is ahead of the tooling.
Metagraphs might be one of the missing pieces
to move from structured data → machine-understandable meaning.
Highly recommend digging into this space.
🔖 Hashtags
#AgenticAI #KnowledgeGraphs #ArtificialIntelligence #GraphData #CausalAI #Metagraph #AIEngineering #LLM #DataModeling #neo4j #nvidia
Keep It Simple with Knowledge Organization Systems (KIS-KOS) | LinkedIn
Background For full disclosure: I have spent the last twenty years inside knowledge graphs and their predecessors. Around 2005 I read Sir Tim Berners-Lee's 2001 Scientific American paper on the Semantic Web — the idea that the web should link not just documents but the things documents describe, so
Why Building a Semantic Layer Without a Validated Use Case Is Dangerous
Why Building a Semantic Layer Without a Validated Use Case Is Dangerous
Many organizations build a semantic layer such as an ontology or knowledge graph simply because it feels strategic or forward thinking. Yet without validating real customer questions first, it becomes one of the most expensive anti patterns in data management.
The Core Danger Solution in Search of a Problem
A semantic layer is an abstraction. It defines entities, relationships, and rules. Without a validated use case you cannot decide which entities matter, at what granularity, or which rules must be enforced.
The outcome is predictable
- Over engineering model everything and slow down progress.
- Under engineering miss essential relationships and fail to answer business questions.
Both create structures that look impressive but fail to deliver business value.
The Myth Hidden Insights Will Appear Automatically
Connecting data alone does not create insight. Without business context, knowledge graphs often surface irrelevant or misleading results.
| Risk | Description |
|------|--------------|
| False signals | Apparent correlations without causal meaning. |
| Insight overload | Thousands of trivial findings with no priority. |
| Fragmentation paradox | Poor alignment produces inconsistent subgraphs and new silos. |
A Healthy Customer Driven Process
Customer Decision Need → Competency Question → Minimal Ontology → Query → Validation → Iterate
The knowledge graph is never the starting point. The real customer need always comes first.
The Bottom Line
- Do not build semantic layers without validated use cases.
- Validation comes from real customer questions that represent decisions.
- A knowledge graph cannot validate itself; it is a reasoning tool, not a measure of value.
- Start small, deliver proof, then expand. Trust is earned through useful answers, not elegant models.
👉 Follow me for Knowledge Management and Neuro Symbolic AI daily nuggets
👉 Join my group for more insights and community discussions [Join the Group](https://lnkd.in/d9Z8-RQd)
#KnowledgeGraphs #OntologyEngineering #SemanticAI #KnowledgeManagement #NeuroSymbolicAI #AIEngineering #ExplainableAI #DataGovernance
A formal proof published last month at arXiv proves that every vector database, every RAG system, and every embedding-based knowledge graph will eventually forget what you stored in it. It does not say symbolic knowledge graphs forget.
Ebbinghaus, H. (1885). Über das Gedächtnis. Translated as Memory: A Contribution to Experimental Psychology (1913). Original power-law forgetting curve
Roediger, H. L., & McDermott, K. B. (1995). Creating false memories: Remembering words not presented in lists. Journal of Experimental Psychology: Learning, Memory, and Cognition, 21(4), 803-814. DRM paradigm reference
O'Reilly forthcoming book "Agentic Graph Architecture": Chapter 4 (Memory) treats the proof class boundary as a substrate-decision primitive
- The Geometry of Forgetting (arXiv:2604.06222): https://arxiv.org/abs/2604.06222- The Price of Meaning: Why Every Semantic Memory System Forgets (arXiv:2603.27116): https://arxiv.org/abs/2603.27116- Ebbinghaus, H. (1885). Über das Gedächtnis. Translated as Memory: A Contribution to Experimental Psychology (1913). Original power-law forgetting curve- Roediger, H. L., & McDermott, K. B. (1995). Creating false memories: Remembering words not presented in lists. Journal of Experimental Psychology: Learning, Memory, and Cognition, 21(4), 803-814. DRM paradigm reference- W3C SPARQL 1.2 Query Language (2025): https://www.w3.org/TR/sparql12-query/- W3C SHACL Shapes Constraint Language: https://www.w3.org/TR/shacl/- Cypher Property Graph Query Language (openCypher specification): https://opencypher.org/- O'Reilly forthcoming book "Agentic Graph Architecture": Chapter 4 (Memory) treats the proof class boundary as a substrate-decision primitive
The more I use coding agents, the more I think the agent harness is starting to look like a repeat of the Git pattern
This shows that, as usual, it’s all about graphs 🙂 in Git, the state represents code stages; in an agent, it represents reasoning or context state; and in knowledge graphs, it represents structured knowledge and its relationships.
This shows that, as usual, it’s all about graphs 🙂 in Git, the state represents code stages; in an agent, it represents reasoning or context state; and in knowledge graphs, it represents structured knowledge and its relationships.
Palantir didn't reinvent ontology. They just quietly redefined what the word means in enterprise software and most people arguing about it haven't noticed
A Unified Benchmark for Evaluating Knowledge Graph Construction Methods and Graph Neural Networks
Knowledge graphs automatically constructed from text are increasingly used in real-world applications. However, their inherent noise, fragmentation, and semantic inconsistencies significantly...
Ontology and semantic technologies in risk and security
As requested, these are the slides of the invited talk I gave yesterday in the event "Ontology, AI, and Cybersecurity" organized by Zequan Huang and Antoine Leblanc at the University of Paris I: Panthéon-Sorbonne. Unfortunately, I could not be there in presence but I had a great time interacting with the audience (great questions!).
My presentation covers a number of interesting things that have been developed at Semantics, Cybersecurity, and Services (SCS)/University of Twente over the years. This includes UFO(https://lnkd.in/dWeGR7P5) but also work championed by Ítalo Oliveira, Stefano Nicoletti, Thijs van Ede, Rodrigo F. Calhau and Tiago Prince Sales
Relevant papers here include: https://lnkd.in/dvZHu5p5, https://lnkd.in/dBgmCtCk, https://lnkd.in/e47bZvRN, https://lnkd.in/eEm_ajj9, https://lnkd.in/dzKnM7zT, https://lnkd.in/eAdcBJcD, https://lnkd.in/e2axrW7Z
Great initiative and thanks for the invitation, folks!
Hope to be able to visit the Sorbonne soon!
#Ontology #ontologies #AI #cybersecurity #security #risk #riskpropagation #riskmanagement #riskpropagationgraphs