As Scott indicates, SM requires syntactically valid SPARQL queries, and while I agree it would be great if variables were allowed in LIMIT and OFFSET, this isn't the case right now. We could probably add additional arguments such as sml:limit to sml:IterateOverSelect to specify those and the query would then be rewritten ahead of execution. In fact such arguments already exist in the SWP equivalent ui:forEach where I needed support for paging through large result sets with grid viewers. Sigh - too many ideas and requests keep coming in... :)

Holger


On 6/26/2012 23:52, PaulZH wrote:
question related to parameter: sml:selectQuery of SPARQLMotion modfule: sml:SerializeSPARQLResults

Is it possible to set the LIMIT of the SPARQL SELECT from outside?

SELECT *
WHERE {
    ?a a vl:School .
}
LIMIT ?comingfrompreviousmodules.

--
-- You received this message because you are subscribed to the Google
Group "TopBraid Suite Users", the topics of which include Enterprise Vocabulary Network (EVN), TopBraid Composer, TopBraid Live,
TopBraid Ensemble, SPARQLMotion, SPARQL Web Pages and SPIN.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/topbraid-users?hl=en




--
-- You received this message because you are subscribed to the Google
Group "TopBraid Suite Users", the topics of which include Enterprise Vocabulary 
Network (EVN), TopBraid Composer, TopBraid Live,
TopBraid Ensemble, SPARQLMotion, SPARQL Web Pages and SPIN.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/topbraid-users?hl=en


Reply via email to