diff --git a/common/terms.html b/common/terms.html
index 9660e67..a779d5e 100644
--- a/common/terms.html
+++ b/common/terms.html
@@ -383,6 +383,8 @@
Its value is either a string (simple term definition),
expanding to an IRI,
or a map (expanded term definition).
+
+ For context processing, term definition values are converted internally to a dedicated data structure that is easier to process.
This document has been developed by the JSON-LD Working Group and was derived from the JSON-LD Community Group's Final Report.
@@ -439,6 +439,15 @@This document uses the following terms as defined in external specifications and defines terms specific to JSON-LD.
+ +Change the type of term definition from array to map in active context, + to be consistent with the way it is used in the algorithms. + For more information, refer to issue 630. +
+The values of @type
are unordered, so if multiple
types are listed, the order that type-scoped contexts are applied is based on
- code point ordering.
For example, consider the following semantically equivalent examples. The first example, shows how properties and types can define their own @@ -13879,6 +13888,8 @@