Great RDF visualization tools

ChandlerQ picture ChandlerQ · Oct 19, 2012 · Viewed 36k times · Source

I want to find some great tools or styles to visualize my RDF data so that it can give viewers a shock when they access the RDF data.

The problem is that the visualization tools I get now can just generate some simple styles (node,edge...) like below:

A graph sample

They look ugly because edges take up too many spaces and nodes are too small.I don't think this kind of graphs can give viewers any different experiences from viewing sheets or tables directly.

I want to know if there are any new visualization tools or just styles that can give users really different experiences so that they can feel how invaluable linked data are...

Any suggestions or recommendations?

Answer

Rob Stewart picture Rob Stewart · Oct 27, 2012

By far the best RDF linked open data visualization tool that I've come across is LodLive: http://en.lodlive.it/

It knows of numerous SPARQL endpoints, including DBpedia.

I've previously implemented a web based RDF authoring tool that hooks into it: https://github.com/robstewart57/discover-me-semantically .