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

xsparql.testcases-sparql-1.1.aggregates.sparql11-sum-03.xsparql Maven / Gradle / Ivy

The newest version!
prefix : 

{for (sum($x) as $total)
from  where {
  $a :p $x.
}
group by $a
return 
 
	{$total}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy