1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-30 23:49:28 +02:00
2010-01-24 09:19:39 +00:00

9 lines
296 B
Plaintext

// (c) Copyright 2002 Hewlett-Packard Development Company, LP
// Test 3-07 : Contents of bags
SELECT ?b, ?y
SOURCE <model5.nt>
WHERE (?b, <rsyn:type>, <rsyn:Bag>), (?b, ?x, ?y)
AND ! ( ?x eq <rsyn:type> && ?y eq <rsyn:Bag> )
USING rsyn FOR <http://www.w3.org/1999/02/22-rdf-syntax-ns#>