Question about SPARQL1.1 grammar rule [83]

Hi,

Is this grammar rule correct (from
http://www.w3.org/TR/2013/REC-sparql11-query-20130321/)

[83]  PropertyListPathNotEmpty  ::=  (
VerbPath<http://www.w3.org/TR/sparql11-query/#rVerbPath>|
VerbSimple <http://www.w3.org/TR/sparql11-query/#rVerbSimple> )
ObjectListPath <http://www.w3.org/TR/sparql11-query/#rObjectListPath> ( ';'( (
VerbPath <http://www.w3.org/TR/sparql11-query/#rVerbPath> |
VerbSimple<http://www.w3.org/TR/sparql11-query/#rVerbSimple>)
ObjectList <http://www.w3.org/TR/sparql11-query/#rObjectList> )? )*

Is the last symbol intentionally ObjectList and not ObjectListPath?

/Esko
-- 
Esko Nuutila
Aalto University School of Science and Technology
Department of Computer Science and Engineering
P.O.Box 15400 (T-building, Konemiehentie 2, room B218)
FI-00076 AALTO, FINLAND
tel. +358 50 5750278 mailto: esko.nuutila@aalto.fi

Received on Friday, 2 August 2013 17:55:57 UTC