- From: Jan Wielemaker <wielemak@science.uva.nl>
- Date: Fri, 9 Jun 2006 15:43:57 +0200
- To: public-rdf-dawg-comments@w3.org
Hi,
One more:
114 ?- show_test('syntax-function-01.rq').
PREFIX q: <http://example.org/>
SELECT * WHERE { FILTER (q:name()) }
Following rules Constraint [27] and FunctionCall [28], I think this is not
allowed by the syntax. Should be FILTER q:name(). Right?
Cheers --- Jan
Received on Friday, 9 June 2006 13:44:12 UTC