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.
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.
You can use the JUNG API (http://jung.sourceforge.net/) to visualize the ontology as a graph.
Cytoscape (www.cytoscape.org/) is a great tool for graph visualization, and has been widely used by linked data repositories.