On 22 Oct 2011, at 05:20, Anuj Kumar wrote: > Hello Everyone, > > I have my RDF data loaded in TDB and using Java APIs to query the same. Is > there a way to run graph algorithms on top of it? > I am looking for shortest-path and PageRank. > > I am currently doing it using the JUNG framework but just curious to know if > it is possible to run it straight on top of TDB.
I wrote a jung wrapper for jena: <https://github.com/shellac/JenaJung> Damian
