mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-16 08:37:42 +02: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
|