mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-05 15:09:08 +02:00
5 lines
82 B
SPARQL
5 lines
82 B
SPARQL
PREFIX : <http://example.org/>
|
|
SELECT ?x
|
|
FROM <http://example.org/graph>
|
|
WHERE {}
|