Added additional text to say that @language can be used in a term definition.
authorGregg Kellogg <gregg@kellogg-assoc.com>
Mon, 09 Apr 2012 15:14:34 -0700
changeset 485 34cf237cad7e
parent 484 88641e130bf0
child 486 ab5e6e9a48e9
Added additional text to say that @language can be used in a term definition.
spec/latest/json-ld-syntax/index.html
--- a/spec/latest/json-ld-syntax/index.html	Mon Apr 09 15:10:40 2012 -0700
+++ b/spec/latest/json-ld-syntax/index.html	Mon Apr 09 15:14:34 2012 -0700
@@ -947,7 +947,8 @@
 <p>In different scenarios it is important to annotate a <tref>string</tref>
   with its language. In JSON-LD this is possible in a variety of ways.
   Firstly, it is possible to define a default language for a JSON-LD document
-  by setting the <code>@language</code> key in the <code>@context</code>:</p>
+  by setting the <code>@language</code> key in the <code>@context</code> or in a
+  <tref>term</tref> definition:</p>
 
 <pre class="example" data-transform="updateExample">
 <!--