Arguments are ordered?

SHACL Sec 9.2 Function Arguments
http://w3c.github.io/data-shapes/shacl/#function-arguments 
says "Arguments are ordered" and gives this example:

  sh:argument [sh:predicate sh:arg1 ...];
  sh:argument [sh:predicate sh:arg2 ...];

However, the multiple values of sh:argument are not ordered in RDF.
Does the spec mean argument names are ordered lexicographically?

Received on Saturday, 24 October 2015 14:54:19 UTC