Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm looking for a tool that will render a RDF graph in a reasonably useful graphic format. The primary purpose of the graphic format being inclusion into a PowerPoint slide or printing on a large plotter for management review.

I am currently using TopBraid Composer which does a reasonably well at visualizing a single entity but doesn't seem to have a clear way of visualizing the entire graph (as a whole).

Anyone know of any good solutions to this problem?

TopBraid Composer Graph view screenshot

share|improve this question

4 Answers

RDF Gravity is an RDF visualisation tool.

Here's a screenshot: RDF Gravity Screenshot

share|improve this answer

Protégé. Activate Tools > Tabs > Jambalaya.

alt text

share|improve this answer
Thanks gizmo, but I did specifically request screen shots. You could have gotten some reputation by posting a link to protege and a screenshot. It's less for me than it is for others that are coming to view this post in the future. – spoon16 Sep 20 '08 at 3:01
Maybe this is what you are looking for: ischool.utexas.edu/~i385t-sw/archive/protege/… – Lena Schimmel Jan 29 '09 at 14:43

I was looking for one too and i found this : https://gephi.org/ Pretty sure it works with rdf.

share|improve this answer

-Cytoscape http://www.cytoscape.org/ works well with large scale graphs and you can create a static pdf or image.

-I also found this very interesting http://d3js.org/

It's not specific to RDF graphs, but in the examples there seems to be some cool functionality where the users could have a large of degree of interaction with the data.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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