You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to be aliased within the <tref>active context</tref> (see
2591
2590
<ahref="#aliasing-keywords"></a>). Whenever a <tref>keyword</tref> is
2592
2591
discussed in this grammar, this is also understood to apply to an alias for
2593
2592
that <tref>keyword</tref>. For example, if the <tref>active context</tref>
@@ -2729,26 +2728,16 @@ <h2>Term</h2>
2729
2728
<sectionid="grammar-language-map">
2730
2729
<h2>Language Map</h2>
2731
2730
<p>A <tdef>language map</tdef> is used to associate a language with a value in a
2732
-
way that allows easy programmatic access.</p>
2733
-
2734
-
<p>A <tref>language map</tref> may be used as a term value within a
2735
-
<tref>node object</tref> if the term is defined with
2736
-
<code>@container</code> set to <code>@language</code>.</p>
2737
-
2738
-
<p>The keys of a <tref>language map</tref> MUST be [[BCP47]] <treftitle="string">strings</tref>
2739
-
with an associated value that is any of the following types:</p>
2731
+
way that allows easy programmatic access. A <tref>language map</tref> may be
2732
+
used as a term value within a <tref>node object</tref> if the term is defined
2733
+
with <code>@container</code> set to <code>@language</code>. The keys of a
2734
+
<tref>language map</tref> MUST be lowercase [[BCP47]]
2735
+
<treftitle="string">strings</tref> with an associated value that is any
2736
+
of the following types:</p>
2740
2737
<ul>
2741
-
<li><tref>string</tref>,</li>
2742
-
<li><tref>number</tref>,</li>
2743
-
<li><tref>true</tref>,</li>
2744
-
<li><tref>false</tref>,</li>
2745
-
<li><tref>null</tref>,</li>
2746
-
<li><tref>node object</tref>,</li>
2747
-
<li><tref>expanded typed value</tref>,</li>
2748
-
<li><tref>list</tref> or <tref>set</tref>, or</li>
2749
-
<li>an <tref>array</tref> zero or more of these</li>
2738
+
<li><tref>string</tref>, or</li>
2739
+
<li>an <tref>array</tref> of zero or more strings</li>
2750
2740
</ul>
2751
-
<pclass="issue" data-number="133">We are also discussing values other than strings, such as those that might represent a more reified version of a value with other properties, such as is described using <ahref="http://www.w3.org/TR/skos-reference/skos-xl.html">SKOS-XL</a>.</p>
2752
2741
<p>See <ahref="#language-tagged-strings"></a> for further discussion on language maps.</p>
0 commit comments