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