- From: Seaborne, Andy <andy.seaborne@hp.com>
- Date: Sun, 02 Jul 2006 11:22:28 +0100
- To: stefan99 <stefan.erras@genion.de>
- Cc: public-rdf-dawg-comments@w3.org
stefan99 (sent by Nabble.com) wrote: > > 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. There is a mailing list public-sparql-dev@w3.org for general SPARQL questions. This list is for sending comments on the SPARQL documents to the working group. I've answered the question on that list: http://lists.w3.org/Archives/Public/public-sparql-dev/2006JulSep/0000.html Andy
Received on Sunday, 2 July 2006 10:22:46 UTC