1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-24 14:20:19 +01:00
Files
audacity/lib-src/redland/rasqal/tests/rdql/testsuite/test-4-01
2010-01-24 09:19:39 +00:00

7 lines
181 B
Plaintext

// (c) Copyright 2002 Hewlett-Packard Development Company, LP
// Test 4-01 : Paths : Find all paths of length 2
SELECT *
SOURCE <model2.nt>
WHERE (?a, ?b, ?z), (?z, ?c, ?d)