Re: scope of alias variables

We have noticed in real applications that users were expecting the 
variable to be reusable, for example they would naturally write such a  
query:

select ?x count(?doc) as ?count where {
?x :hasCreated ?doc
}
group by ?x
having (?count > 10)


Olivier

Received on Friday, 13 November 2009 08:00:18 UTC