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
* Add @graph container tests.
* A couple of more graph expansion and compaction tests for corner cases.
* Add tests for expanding and compacting named graphs where term definition includes `@graphid`.
* Expand and compact `@container: @index` where value is a graph.
* Disable highlight.js, and update our use of the "highlight" class to "hl-bold". This makes rendered JavaScript examples slightly less pretty, but restores the specific highlighting used with "****" in examples.
* Sort many definition lists automatically using `@data-sort`.
* Add @Version to context definitions in examples using 1.1 features.
* Syntax updates to describe Graph Containers.
* Add inline ednotes for places that are affected by issue #480.
* Add compaction and expansion tests for `@graph` with `@index` and `@id`.
* Add syntax for graph maps and API algorithms for all graph containers.
An <adata-cite="RFC3987#section-1.3" class="externalDFN">absolute IRI</a> is defined in [[!RFC3987]] containing a <em>scheme</em> along with a <em>path</em> and
65
65
optional <em>query</em> and fragment segments.</dd>
@@ -94,7 +94,9 @@ <h1>General Terminology</h1>
94
94
if a <a>named graph</a> is not specified.</dd>
95
95
<dt><dfn>default language</dfn></dt><dd>
96
96
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>.</dd>
97
+
value MUST be a <a>string</a> representing a [[!BCP47]] language code or <code>null</code>.
A <adata-cite="RDF11-CONCEPTS#dfn-named-graph" class="externalDFN">named graph</a> is a <a>linked data graph</a> that is identified by an <a>IRI</a> or <a>blank node</a>
201
+
A <adata-cite="RDF11-CONCEPTS#dfn-named-graph" class="externalDFN">named graph</a> is a <a>linked data graph</a> that is identified by an <a>IRI</a> or <a>blank node</a>.</dd>
202
+
<dt><dfndata-lt="implicitly named graphs">implicitly named graph</dfn></dt><dd>
203
+
A <a>named graph</a> created from the value of a property having an
204
+
<a>expanded term definition</a> where <code>@container</code> is set to <code>@graph</code>.</dd>
0 commit comments