views:

365

answers:

1

Hi,

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.

+1  A: 

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

jaxvy
Thanks m8, the JUNG API seems ideal for my application, so I'll try it out.
Spi1988
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