Reputation: 834
I would like to visualize an Ontology model created through Jena in Java. Is there an API which can help me out in this task ? Or at least a tutorial on the matter?
Thanks in advance.
Upvotes: 2
Views: 3529
Reputation: 388
Cytoscape (www.cytoscape.org/) is a great tool for graph visualization, and has been widely used by linked data repositories.
Upvotes: 0
Reputation: 5090
You can use the JUNG API (http://jung.sourceforge.net/) to visualize the ontology as a graph.
Upvotes: 3