Skip to content

Commit 42c89ee

Browse files
committed
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
1 parent ba63075 commit 42c89ee

File tree

62 files changed

+1000
-162
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+1000
-162
lines changed

spec/latest/common/terms.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,7 @@ <h1>General Terminology</h1>
9494
if a <a>named graph</a> is not specified.</dd>
9595
<dt><dfn>default language</dfn></dt><dd>
9696
The default language is set in the <a>context</a> using the <code>@language</code> key whose
97-
value MUST be a <a>string</a> representing a [[!BCP47]] language code or <code>null</code>.
98-
<span class="ednote">From <a href="#issue-480">Issue 480</a>
99-
the language tag <code>@none</code> represents no language.</span></dd>
97+
value MUST be a <a>string</a> representing a [[!BCP47]] language code or <code>null</code>.</dd>
10098
<dt><dfn>default object</dfn></dt><dd>
10199
A <a>default object</a> is a <a>JSON object</a> that has a <code>@default</code> member.</dd>
102100
<dt><dfn data-lt="edges">edge</dfn></dt><dd>

spec/latest/json-ld-api/index.html

Lines changed: 66 additions & 67 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)