mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-02 17:23:18 +02:00
8 lines
259 B
Plaintext
8 lines
259 B
Plaintext
// (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)
|