Comment by fauigerzigerk

8 hours ago

I agree that something like it will re-emerge. But I also think the semantic web has always been misunderstood and misapplied even by its proponents.

In my view, semantic web technologies should have been used to make databases interoperable, not to turn the hypertext web into an incredibly incomplete distributed database without any data quality process.

Are you referring to ActivityPub traffic (Mastodon, etc.)? Yes they're nominally using JSON-LD, but actually most devs seem to not have understood that ActivityStreams is just a projection of RDF triples into JSON. Instead they go with the part they did unterstand (because JSON is better than markup right?), and end up tunneling markdown or HTML through JSON strings and uneccessarily hardcoding their payloads in ORM layers in dynamic languages. If I were mean, I'd compare the situation to insects incapable of comprehending a 3D universe, clinging to syntactic surfaces that seem familiar.

But what can you do? At this point, keeping federated alternatives, protocol-first designs, and multiple interworking implementations is more important than purity; it might well be the last successful initiative of its kind.

  • >Are you referring to ActivityPub traffic (Mastodon, etc.)?

    No, I wasn't even aware that they use anything RDF related.

I work with Palantir Foundry stack, and I awfully think that this is the best implementation of semantic web principles I could ever imagine.

And the current trend is really to connect the AI layer of Foundry with the ontology layer.

Note: after rereading your comment, I must admit that Foundry enforces data co-locality and model co-locality (==a unified centrally managed ontology). Which are NOT what the semantic web wanted.