Created
May 24, 2019 17:57
-
-
Save kasei/88bc7fb287971b7c57de51f0e6b2e0c8 to your computer and use it in GitHub Desktop.
Jena IRI resolution warning
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cat test.ttl | |
@base <http://example.org/foo/bar/> . | |
<./../../../useless/../../../still-root> <> "not ok" . | |
$ riot -q test.ttl | |
10:56:50 WARN riot :: [line: 2, col: 1 ] Bad IRI: <http://example.org/still-root> Code: 8/NON_INITIAL_DOT_SEGMENT in PATH: The path contains a segment /../ not at the beginning of a relative reference, or it contains a /./ These should be removed. | |
<http://example.org/still-root> <http://example.org/foo/bar/> "not ok" . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Filed as JENA-1713