Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×
The Internet GUI Software

Welkin: A General-Purpose RDF Browser 189

Stefano Mazzocchi writes "Many consider the Semantic Web to be vaporware and others believe it's the next big thing. No matter where you stand, a question always pops up: Where is the RDF browser? The SIMILE Project, a joint project between W3C, MIT and HP to implement semantic interoperability of metadata in digital libraries, released today the first beta release of a general purpose graphic and interactive RDF browser named Welkin (see a screenshot), targetted to those who need to get a mental model of any RDF dataset, from a single RSS 1.0 news feed to a collection of digital data."
This discussion has been archived. No new comments can be posted.

Welkin: A General-Purpose RDF Browser

Comments Filter:
  • by Dancin_Santa ( 265275 ) <DancinSanta@gmail.com> on Tuesday November 09, 2004 @10:00PM (#10772747) Journal
    The question is about whether we really need a World Wide Web that looks like Wikipedia with links to every word and generally just a jumbled mess of blue and purple text. No matter how you cut it, the problem lies in having too much information immediately available.

    Imagine you are a reading a book, but each word is connected by string to a dictionary reference, and each dictionary reference definition is tied to the definitions of the words in the definition. You'd end up with a huge, eventually circular mess of string and you couldn't realistically get any enjoyment out of the book. The fact of the matter is that if you want to get more information about something, it is easy to go to an outside source to look it up. It does not need to be easier, because by making it easier than it must be you necessarily end up cluttering the thing you want to illuminate.

    There is an old saw, "Make things as simple as possible, but no simpler." The Semantic Web, while an interesting idea, tries to make things too easy, beyond the point of usefulness. The lack of content on the Semantic Web is a testament to the uselessness of such an over-engineered web space.
  • Solution space? (Score:2, Interesting)

    by Anonymous Coward on Tuesday November 09, 2004 @10:01PM (#10772755)
    Isn't RDF much like the laser use to be? A solution looking for a problem?
  • by Moby Cock ( 771358 ) on Tuesday November 09, 2004 @10:04PM (#10772785) Homepage
    Hear, hear. Wikipedia is about the most hyperlinking that I could stomach. It is useful in that specific application, but the notion of the Semeantic Web is silly. For crying out loud, people on /. don't RTFA, let alone verify all definitions of the words in the summary.
  • by Anonymous Coward on Tuesday November 09, 2004 @10:14PM (#10772866)
    Or a testament to people's inability to understand new paradigms.

    Or a testament of the inability of the paradigm's creator to get people to understand it's necessity.
  • by Anonymous Coward on Tuesday November 09, 2004 @10:28PM (#10772964)
    "Even programmers aren't used to the idea of describing knowledge - it's one thing to tell a computer what to do, it's another thing to tell a computer how to know about something that you know."

    Yea. Just try getting a programmer to explain the latest thing they're working on. "Well you see it does this, and if you click on that, something happens. It's all too complicated to explain, sorry."
  • by Yosi ( 139306 ) on Tuesday November 09, 2004 @10:28PM (#10772967) Journal
    There are those who worry about these things.
    Much work on the semantic web has been with n3 [w3.org]
    N3 is a superset of rdf, allowing for quoting of groups of triples (known a formulae). In n3, you can say things about groups of n3 triples, including about their trustworthiness.

    For instance, you can say:
    [is log:semantics of <documentURI> ] a :untrustworthyInformation .
    essentially saying that the formula which is the semantics of the given document if of a class :untrustworthyInformation, which your n3 parser may attach special meaning to.

    There are many who are very wary on n3 for precisely the same reasons.

    Note that I will always plug n3, given that I'm heavily involved with cwm [w3.org].
  • by Fnkmaster ( 89084 ) * on Tuesday November 09, 2004 @10:37PM (#10773030)
    The semantic web isn't about human usability. It's about building machine intelligence and knowledge.

    Right, but the problem is if it's unusable for humans to _create_ that content, or to map it from human knowledge-space into machine-parseable format, then it doesn't matter if it's well-engineered from the machine's perspective. That's why adoption of the semantic web has been so poor (outside of applications that could just as well be filled with any ole' XML dialect, like RSS or RDF descriptors used to package Firefox extensions, and so on).

    Nobody wants to hire a team of ontological engineers to map information they already have in human accessible form into some highly structured, machine parseable format, and pay them to keep that information up-to-date. Mind you, companies only started paying people to put stuff up on the web when it became clear there was demand, and the early adopters of the web were individuals and academics, but the web was accessible from day one - I put up my first personal web page when I was 15 years old or so, and it took me about an hour to figure out how to do it.

    Also remember that big companies spend tens of millions of dollars hacking together some HTML for their website. Imagine how much they would have to pay to get people smart enough to construct ontologies and RDF data versions of all of their content. Yowsers!
  • by kidlinux ( 2550 ) <<ten.xobecaps> <ta> <ekud>> on Tuesday November 09, 2004 @10:48PM (#10773102) Homepage
    Check out Semaview Inc. [semaview.com] who's making a business of RDF. They've already got one good product [eventsherpa.com] out. They're somewhat OSS friendly, too.

    Personally, I think eventSherpa is pretty neat.

    (Disclaimer: I know the CEO.)
  • by SavvyPlayer ( 774432 ) on Tuesday November 09, 2004 @11:49PM (#10773497)

    One trouble regarding many semantic visualization techniques involving large datasets is: the more visually appealing a graph is rendered, the less useful it often becomes. Many projects undertaken over the past 6 years (including Welkin) have focused on 2- and 3-dimensional renderings of a dataspace, using lines, proximity, node-shape, fly-over metadata display, etc. to classify and relate nodes, only to find there is no room left for persistent display of the textual metadata that ultimately drives a user toward the content he/she is looking for.

    Marcos Weskamp's Newsmap [marumushi.com] (slashdot [slashdot.org]) on the other hand demonstrates an excellent balance of form and function, emphasizing textual metadata over symbolic graphic representation. How might this approach be applied specifically to RDF? One possibility: 5 axes rendered in a 2d visual space: color (category), saturation (relevance), size (interest), x/y position (age) and text (metadata). Just a thought anyway.

  • by otisg ( 92803 ) on Wednesday November 10, 2004 @12:22AM (#10773727) Homepage Journal
    Yeah, why is this funny? I wasn't trying to be funny - this is a valid question.

    All this talk about GBrowser (Google's browser), for instance.... what do you think it is going to be based on? Firefox, of course! You don't think Google would be crazy not to make use of that powerful, flexible, extensible platform that runs on all major operating systems, has support of geeks and hackers to the point where they contribute $250K for The New York Times advert.
  • by Ars-Fartsica ( 166957 ) on Wednesday November 10, 2004 @01:58AM (#10774170)
    Statistical text analysis and link analysis are a superior technique because it presumes the author could be BSing. The entire document must contribute to the corresponding query value, not just keyphrases which could or could not be true. This is why Google is a $50 billion company and no RDF firm ever will be.
  • by Fnkmaster ( 89084 ) * on Wednesday November 10, 2004 @02:19AM (#10774298)
    Well, you would certainly know, ease of use is critical to winning developer mindshare and promoting adoption of technologies - and I would point to SAX as a great example of this for promoting use of XML in the Java community.

    It does seem to me that the key thing is to promote ad-hoc use of a relatively standardized mechanism for relating XML document structures to other XML document structures. Forget about waiting for somebody else to build relevant ontologies, reconstructing the entirety of human knowledge from the ground up, or any of that stuff. What people could reasonably do today is relate XML schema one to XML schema two because they need to connect widget A with widget B. Make the adoption of this technology as low cost as possible.

    Just like adding a few anchor tags to a basic HTML document is an easy way to relate some human readable information to other human readable information, relating XML document types to other XML document types should be "easy".

    Then the only big problem is to find a few applications that would actually demonstrate the benefits of doing this clearly. Yes, it is effectively a distributed XML database of sorts, but what is it good for? RSS has real applications for end users, so it has caught on. Without some software to demonstrate the benefits of linking up your XML data structures, people just won't bother with it. It seems specific, realistic use cases are what's needed here (and what seems terribly lacking from all the W3C RDF documentation as well). How does the distributed, semi-structured database that results provide use to me beyond what I have now with lots of disparate XML documents out there, when you cut out the truly grandiose notions behind RDF and the full-fledged semantic web?

    I'm too tired to come up with convincing arguments right now, so hopefully somebody else will fill in the blanks here.
  • by Anonymous Coward on Wednesday November 10, 2004 @07:26AM (#10775114)
    This is one of the best true applications of hypertext! Vannevar Bush, the father of Hypertext as we know it, proposed a device called the "memex" in 1945, to link information in this way. It was designed to collect related thoughts, such that structure and usability was created, allowing readers (or viewers, or whatever) to readily locate related information.

    Half a century later, we have the Internet. This technology is available to us, and people... shun it! Links to ancillary information are perfectly valid, and important, even if people do not elect to access the resources given.

    Hypertext can be seen merely as a superior form of footnoting - you can choose not to read the footnotes (or endnotes), but it may hinder your understanding and comprehension of a text.

    For enjoyment? Simply ignore the hyperlinks. Good usability practices in design would mean that hyperlinks are noticable, without being intrusive. I'll stop now before I start on a design rant, though ;)

    Josh
    http://www.joahua.com/ [joahua.com]

Love may laugh at locksmiths, but he has a profound respect for money bags. -- Sidney Paternoster, "The Folly of the Wise"

Working...