mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-09 22:53:55 +01:00
6 lines
68 B
SPARQL
6 lines
68 B
SPARQL
PREFIX : <http://example.org/data/>
|
|
|
|
SELECT *
|
|
WHERE { ?x :p ?q . }
|
|
|