Skip to content
Prev Previous commit
Next Next commit
Adds indexing on @none, or an alias of @none for all types of map…
… containers.

Changes behavior for id maps to use `@none` instead of a blank node identifier.

Fixes #480
  • Loading branch information
gkellogg committed Jan 17, 2018
commit 42c89ee6a41fcb193841c27e15eb97e82ba87902
4 changes: 1 addition & 3 deletions spec/latest/common/terms.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,7 @@ <h1>General Terminology</h1>
if a <a>named graph</a> is not specified.</dd>
<dt><dfn>default language</dfn></dt><dd>
The default language is set in the <a>context</a> using the <code>@language</code> key whose
value MUST be a <a>string</a> representing a [[!BCP47]] language code or <code>null</code>.
<span class="ednote">From <a href="#issue-480">Issue 480</a>
the language tag <code>@none</code> represents no language.</span></dd>
value MUST be a <a>string</a> representing a [[!BCP47]] language code or <code>null</code>.</dd>
<dt><dfn>default object</dfn></dt><dd>
A <a>default object</a> is a <a>JSON object</a> that has a <code>@default</code> member.</dd>
<dt><dfn data-lt="edges">edge</dfn></dt><dd>
Expand Down
133 changes: 66 additions & 67 deletions spec/latest/json-ld-api/index.html

Large diffs are not rendered by default.

Loading