Re: convert SQL to SPARQL

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