mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-04 14:19:30 +02:00
4 lines
105 B
SPARQL
4 lines
105 B
SPARQL
# Cannot have a select expression mentioning the AS variable
|
|
SELECT ?a COUNT(?c) AS c
|
|
WHERE { ?a ?b ?c }
|