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

xsparql.testcases-sparql-1.1.aggregates.sparql11-avg-02.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