[Virtuoso-users] SPARQL to SQL => TOP (LIMIT) and OFFSET

2012-12-18 Thread Jürgen Jakobitsch
hi, is there a document describing the problem of correctly translating a SPARQL LIMIT to an SQL TOP (LIMIT) in virtuoso with respect to more complex business questions? i mean how does virtuoso handle such situations where the limit of a sparql query cannot directly translated into a top (limit)

Re: [Virtuoso-users] HTTP Request Size in Virtuoso

2012-12-18 Thread Burak Yönyül
Hi all, I' ve just noticed that the "400 Bad Request Error" I receive, caused by "nesting loop count", not caused by "http request size". So Virtuoso says me that error: "Virtuoso 37000 Error SP031: SPARQL compiler: The nesting depth of subexpressions exceed limits of SPARQL compiler" So I shoul

Re: [Virtuoso-users] HTTP Request Size in Virtuoso

2012-12-18 Thread David Brooks
Hi Burak, Presumably you are not creating these queries by typing them into a web browser form? But instead have written code that does a HTTP GET request to the SPARQL endpoint?? In which case, as Patrick has suggested, use POST instead of GET -- the request needs a Content-type of "applicati