Add @graph to list of keywords
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Sun, 08 Apr 2012 14:50:46 +0800
changeset 473 ebd3ce22e39a
parent 472 3c9c1ab0f954
child 474 86b9e7034ff1
Add @graph to list of keywords

I didn't add it to the syntax spec yet as it isn't described yet.
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Sun Apr 08 14:40:38 2012 +0800
+++ b/spec/latest/json-ld-api/index.html	Sun Apr 08 14:50:46 2012 +0800
@@ -826,6 +826,7 @@
   <dt><code>@container</code></dt><dd>Used to set the container of a particular value.</dd>
   <dt><code>@list</code></dt><dd>Used to express an ordered set of data.</dd>
   <dt><code>@set</code></dt><dd>Used to express an unordered set of data.</dd>
+  <dt><code>@graph</code></dt><dd>Used to explicitely express a <tref>linked data graph</tref>.</dd>
   <dt><code>:</code></dt><dd>The separator for JSON keys and values that use <tref title="compact_iri">compact IRIs</tref>.</dd>
   </dl>