All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xsparql.testcases-dawg-sparql-1.1.aggregates.agg-err-01.xsparql Maven / Gradle / Ivy

The newest version!
prefix : 

{for $g (avg($p) as $avg) ((min($p) + max($p)) / 2 as $c)
from  where {
  $g :p $p .
}
group by $g

return 
 
	{$g}
	{$c}
	{$avg}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy