Re: New ASK test

Steve Harris wrote:
> ASK-8
> 
> Tests the combination of ASK and FILTER. Committed to CVS yesterday.
> 
> data:
> 
> @prefix :   <http://example/> .
> 
> :x :p 1 .
> :x :p 2 .
> :x :p 3 .
> 
> :y :p :a .
> :a :q :r .
> 
> query:
> 
> PREFIX :   <http://example/>
> 
> ASK { :x :p ?x . FILTER(?x = 99) }
> 
> results:
> 
> false
> 

ARQ passes this test.

	Andy

Received on Friday, 10 August 2007 12:48:32 UTC