mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-02 00:49:33 +02:00
10 lines
245 B
Plaintext
10 lines
245 B
Plaintext
// (c) Copyright 2002 Hewlett-Packard Development Company, LP
|
|
// Test A-02 : Test default prefixes.
|
|
|
|
SELECT ?b ?y
|
|
FROM <model5.nt>
|
|
WHERE
|
|
(?b <rdf:type> <rdf:Bag>)
|
|
(?b ?x ?y)
|
|
AND ! ( ?x eq <rdf:type> && ?y eq <rdf:Bag> )
|