Whatever Happened to the Semantic Web?
11–20 of 209 posts
Re: Whatever Happened to the Semantic Web?
#12Re: Whatever Happened to the Semantic Web?
#13Re: Whatever Happened to the Semantic Web?
#14I'll accept some responsibility for that last bit, as somebody who has been active in promoting, and advocating for the adoption of, SemWeb tech. I could do more / do a better job in that regard.
Re: Whatever Happened to the Semantic Web?
#15With regard to the first example, lowering volume of playing media when you get a phone call, I had that set up on my Nokia N900 a decade ago (Dbus on the N900 would trigger a script to ssh into my computer and pause mpd). Naturally this was a nerdy thing and not something accessible for the general public, but I mention it here just to encourage my fellow nerds to realize how much power they might already have with…
Re: Whatever Happened to the Semantic Web?
#16I have some insight here because I did a postdoc working on anatomy ontologies in the UK. A big part of the problem with the semantic web is that lots of people in European academia use it as a collection of buzzwords for making grant proposals sexier, without understanding or caring what it actually means. Instead of saying, "Give us money to build a webpage", they say, "Give us money to expose metadata annotations…
There's no such thing as "right" way to represent any given data stream, just ways that are more or less suitable to specific tasks and interests. That's why HTML failed as descriptive language (and has become fine-grained-formatting language), and it's why symantic web was doa.
Re: Whatever Happened to the Semantic Web?
#17It's really too bad that XML+XSLT didn't take off as the "replacement" for HTML. Before you recoil in horror hear me out... Web pages are a giant mess of content and presentation, and CSS doesn't really help much. XML is at least a way of describing data in a meaningful way. , , , etc. XSLT provided a way of formatting XML in the browser . Sure the internet would still be full of inconsistent content structures, but…
I never had much luck using XSLT for anything non-trivial, and I imagine that experience isn't uncommon.
Re: Whatever Happened to the Semantic Web?
#18It's really too bad that XML+XSLT didn't take off as the "replacement" for HTML. Before you recoil in horror hear me out... Web pages are a giant mess of content and presentation, and CSS doesn't really help much. XML is at least a way of describing data in a meaningful way. , , , etc. XSLT provided a way of formatting XML in the browser . Sure the internet would still be full of inconsistent content structures, but…
Re: Whatever Happened to the Semantic Web?
#19What happened to the semantic web? Well... it happened. 1) We got schema data for Job Postings that companies like Google reads to build a job search engine. 2) We got schema for recipes. https://schema.org/Recipe 3) We got the Open Graph schema for showing headlines/preview images in social networks. http://ogp.me/ 4) We got schema for reviews: https://developers.google.com/search/docs/data-types/review 5) We got sc…
I always felt that one problem of more widespread adaption by users was missing software. There were and still are all these great microdata pieces out there, but can my browser save an address, add an event to my calender etc.? If these things were easily possible to even an inexperienced user, I think we would see much more semantic markup. But in the meantime, search engines and social networks sure have an easier time scraping information then before we talked about the semantic web.
Re: Whatever Happened to the Semantic Web?
#20I thought the addition of elements to HTML5 like nav, main, article, etc. was the end result of the semantic web.