view tests/misc-queries/test-roqet @ 26:0af07912f386

* Use ShiftData method for PluginInputDomainAdapter, ensuring data is pre-padded so that the first block received by the plugin is that centred on 0 rather than starting on 0
author Chris Cannam
date Wed, 16 Sep 2009 11:28:21 +0000
parents 92911f967a16
children
line wrap: on
line source

PREFIX : <file:///work/runner/transforms/test.n3#>

SELECT ?result ?mand

FROM <file:///work/runner/transforms/test.n3>

WHERE {
  ?result :mand ?mand .
  OPTIONAL { ?result :opt1 ?opt1 } .
  OPTIONAL { ?result :opt2 ?opt2 } .
}