
|
If you were logged in you would be able to see more operations.
|
|
|
Environment:
|
Sesame 2.0 alpha 3, recompiled for JRE1.4
|
|
[:foo :bar;] throws an error while [ :foo :bar;] does not:
Fatal error: Expected an RDF value here, found ';' at (file) [(line number), -1]
The error varies according to whatever the parser concludes is happening when '[' is considered part of a character sequence. The Turtle EBNF appears to specify 0-or-more whitespace characters here:
blank ::= nodeID | '[]' | '[' ws* predicateObjectList ws* ']' | collection
|
|
|
There are no comments yet on this issue.
|
| |
|
|