I am using Fuseki/TDB indirectly, via a DatasetAccessor returned by DatasetAccessorFactory.createHTTP(), for all the operations that DatasetAccessor supports (get, put, delete). For queries I'm using QueryExecutionFactory.sparqlService() to get a QueryExecution which I then do an execSelect() on.
How can I get a "something" that supports update operations, including things like "DROP ALL" with similar database backend independence? There is mention of an UpdateRemote class in Fuseki but jena-fuseki 1.0.1 doesn't seem to have it (0.2.4 does...) Dave Lebling
