Hi all,

I encountered a strange issue when querying the LOD SPARQL endpoint 
(http://lod.openlinksw.com/sparql) using LIMIT and OFFSET.
With an offset > 0 it seems that both parameters are switched or something like 
that.

This is an example query showing that behaviour:

SELECT ?instance_label FROM <http://dbpedia.org> WHERE {
?instance rdfs:label ?instance_label .
?instance rdf:type dbpedia-owl:Colour .
} ORDER BY ?instance_label LIMIT 1 OFFSET 5

Instead of one result with an offset of five you get 5 results with an offset 
of 
one. Switching the values of limit and offset returns the answer you'd expect 
from the query above.

The same query gives a correct result at the dbpedia.org endpoint.

Any ideas what's causing this?

Regards,
Sören

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Dbpedia-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to