
xsparql.testcases-sparql-1.1.aggregates.sparql11-avg-02.xsparql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xsparql-test-suite Show documentation
Show all versions of xsparql-test-suite Show documentation
XSPARQL compliance test suite
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