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
Copy file name to clipboardExpand all lines: spec/latest/json-ld-syntax/index.html
+17-4Lines changed: 17 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2817,9 +2817,22 @@ <h2>Language Map</h2>
2817
2817
<tref>subject definition</tref> if the term is defined with
2818
2818
<code>@container</code> set to <code>@language</code>.</p>
2819
2819
<p>The keys of a <tref>language map</tref> MUST be a [[BCP47]] string
2820
-
with an associated value that is a <tref>string</tref> or an
2821
-
<tref>array</tref> of zero or more <tref>string</tref>s.</p>
2822
-
<pclass="issue" data-number="133">We had also discussed 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>
2820
+
with an associated value that is any of the following types:</p>
2821
+
<ul>
2822
+
<li><tref>string</tref>,</li>
2823
+
<li><tref>number</tref>,</li>
2824
+
<li><tref>true</tref>,</li>
2825
+
<li><tref>false</tref>,</li>
2826
+
<li><tref>null</tref>,</li>
2827
+
<li><tref>subject reference</tref>,</li>
2828
+
<li><tref>subject definition</tref>,</li>
2829
+
<li><tref>typed value</tref>,</li>
2830
+
<li><tref>language value</tref>,</li>
2831
+
<li><code>@set</code> or <code>@list</code>
2832
+
definition (see <ahref="#sets-and-lists"></a>), or</li>
2833
+
<li>an <tref>array</tref> zero or more of these</li>
2834
+
</ul>
2835
+
<pclass="issue resolved" data-number="133">We had also discussed 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>
0 commit comments