diff --git a/index.html b/index.html index 30534fed..a9a22ced 100644 --- a/index.html +++ b/index.html @@ -1612,8 +1612,8 @@
@protected
entry in value
- is true
set the protected flag in definition to true.
+ @protected
entry,
+ set the protected flag in definition to the value of this entry.
If the value of `@protected` is not a boolean,
an invalid @protected value error has been detected and processing is aborted.
If processing mode is `json-ld-1.0`,
@@ -2422,6 +2422,16 @@ Finally, after ensuring result is in an array, we return result.
+ +Although the data model, + based on [[RDF11-CONCEPTS]], does not support multiple unordered property values, + this algorithm does not remove duplicates that + may be found during expansion within an unordered array. + Other algorithms, such as , + and , do eliminate + duplicate values from unordered arrays. + A future version of this specification may be updated to remove duplicate + array values when the form a set.