mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-06 09:03:51 +01:00
Move library tree where it belongs
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
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
|
||||
Reference in New Issue
Block a user