Comments on SPARQL 1.1. Update (5)

Minor:

[[ section 4:
Multiple operations can be packed into requests. Multiple operations 
must be separated by a ; (semicolon) character. A sequence of operations 
is terminated by either a semicolon or EOF (End of File). The operations 
of a request are executed in lexical order.
]]

Just to be a clear a "sequence of operations" doesn't mean any proper 
subsequence of the request:

"A request is a sequence of operations and is terminated by EOF (End of 
File).  Multiple operations must be separated by a ; (semicolon) 
character.  A semicolon after the last operation in a request is optional.
"
 Andy

Received on Friday, 3 September 2010 12:52:30 UTC