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