- From: Thompson, Bryan B. <BRYAN.B.THOMPSON@saic.com>
- Date: Tue, 15 Mar 2005 12:20:49 -0500
- To: "'public-rdf-dawg@w3.org'" <public-rdf-dawg@w3.org>
Hello,
The example in section 11.3 fails to declare the prefix "my" and
fails to use the "&" character to introduce function call.
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
SELECT ?name ?mbox
WHERE { ( ?x foaf:name ?name )
( ?x foaf:mbox ?mbox ) }
AND my:even(str(?mbox))
Thanks,
-bryan
PS: My appologies for this flurry of comments on the current working
draft. I was testing a parser[1] against the examples in the spec.
Everything _else_ parsed just fine ;-)
[1]
http://proto.cognitiveweb.org/projects/cweb/multiproject/cweb-sparql/index.h
tml
Received on Tuesday, 15 March 2005 17:21:07 UTC