The problem with semantic web was deeper, people had to agree on the semantics that would be formalized as triples and getting people to agree on an ongoing basis is not an easy task.
My question is, what’s the value of explicitly storing semantics as triples when the LLM can infer the semantics on runtime?
Not much tbh. I'm using markdown files as a memory bank[1] for my projects and it works well without the need to structure them in a schema/graph. But I guess one benefit of this particular memory graph implementation is its temporal aspect: searchable facts can evolve over time; i.e. what is true now and how it got here.
My question is, what’s the value of explicitly storing semantics as triples when the LLM can infer the semantics on runtime?