scope - Should variable bound in SELECT clause be accessible in ORDER BY? -


should valid sparql?

select ("text" ?astring) {} order ?astring 

i have tried 2 different engines. 1 returns "text" ?astring, other errors, saying ?astring not defined in order by. sparql spec cover case? or implementation detail, happens work in engines, not strictly portable?

sparql.org's query validator says it's legal. pretty important case, since want able things like:

select ?min ?max ((?max - ?min) ?range) {   #-- ... } order ?range 

Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

c# - Where does the .ToList() go in LINQ query result -

android - CollapsingToolbarLayout: position the ExpandedText programmatically -