summaryrefslogtreecommitdiff
path: root/test/translate_algebra/test_data/test_graph_patterns__group.txt
blob: 27e60d97a5bc6a7f3c088efea614703d8ba1157d (plain)
1
2
3
4
5
6
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>

SELECT (SUM(?val) AS ?sum) (COUNT(?a) AS ?count)
WHERE {
  ?a rdf:value ?val .
} GROUP BY ?a