- From: Dave Beckett <dave.beckett@bristol.ac.uk>
- Date: Fri, 04 Mar 2005 14:52:17 +0000
- To: Eric Prud'hommeaux <eric@w3.org>
- Cc: public-rdf-dawg@w3.org
On Thu, 2005-03-03 at 16:51 -0500, Eric Prud'hommeaux wrote:
> as promised, AND is now FILTER:
> SELECT ?who
> WHERE { ?who :age ?n. FILTER ?n + 1 < 5 }
This I like, as it was pretty much how I thought about constraints - get
a bunch of triples then filter them with a big expression.
No time for other feedback just yet
Dave
Received on Friday, 4 March 2005 14:58:16 UTC