Example in section 11.3 - prefix not declared, fails to use "&" f or function call.

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