I want to specify variable limit and offset values in sparql queries in vsp pages.

I tried:
 declare _lm int;
  _lm := 10;
FOR (sparql select ?v1_lab where {`iri(?:_uri)` skos:prefLabel ?v1_lab} limit $:_lm)
       DO {
...

and some less probable guesses, but I only get syntax errors

Is it possible to specify variable limit and offset in sparql+vsp?

Thanks,

Lourens


Reply via email to