1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-04 14:19:30 +02:00
2010-01-24 09:19:39 +00:00

4 lines
105 B
SPARQL

# Cannot have a select expression mentioning the AS variable
SELECT ?a COUNT(?c) AS c
WHERE { ?a ?b ?c }