* Initialise Joseki configuration to allow SPARQL querying of the
* Jena back-end.
*/
private void initSparqlQueryEngine() {
ServiceRegistry myReg = new ServiceRegistry();
Processor proc = new SPARQL();
String baseRootURI = "#dataset";
String serviceURI = "joseki/sparql";
String dbPath = JenaDatabaseSupport.getDatabasePath();