Mercurial > hg > sonic-annotator
comparison test-queries/test-roqet @ 0:581b1b150a4d
* copy to sonic-annotator
author | Chris Cannam |
---|---|
date | Thu, 11 Dec 2008 10:22:33 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:581b1b150a4d |
---|---|
1 | |
2 PREFIX : <file:///work/runner/transforms/test.n3#> | |
3 | |
4 SELECT ?result ?mand | |
5 | |
6 FROM <file:///work/runner/transforms/test.n3> | |
7 | |
8 WHERE { | |
9 ?result :mand ?mand . | |
10 OPTIONAL { ?result :opt1 ?opt1 } . | |
11 OPTIONAL { ?result :opt2 ?opt2 } . | |
12 } | |
13 |