- From: Olivier Corby <Olivier.Corby@sophia.inria.fr>
- Date: Fri, 13 Nov 2009 08:59:43 +0100
- To: SPARQL Working Group <public-rdf-dawg@w3.org>
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