diff --git a/common/terms.html b/common/terms.html index 9660e67e..a779d5ed 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.
type map
A type map is a map value of a term diff --git a/index.html b/index.html index a440f6ef..97d87df9 100644 --- a/index.html +++ b/index.html @@ -1071,10 +1071,19 @@

RDF Serialization/Deserialization

using information provided by the active context. This section describes how to produce an active context.

+
+ Candidate Correction 8 +

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. + Clarify the notion of "term definition". + For more information, refer to issue 630. +

+
+

The active context consists of:

-

Each term definition consists of:

+

Each term definition's value consists of: