- From: Seaborne, Andy <andy.seaborne@hp.com>
- Date: Fri, 10 Aug 2007 13:48:20 +0100
- To: Steve Harris <steve.harris@garlik.com>
- CC: RDF Data Access Working Group <public-rdf-dawg@w3.org>
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