2

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.

PB_MLT
  • 834
  • 3
  • 13
  • 30

2 Answers2

3

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

jaxvy
  • 5,040
  • 1
  • 21
  • 22
  • Thanks m8, the JUNG API seems ideal for my application, so I'll try it out. – PB_MLT Dec 17 '09 at 20:18
  • You can also check out Prefuse (http://www.prefuse.org/). I used Flare (Flex version of Prefuse) and JUNG. I would suggest you to go with JUNG as you can find more documentation/tutorials on JUNG. – jaxvy Dec 17 '09 at 21:11
0

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

Peiqin
  • 378
  • 4
  • 12