Skip to content

Commit 674cd01

Browse files
committed
Add note that unordered arrays may contain duplicate values after expansion.
For #473. Other parts of #473 are deferred.
1 parent c512a0d commit 674cd01

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2422,6 +2422,16 @@ <h3>Overview</h3>
24222422

24232423
<p>Finally, after ensuring <var>result</var> is in an <a>array</a>,
24242424
we return <var>result</var>.</p>
2425+
2426+
<p class="note">Although the <a data-cite="JSON-LD11#data-model">data model</a>,
2427+
based on [[RDF11-CONCEPTS]], does not support multiple unordered property values,
2428+
this algorithm does not remove duplicates that
2429+
may be found during expansion within an unordered <a>array</a>.
2430+
Other algorithms, such as <a href="#compaction-algorithm" class="sectionRef"></a>,
2431+
and <a href="#flattening-algorithm" class="sectionRef"></a>, do eliminate
2432+
duplicate values from unordered arrays.
2433+
A future version of this specification may be updated to remove duplicate
2434+
array values when the form a set.</p>
24252435
</section>
24262436

24272437
<section class="algorithm">

0 commit comments

Comments
 (0)