Slashdot Mirror


The J.R.R. Tolkien of the Web

rhwalker22 writes "In a column titled "Lord of the Webs," The Washington Post's Leslie Walker looks at Tim Berners-Lee ("the J.R.R. Tolkien of the computer world") and the Semantic Web project. Berners-Lee was in Washington recently to tout the project: 'In his futuristic scenario, the Semantic Web offers controlled access to American health care data, plus databases charting the location and status of rivers, underground water, forests and local vegetation, along with economic data on local industries and what they produce -- all marked up in special vocabularies. Those allow scientists to run global queries across the Web, fishing randomly for correlations that might exist between where the sick people lived, worked and played -- such as a polluted stream or industrial dump.'" See an older article on the Semantic Web.

9 of 134 comments (clear)

  1. Where are the controls to prevent abuse? by chuckgrosvenor · · Score: 3, Interesting

    This sounds like it would be far too easy for search engine spammers and other scum to subvert it for their purposes. The search they propose could never work without knowing in advance, wether the sources of the information can be trusted. Too easy for PETA and all the other militant environmental groups to start seeding incorrect information to bolster their claims. Same for any other organization with a cause (oil companies, nuclear, you name it).

    I have a hard time envisoning this as anything useful, didn't meta tags on web pages teach us anything in the past?

  2. Updating the Internet? by mmmjstone · · Score: 3, Interesting

    And if he pulls it off, the limelight-shy inventor could remake cyberspace all over again.

    I have to wonder what problems completely overhauling the internet would cause. Browsers would have to be updated to not only accept the new languages but also work with the older languages that long-time web programers refuse to give up. Then most the average computer users would be confused as to why their older browsers don't work with the "new web" and tech support will be tearing their hair out to fix all the problems.

    I'm sure that there are wonderful things that this "new web" can accomplish, but I see the downside outweighing the upside.

    --
    bwah-ha-ha-ha
    1. Re:Updating the Internet? by J1 · · Score: 2, Interesting

      I think this is a misunderstanding of what is happening here. The whole point of developing these new languages is that they work _on top_ of existing languages. So nothing in the existing approach will be broken if RDF and related languages are introduced.

      Look at it this way: HTML and all that is used to communicate information to humans. RDF and related languages are used to communicate information to machines. So we add an additional communication channel to the existing one that will allow machines to better understand the information that its user wants to see, thus enabling that machine to better support its user in a.o. information retrieval and navigation tasks.

    2. Re:Updating the Internet? by mmmjstone · · Score: 2, Interesting

      I understand that it is a machine to machine language, yes, but I still see it causing problems with compatiblity and such, which was my point in the first place. I guess being around older professors who refuse to upgrade from windows 95 makes me worry about the possible headaches.

      --
      bwah-ha-ha-ha
  3. Re:Most. Tenuous. Connection. Evar. by Zeinfeld · · Score: 2, Interesting
    Tom Berners-Lee will undoubtedly and correctly be remembered as the Father of the Interweb

    or You mean Tim is a fraud? Is Tom somehow related? Or has MarcA got jealous and changed his name?

    As for Tolkein, he'd surely be rotating in his grave if he knew claims being made on his name and work. His anti-technology stance is made very clear in his works and thrown vividly on the screen by Peter Johnson's recent hit movies. It is only orcs and Uruk Hi that use machines, everyone else is "in touch with nature".

    Actually Tolkein himself said that the Elves were responsible for the wars of the Ring because they had tried to make middle earth unchanging.

    Tolkein was actually trying to recreate a mythology for the British Isles. He knew that it had had one before the Roman invasion and X-tianization.

    --
    Looking for an Information Security student project suggestion?
    Try http://dotcrimeManifesto.com/
  4. A Medium-Term Solution at Best by Hanashi · · Score: 5, Interesting
    The semantic web idea might be the best implementation we can come up with right now, but I doubt it'll ever become very successful. It relies on content providers using tags to provide meaning to their information. Not only does this open the door to massive confusion (how do they decide which tags to use in which circumstances, and how will every semantic browser know all the tags?) but it's more work. These two factors will probably kill Semantic technology before it even gets off the ground.

    IMHO, search engines will eventually be able to read and understand the context of the words users search for. If that happens, then the search engine could have semantic search capabilities built in, without relying on the content owners to provide special tags. In other words, the benefit without the extra work. I think semantic searches will eventually prove to be of great use, but won't become widespread until search engine technology can support them without changing the content in any way.

    A fruit-filled-baked-goods-at-high-altitude dream, perhaps, but an achievable one (eventually).

    --
    Check out my eclectic infosec blog at InfoSecPotpou
  5. fascinating by Boromir+son+of+Faram · · Score: 3, Interesting

    I have to say, the concept of an enormous database of all of this information that may one day be useful is pretty astounding. Privacy and data accuracy issues aside, I mean. It's the scale of data mining problem that hasn't been seen before other than in the field of genomics. Crazy stuff.

    I'm not sure what "the Tolkien of the web" is supposed to be, and I'm battling with myself to avoid making the "Tolkien Ring network" joke that I imagine every Slashbot and his lover is making as I type this. Maybe it just refers to the epic scale of a global digital information suppository, and I'd certainly enjoy that.

    Often I wonder if this is the end of the Age of Man. But the Semantic Web gives me hope, and with it we may yet survive.

    --

    Boromir, son of Faramir, King of Gondor and Minas Tirith
  6. RDF by Anonymous Coward · · Score: 1, Interesting

    Coincidentally, I've spent the last few days checking out XML modeling languages like XMI, RDF, Step 28, and etc. Thus I can say -- this is really cool stuff.

    Yeah you do have the problem with trusted sources. But once you've found your trusted source you can integrate its information into your own *much* more easily if it has the same model (a sort of a grammer that says for example that a book record has to have an author field) as the rest of your information. If you can communicate your model, then you can communicate with other people in the language of your model.

    This does meant that computers will be much more able to algorithmically pull together information in a way useful to humans. This isn't a cure for cancer, but it could still spawn a large number of incredibly useful tools.

    Myrle

  7. I spidered looking for RDF by MarkWatson · · Score: 2, Interesting
    OK, OK, OK. I am a big fan of the potential of the Semantic Web.

    But! A few weeks ago I wrote a simple (and very polite!) spider to look for RDF markup on web sites.

    After letting it rip for a few hours, the only web site that it found with RDF markup was my site.

    Very depressing!

    Really, adding RDF is fairly simple, but people do not bother.

    -Mark