1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-26 15:20:21 +01:00
Files
audacity/lib-src/redland/rasqal/tests/sparql/bound/bound1.rq
2010-01-24 09:19:39 +00:00

10 lines
224 B
SPARQL

# Based on
# http://lists.w3.org/Archives/Public/public-rdf-dawg/2004OctDec/0554.html
PREFIX : <http://example.org/ns#>
SELECT $a $c
WHERE { $a :b $c .
OPTIONAL { $c :d $e } .
FILTER ( !BOUND($e) )
}