Hi, This is probably a trivial question, but I couldn't find a practical solution. I'm sending SPARQL queries to a TDB Jena store and it works fine to some extend (though, I've noticed that results.getResourceModel().write(out, "TURTLE"); works while ResultSetFormatter.output(out, results, ResultSetFormat.syntaxRDF_TURTLE); gives empty result without a theory that would explain that?!?). Anyway, I would like to get SPARQL query results that would use prefixes instead of full URL. Is that possible? Any advices?
Thanks Milorad
