Skip to content

Commit

Permalink
Update IRI Compaction overview with check on IRI confused with prefix.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Jun 18, 2019
1 parent db4f97f commit c89a687
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3297,6 +3297,11 @@ <h3>Overview</h3>
<a>base IRI</a>. Finally, if the <a>IRI</a> or
<a>keyword</a> still could not be compacted, it is returned
as is.</p>

<p class="changed">In the case were this algorithm would return the input <a>IRI</a> as is,
and that <a>IRI</a> can be mistaken for a <a>compact IRI</a> in the <a>active context</a>,
this algorithm will raise an error,
because it has no way to return an unambiguous representation of the original <a>IRI</a>.</p>
</section>

<section class="algorithm">
Expand Down

0 comments on commit c89a687

Please sign in to comment.