vote up 1 vote down star

I'm looking for a graphical browser for examining large networks of OWL/RDF instances. Protege's instance browser isn't really useful and if COE supports instance browsing, I've not discovered how. Network size is around a million nodes.

I'm hoping to be able to search for an instance, expand it to show its relationships, and explore other instances from there. Graphical would be nice, but a plain Jtree would do too.

flag

3 Answers

vote up 2 vote down

You can find something like what you want here, but there are more. I'll see if I can dig them up.

The Jambalaya plugin for Protege is also good.

And yet another good plugin for Protege.

I don't think anything will beat Protege though, unless you roll your own XML parser and populate a treeview, not hard to do.

Regards

link|flag
Thanks! Actually the unless clause is where I'm at now, with JENA/MsSQL driving Swing JTrees for desktop use. Was thinking of evolving that to GTK to support distributed use, before realizing somebody else must have felt this need too. Jamabalaya is pretty but doesn't really float the boat (unless I've overlooked something). Pretty pictures but doesn't support editing AFAIK. I know, I didn't mention that; need to display AND edit nodes. – Brad Cox Sep 28 at 11:53
vote up 1 vote down

The Tabulator project from the W3C is designed for browsing RDF data sets. It provides an add-in for Firefox, that may facilitate your explorations. it also has features to make your data browsable remotely using AJAX.

link|flag
Thanks for the lead. Couldn't make it work on first try but will try again later. But I'm afraid the firefox-only restriction and browser security problems will rule this out for my application. This is a federal application in which some of the RDF sites are sensitive (not all, but some). Anything that even smells of "a security problem" is knee-jerk fatal in this world. Research note: making semantic web work in a world with secrets needs thought!! ;) – Brad Cox Oct 12 at 11:30
Very true, Brad, but I guess no more true than in any other aspect of web development. I guess you're just lucky that in the gov environment there is a will to address issues of security! – Andrew Matthews Oct 19 at 22:32
vote up 0 vote down

The MIT Simile project developed a faceted browser for RDF called Longwell. This was a research project. Development has now languished, and their demos seem to be broken; however, I can attest to the fact that it works. I use it regularly to browse an extremely miscellaneous collection of RDF instance data on my local machine.

Longwell is written as a Java web application. It comes with its own jetty server or can be run as a servelet. It can be run in memory, or with a variety of back-ends. It parses both rdf/xml and n3, and is highly configurable via velocity templates, css, and the 'Fresnel' RDF display ontology. It's a pity it hasn't been pursued further; I've found its ui to be very agreeable, and particularly useful is the fact that it will browse any RDF instance data you like, with or without schemas or ontologies.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.