mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-01 14:20:10 +01:00
Move library tree where it belongs
This commit is contained in:
9
lib-src/redland/rasqal/tests/sparql/Expr1/expr-3.rq
Normal file
9
lib-src/redland/rasqal/tests/sparql/Expr1/expr-3.rq
Normal file
@@ -0,0 +1,9 @@
|
||||
PREFIX dc: <http://purl.org/dc/elements/1.1/>
|
||||
PREFIX x: <http://example.org/ns#>
|
||||
SELECT ?title ?price
|
||||
WHERE
|
||||
{ ?book dc:title ?title .
|
||||
OPTIONAL
|
||||
{ ?book x:price ?price } .
|
||||
FILTER ( ( ! bound(?price) ) || ( ?price < 15 ) ) .
|
||||
}
|
||||
Reference in New Issue
Block a user