You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Strings looking like %[alphanum] are common in URIs as they result from the encoding into URL characters of Unicode characters. Because of this, they are part of the authorized characters in a URI. Furthermore, the Turtle recommendation states clearly that they are acceptable in prefixed names (Cf the note in section 6.3).
Actual Behavior:
The loading is said to have been completed after raising the exception, not sure that the entirety of the file has been loaded
System
Tested on corese-gui-4.5.0.jar and corese-server-4.5.0.jar
The text was updated successfully, but these errors were encountered:
java -jar corese-command-4.5.0.jar sparql -i test.ttl -q query.rq -of text/csv
Error: Failed to parse RDF file. Check if file is well-formed and that the input format is correct. Encountered "-0001 -6938" at line 4, column 47.
Was expecting one of:
...
Issue Description:
An exception is triggered when parsing a turtle document containing some prefixed URIs with the
%
after the prefix.Bug Details:
The exception triggered is
Lexical error at line 2, column 21. Encountered: "%" (37), after: ""
Steps to Reproduce:
Load the example:
Expected Behavior:
Strings looking like
%[alphanum]
are common in URIs as they result from the encoding into URL characters of Unicode characters. Because of this, they are part of the authorized characters in a URI. Furthermore, the Turtle recommendation states clearly that they are acceptable in prefixed names (Cf the note in section 6.3).Actual Behavior:
The loading is said to have been completed after raising the exception, not sure that the entirety of the file has been loaded
System
Tested on corese-gui-4.5.0.jar and corese-server-4.5.0.jar
The text was updated successfully, but these errors were encountered: