SPARQL: Exclude nodes which match a certain criteria

Hello,

is it possible to remove all nodes from a SPARQL-result which match a
certain criteria?

Example:

@prefix dc:   <http://purl.org/dc/elements/1.1/> .
@prefix :     <http://example.org/book/> .
@prefix ns:   <http://example.org/ns#> .

:book1  dc:title  "SPARQL Tutorial" .
:book1  ns:price  42 .
:book1  ns:price  22 .
:book2  dc:title  "The Semantic Web" .
:book2  ns:price  23 .

I want to get all books which do not have a price higher then 30.
-- 
View this message in context: http://www.nabble.com/SPARQL%3A-Exclude-nodes-which-match-a-certain-criteria-tf1877878.html#a5134009
Sent from the w3.org - public-rdf-dawg-comments forum at Nabble.com.

Received on Saturday, 1 July 2006 17:08:30 UTC