|
From: nic12 <ni...@gm...> - 2007-01-26 11:11:48
|
Hi there,
I have a problem with the SPARQL interpreter of RAP.
I want to query a model with this SPARQL query:
SELECT DISTINCT ?class
WHERE { ?x rdf:type ?class}
ORDER BY ?class
LIMIT 50
OFFSET 0
but the result is not the one I expect.
I got under 50 solutions (so i thought there are not more than 50
solutions) but if use an OFFSET of 50 or so, i got more results.
I think, the DISTINCT search is the problem.
Am I wrong or it is a bug?
E.Popp
|