Hi, I would like to get a list of named graphs ordered by number of triples per graph. So, I try (without success):
sparql select count(?g) ?g where {graph ?g {?s ?p ?o}} order by count(?g); Is there a way to sort on aggregates in Virtuoso SPARQL? Pierre