I'm the last person to find a bug in a grammar, but this production doesn't look quite right: [8] AskQuery ::= 'ASK' (DatasetClause )? ( WhereClause )? Doesn't it mean that this is a legal query: ASK That seems, well, odd. I would have expected the production to say: [8] AskQuery ::= 'ASK' (DatasetClause )? WhereClause I'm probably missing something obvious, but "ASK" doesn't seem like it can be a legal query. Best, Kendall ClarkReceived on Wednesday, 15 June 2005 17:47:35 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 1 October 2009 14:42:01 GMT