mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-03 01:19:24 +02:00
5 lines
67 B
SPARQL
5 lines
67 B
SPARQL
PREFIX : <http://example.org/data/>
|
|
|
|
SELECT *
|
|
WHERE { :x ?p ?q . }
|