On 19 Mar 2011, at 07:22, Anton Struzhkin wrote: > Hi. Maybe it is stupid question, but can i use tdb bases dircetly from jena > code, or i need to do it through Joseki?
Yes, you can use it from java. [1] > And i can't find com.hp.hpl.jena.tdb.TDBFactory to use TDBFactory class. Check whether tdb-<version>.jar is on your classpath. Damian [1] <http://openjena.org/wiki/TDB/JavaAPI>
