mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-21 16:11:11 +01:00
Move library tree where it belongs
This commit is contained in:
9
lib-src/redland/rasqal/tests/rdql/testsuite/test-3-05
Normal file
9
lib-src/redland/rasqal/tests/rdql/testsuite/test-3-05
Normal file
@@ -0,0 +1,9 @@
|
||||
// (c) Copyright 2002 Hewlett-Packard Development Company, LP
|
||||
// Test 3-05 : Triple patterns and constraints
|
||||
|
||||
SELECT *
|
||||
SOURCE <model1.nt>
|
||||
WHERE (?x, ?y, ?z)
|
||||
AND ?x eq <http://rdf.hp.com/r-1> ,
|
||||
?y eq <http://rdf.hp.com/p-1> ,
|
||||
?z eq "v-1-1"
|
||||
Reference in New Issue
Block a user