Re: SPARQL syntax proposals

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