for (int i = 1; i <= rsmd.getColumnCount(); i++)
names.put(rsmd.getColumnName(i), new Integer(i));
return new GraphQueryResultImpl(new HashMap<String,String>(), new CloseableIterationGraphResult(stmt, rs));
}
catch (Exception e) {
throw new QueryEvaluationException(": SPARQL execute failed:["+query+"] \n Exception:"+e);
}
}