mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-19 14:17:41 +02:00
7 lines
182 B
Plaintext
7 lines
182 B
Plaintext
// (c) Copyright 2002 Hewlett-Packard Development Company, LP
|
|
// Test 2-01 : 2 triple patterns the same
|
|
|
|
SELECT ?x, ?y, ?z
|
|
SOURCE <model1.nt>
|
|
WHERE (?x, ?y, ?z), (?x, ?y, ?z)
|