
xsparql.testcases-dawg-sparql-1.1.aggregates.agg-err-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 xsd:
prefix :
{for $g
(avg(if(isnumeric($p), $p, coalesce(xsd:double($p),0))) as $avg)
from where {
$g :p $p .
}
group by $g
return
{$g}
{$avg}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy