Berners-Lee Pushes Linked Data In MIT Course 102
ErMKutz writes "WWW inventor Tim Berners-Lee is championing linked data — the idea of assigning web addresses to individual pieces of data to enable more intelligent information searches — much like he did now-ubiquitous Internet standards such as HTML and HTTP. But the ethic hasn't quite taken off yet, so he and a group of Boston tech and entrepreneurial all-stars are launching an MIT class to teach students linked data mechanics and fast-track the technology to market. They're combining engineering and entrepreneurial education in the hopes of launching viable linked data businesses or open source code at the conclusion of the course." I hope this shows up on OpenCourseWare.
In Other Word: (Score:0, Insightful)
hashes.
Yours In Akademgorodok,
Kilgore Trout
Re:I don't get it (Score:3, Insightful)
Re:Dear Mr. Berners-Lee, (Score:3, Insightful)
You could copy the existing system used by librarians all over the continent.
Except that not all libraries use it. A lot (like the university I graduated from) use the Library of Congress Classification [wikipedia.org].
Linked Data is a mess (Score:5, Insightful)
Re:I just don't see... (Score:4, Insightful)
The problem with most of the semantic web concepts is that it wants to add lots of metadata to everything, generally of a type that cannot be added automatically. I see how many people's music collections are extremely inconsistent with the metadata. Sometimes half the music is missing artist tags, and whatnot. Furter how many people actually have well tagged photo collections?
If people are not willing to tag their music and photos consistently, when it have active immediate benefits to them, what chance is there of getting them to tag information in their web pages, when that provides no immediate benefit, and quite possibly no benefit ever if the Semantic web does not catch on.
The idea of linked data on the other hand has a shot of working, but probably not in the way Tim Berners-Lee imagines it. RDF seems to have too much of a stigma attached to it.
Re:Linked Data is a mess (Score:4, Insightful)
Joking aside, having a stable schema is important, but not letting the "ecosystem" decide what's best on its own is damaging because it leads to over-engineering (or "enterprising") by a minority which most often does not know what's best for the majority. It also leads to numerous unusable bureaucratic documents which take the wind out of anyone who's trying to do anything useful. I'm talking from personal experience here.
Know the saying "premature optimization is the root of all evil"? Well, premature standardization is a special case of that.