File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -2422,6 +2422,16 @@ <h3>Overview</h3>
2422
2422
2423
2423
< p > Finally, after ensuring < var > result</ var > is in an < a > array</ a > ,
2424
2424
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 >
2425
2435
</ section >
2426
2436
2427
2437
< section class ="algorithm ">
You can’t perform that action at this time.
0 commit comments