Skip to content

Commit 11f8bad

Browse files
committed
Fix missing steps in IRI Compaction algorithm for graph objects.
1 parent 3ef41e9 commit 11f8bad

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3384,8 +3384,12 @@ <h3>Algorithm</h3>
33843384
<li>If the value does not contain an <code>@id</code> <a>member</a>,
33853385
append the values <code>@graph@id</code> and <code>@graph@id@set</code>
33863386
to <var>containers</var>.</li>
3387-
<li>Append the values <code>@index</code> and <code>@index@set</code>
3387+
<li>Append the values <code>@index</code>, <code>@index@set</code>,
3388+
and <code>@set</code>
33883389
to <var>containers</var>.</li>
3390+
<li>Set <var>type/language</var> to <code>@type</code>
3391+
and set <var>type/language value</var> to <code>@id</code>.</li>
3392+
<li>Append <code>@set</code> to <var>containers</var>.</li>
33893393
</ol>
33903394
</li>
33913395
<li>Otherwise:

0 commit comments

Comments
 (0)