On 2 Oct 2012, at 22:08, Simon Helsen <[email protected]> wrote:

> Hi guys,
> 
> given that some of you are well versed in the sparql spec, could any of 
> you shed some light on what the expected behavior is when a DESCRIBE query 
> has a LIMIT clause? It seems that in Jena/TDB the LIMIT clause is simply 
> ignored. But arguably the LIMIT could apply on the number of resources to 
> consider.

Are you sure the LIMIT clause is ignored?

From [1]

"The DESCRIBE form takes *each of the resources identified in a solution*, 
together with any resources directly named by IRI, and assembles a single RDF 
graph by taking a "description" which can come from any information available 
including the target RDF Dataset."

(emphasis mine)

The relation between the LIMIT value and the size of the resulting model is a 
lower bound, I suppose.

Damian

[1] <http://www.w3.org/TR/rdf-sparql-query/#describe>

Reply via email to