- From: Richard Newman <rnewman@franz.com>
- Date: Fri, 16 Oct 2009 10:37:36 -0700
- To: Ricardo Almeida <ric_gabriel@hotmail.com>
- Cc: <public-sparql-dev@w3.org>
Hi Ricardo, > Is this correct, or the GROUP BY is an extension? Aggregates are not part of SPARQL as currently released, so you can't do GROUP BY. Neither can you do COUNT(?matricula). Your implementation might support these, but most don't. You also need to drop the angle brackets around your abbreviated resources — <ex:Pessoa> should be ex:Pessoa.
Received on Friday, 16 October 2009 17:38:14 UTC