Thanks Damian. This is helpful and cleaner than my implementation. I will try it.
Regards, Anuj On Sat, Oct 22, 2011 at 2:04 PM, Damian Steer <[email protected]> wrote: > > 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
