Hey, I need to implement Sesame HTTP protocol for remotely parameterized queries: http://rdf4j.org/sesame/2.7/docs/system.docbook?view#repository-queries
My plan is to pass QuerySolutionMap to the QueryEngineHTTP level which then would encode the values as N-Triples and add them to the query string. The question is, what is the most efficient Jena-way to achieve this? The N-Triples encoding is where I need leads most. Thanks, Martynas graphityhq.com
