PB_MLT
PB_MLT

Reputation: 834

Visualize a Jena ontology model in Java

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

Answers (2)

Peiqin
Peiqin

Reputation: 388

Cytoscape (www.cytoscape.org/) is a great tool for graph visualization, and has been widely used by linked data repositories.

Upvotes: 0

jaxvy
jaxvy

Reputation: 5090

You can use the JUNG API (http://jung.sourceforge.net/) to visualize the ontology as a graph.

Upvotes: 3

Related Questions