mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-06 00:53:49 +01:00
8 lines
166 B
SPARQL
8 lines
166 B
SPARQL
PREFIX ex: <http://example.org/abc#>
|
|
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
SELECT DISTINCT ?value
|
|
WHERE {
|
|
?res ex:prop ?value .
|
|
}
|
|
ORDER BY ?res
|