- From: Steve Harris <S.W.Harris@ecs.soton.ac.uk>
- Date: Thu, 9 Jun 2005 15:42:52 +0100
- To: DAWG public list <public-rdf-dawg@w3.org>
Review of http://www.w3.org/2001/sw/DataAccess/rq23/ v1.379 Section 10.1 on ORDER BY has: SELECT ?name WHERE { ?x foaf:name ?name ; :empId ?emp } ORDER BY DESC[?emp] But grammar has: [14] OrderClause ::= 'ORDER' 'BY' ( OrderCondition )+ Suggestion to fix: replace []s with ()s in ORDER BY examples. - Steve
Received on Thursday, 9 June 2005 14:43:14 UTC