view tests/misc-queries/test-roqet @ 31:8b20521fc40f

* Commit old fix (which I hope was correct!) to avoid leaking fds on exceptions * Remove dependency on audioio library
author Chris Cannam
date Fri, 12 Mar 2010 12:08: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 } .
}