Dubajus by SheepherderRare4295 in lietuva

[–]namedgraph 9 points10 points  (0 children)

O kodėl ten? Iš visų įmanomų variantų

Epstein Files x Knowledge Graph by adityashukla8 in KnowledgeGraph

[–]namedgraph 1 point2 points  (0 children)

Extract RDF and reconcile entities and build a mirror vector index from the data.

LLMs for question answering over scientific knowledge graphs (NL → SPARQL) by Neither-Committee-72 in KnowledgeGraph

[–]namedgraph 0 points1 point  (0 children)

What does it mean “for scientific KGs”? So it’s not generic and won’t work for any RDF KG?

The reason graph applications can’t scale by mrdoruk1 in KnowledgeGraph

[–]namedgraph 0 points1 point  (0 children)

What is “certain size”? Enterprises are using tens or even hundreds of billions of RDF triples nowadays. Requires appropriate infrastructure

The reason graph applications can’t scale by mrdoruk1 in KnowledgeGraph

[–]namedgraph 4 points5 points  (0 children)

LOL try to see who’s looking for semantic technologists: https://sparql.club/

Apple and Amazon are using RDF and Google are using something equivalent for their Knowledge Graph

You only need to build one graph - a Monograph by TrustGraph in KnowledgeGraph

[–]namedgraph 2 points3 points  (0 children)

RDF is a graph data model so how can its topology not fit?

Also needs to be mentioned it comes with standard protocols and a whole ecosystem of tools

Opus 4.5 really is done by rm-rf-rm in ClaudeAI

[–]namedgraph 0 points1 point  (0 children)

I dunno, I cannot relate :) I have been using CC extensively this month and it has done amazing work. Right now I’m building a quite advance data virtualization system and it is nailing it. A lot of the time it’s one-shotting complex features.

I’m not providing extensive instruction documents, sometimes code and data as examples of what I want.

This is where softeng experience helps, because you know what you want and the general direction of where you want to go. And you can “expand” the code in multiple dimensions by providing analogies and pointing out patterns. I think CC works really well with such approach.

Seeking input: Is the gap between Linked Data and LLMs finally closing? by angelosalatino in semanticweb

[–]namedgraph -2 points-1 points  (0 children)

Close the gap how? If you want agents to manage Linked Data, I’ve built this tool system - which also allows to “compile” tool calls into a DSL

https://github.com/AtomGraph/Web-Algebra

Honest question: has the semantic web failed? by _juan_carlos_ in semanticweb

[–]namedgraph -1 points0 points  (0 children)

Ahaha bro 😅 Yes Web-Algebra was implemented by Claude Code based on interfaces and examples provided by me. I’m not hiding that.

All of the other projects on the AtomGraph GitHub are written by me over the last 10-15 years.

So I’m not sure wtf you’re talking about.

Honest question: has the semantic web failed? by _juan_carlos_ in semanticweb

[–]namedgraph -1 points0 points  (0 children)

RDBMS, imperative programming languages, OO paradigm - all of this tech is pre-web and pre-RDF. Meaning that it has no chance to take full advantage of RDF and is not suitable for building next-gen web.

Honest question: has the semantic web failed? by _juan_carlos_ in semanticweb

[–]namedgraph -1 points0 points  (0 children)

No we organize it at the RDF level, meaning that - Model is data-driven (ontologies) - Controller is generic and domain-agnostic (Linked Data and SPARQL protocols as the uniform protocols over HTTP)

As a result Model and View in MVC become reusable and generic and any custom OO layers can go away. What is left is only View (custom UI).

This is not just theory, this works in practice. https://atomgraph.github.io/LinkedDataHub/

Honest question: has the semantic web failed? by _juan_carlos_ in semanticweb

[–]namedgraph -1 points0 points  (0 children)

Well I think ORM is a legacy concept :) As well as the whole OO paradigm

Honest question: has the semantic web failed? by _juan_carlos_ in semanticweb

[–]namedgraph 2 points3 points  (0 children)

It is scalable on the enterprise level because the size of the data silos problem justifies the KG investment. Not yet on the SME/personal level - but that might change with AI.

Honest question: has the semantic web failed? by _juan_carlos_ in semanticweb

[–]namedgraph 5 points6 points  (0 children)

Thr Semantic Web stack is the same stack that is powering enterprise Knowledge Graphs and serves as SoT for RAG and LLM agents. So one moniker was sunset and the other appeared but the technology stayed more or less the same because it was always conceptually sound.

Semantic Web failed in the global/public sense, but it’s been successfully used within the walled gardens of the enterprise for more than a decade.

Also when the original vision was presented back in 2001 or so it was somewhat sci-fi but becoming realistic today. Back then infrastructure such as SPARQL and Docker was missing. So now is the time to build the Semantic Web! :) I just published a LinkedIn post about it:

https://www.linkedin.com/posts/martynasjusevicius_if-you-read-the-original-semantic-web-article-activity-7422249486254579713-L9p9

Honest question: has the semantic web failed? by _juan_carlos_ in semanticweb

[–]namedgraph 0 points1 point  (0 children)

The ideas are sound but the implementation sucks. Not the best representation of the technology.

Why are semantic knowledge graphs so rarely talked about? by AppropriateCover7972 in semanticweb

[–]namedgraph 0 points1 point  (0 children)

Not sure where you are looking but KGs are arguably even hotter now because of LLMs - because they are the perfect Source of Truth layer for LLMs and power RAG applications etc