Skip to content

Instantly share code, notes, and snippets.

@kasei
Created May 24, 2019 17:57
Show Gist options
  • Save kasei/88bc7fb287971b7c57de51f0e6b2e0c8 to your computer and use it in GitHub Desktop.
Save kasei/88bc7fb287971b7c57de51f0e6b2e0c8 to your computer and use it in GitHub Desktop.
Jena IRI resolution warning
$ 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" .
@kasei
Copy link
Author

kasei commented May 24, 2019

Filed as JENA-1713

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment