mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-21 08:01:13 +01:00
Move library tree where it belongs
This commit is contained in:
7
lib-src/redland/rasqal/tests/rdql/testsuite/test-7-03
Normal file
7
lib-src/redland/rasqal/tests/rdql/testsuite/test-7-03
Normal file
@@ -0,0 +1,7 @@
|
||||
// (c) Copyright 2002 Hewlett-Packard Development Company, LP
|
||||
// Test-7-03 : Predicate and Subject
|
||||
// Model7 has anon subject resources. NB anon properties are illegal (currently).
|
||||
|
||||
SELECT ?x, ?y, ?a
|
||||
FROM <model7.nt>
|
||||
WHERE (?x, ?y, ?z), (?y, ?a, ?b)
|
||||
Reference in New Issue
Block a user