mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-25 08:58:06 +02:00
7 lines
176 B
Plaintext
7 lines
176 B
Plaintext
// (c) Copyright 2002 Hewlett-Packard Development Company, LP
|
|
// Test-7-01 : Predicate and Subject
|
|
|
|
SELECT ?x, ?y, ?a
|
|
FROM <model6.nt>
|
|
WHERE (?x, ?y, ?z) , (?y, ?a, ?b)
|