Meeting Nestor at CDL25
Earlier this year, I discovered Larry Swanson podcast on Knowledge Graphs.
One of the first episodes I listened to was with George Anadiotis
Six months later, I finally met George in person. And not just George!
Amy Hodler from GraphGeeks was there too, hosting an excellent event on graph technologies.
I’m still quite new to the graph tech world.
My initial interest came from exploring how graphs can support legal reasoning and inference in LLMs, mainly because graphs help introduce logic, determinism, and reduce hallucinations.
But this event (and the people there) helped me understand how much broader the applications really are.
One of the first things I learned was that graph technologies largely fall into two families:
Label-Property Graphs (LPG) and RDF.
With the help of the experts onsite, I explored the most common use cases for each.
For LPG (structured knowledge):
• Pattern recognition
– Finance: fraud detection, anti-fraud behavior chains (something SQL can’t trace)
– Compliance & risk: the London Stock Exchange uses LPG to trace paths leading to risk concentration for DORA compliance
• Route / path finding
– Cybersecurity: mapping exploit paths
– Supply chain: modelling supply routes and comparing alternatives
– Incident analysis: understanding causal chains inside complex systems
For RDF (built for meaning and semantics):
• Domain modeling and knowledge engineering
• AI memory architectures
There were also discussions about hybrid approaches where both frameworks work together:
Natural language query → grounded semantically with RDF → executed through an LPG engine.
In practice, this looks like:
LLMs providing the interface, RDF providing the semantics, and LPG providing the performance.
A powerful combination for building the next generation of intelligent systems.
Thank you George, Amy, Maja and everyone else for the insights and conversations.
And thanks to GraphGeeks and Connected Data for bringing such a strong community together.