mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-02 17:23:18 +02:00
8 lines
182 B
Plaintext
8 lines
182 B
Plaintext
// (c) Copyright 2002 Hewlett-Packard Development Company, LP
|
|
// Test 2-07 : 2 triple patterns
|
|
|
|
SELECT *
|
|
SOURCE <model1.nt>
|
|
WHERE (?x, ?y, ?z1), (?x, ?y, ?z2)
|
|
AND ?z1 eq ?z2
|