The semantic web is now widely adopted
121–130 of 269 posts
Re: The semantic web is now widely adopted
#122if the "preview" link relation type is worth mentioning it's worth substantiating the claims about adoption. when did the big players adopt? why? what of the rest of the types and their relation to would-be "a.i." claims?
how would we write html differently and what capabilities would we expose more readily to driving by links, like carousels only if written with a11y in mind? how would our world-wild web look different if we wrote html like we know it? than only give big players a pass when we view source?
Re: The semantic web is now widely adopted
#123The article talks about JSON-LD, but there is also shema.org and open graph. What which one should you use, and why? Should you use several? How does that impact the site?
Re: The semantic web is now widely adopted
#124Earlier quoted context omitted.
I had pretty much the same reacon while reading the article. "BlogPosting" isn't particularily informative. The rest of the metadata looked like it could/should be put in tags, done. A very bad example if the intention was to demonstrate how cool and useful semweb is :-)
The schema.org data is much more rich than meta tags, though. Using the latter, an author is just a string of text containing who-knows-what. The former lets you specify a name, email address, and url. And that's just for the Person type—you can specify an Organization too.
Re: The semantic web is now widely adopted
#125The semantic web standards are sorely lacking (for decades now) a killer application. Not in a theoretical universe of decentralized philosopher-computer-scientists but in the dumbed down, swipe-the-next-30sec-video, adtech oligopolized digital landscape of walled gardens. Providing better search metadata is hardly that killer app. Not in 2024. The lack of adoption has, imho, two components. 1. bad luck: the Web got…
Killer applications solve real problems. What is the biggest real problem on the web today? The noise flood. Can semantic web standards help with that? Maybe! Something about trust, integrity, and lineage, perhaps.
Re: The semantic web is now widely adopted
#126I don't see how one can have any hope in a Semantic Web ever succeeding when we haven't even managed to get HTML tags for extremely common Internet things: pricetags, comments, units, avatars, usernames, advertisement and so on. Even things like pagination are generally just a bunch of links, not any kind of semantic thing holding multiple documents together ( exists, but I haven't seen browsers doing anything with i…
Re: The semantic web is now widely adopted
#127Earlier quoted context omitted.
I had pretty much the same reacon while reading the article. "BlogPosting" isn't particularily informative. The rest of the metadata looked like it could/should be put in tags, done. A very bad example if the intention was to demonstrate how cool and useful semweb is :-)
The schema.org data is much more rich than meta tags, though. Using the latter, an author is just a string of text containing who-knows-what. The former lets you specify a name, email address, and url. And that's just for the Person type—you can specify an Organization too.
Re: The semantic web is now widely adopted
#128I've playing with RSS feeds recently, suddently it occured to me, XML can be transformed into anything with XSL, for static hosting personal blogs, I can save articles into the feeds directly, then serve frontend single-page application with some static XSLT+js. This is content-presentation separation at best. Is JSON-LD just reinventation of this?
The idea is the best, but arguably the implementation is lacking.
> Is JSON-LD just reinventation of this?
Yup. It's "RDF/XML but we don't like XML"
Re: The semantic web is now widely adopted
#129I feel like this is so obvious to point out that I must be missing something, but the whole article goes to heroic lengths to avoid... HTML. Is it because HTML is difficult and scary? Why invent a custom JSON format and a custom JSON-to-HTML compiler toolchain than just write HTML?
The semantics aren't hidden in the markup. The semantics are the markup.