Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
titleProblematic Statement
linenumberstrue
PREFIX esc: <http://myurl.org>
INSERT {
<>
esc:package "ppp";
}
WHERE { }
---------------

...

Therefore, the URI prefix in line 1 should have a terminating character, e.g., a slash or a hash. 

...