view tests/misc-queries/test-roqet @ 238:0c87c4fca256

Fix include path to ensure no errant Vamp headers are included, & add new file
author Chris Cannam
date Tue, 01 Mar 2016 14:34:18 +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 } .
}