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
* Updates value expansion and value compaction, inverse contexts, and term selection.
* Causes all value objects which are not compacted away to have their keywords and value of `@type` compacted.
<p>The following is a list of issues open at the time of publication.</p>
5573
-
<pclass="issue" data-number="4">Allow <code>@type</code> to have a <code>@container</code> specification, such as <code>@set</code>.</p>
5574
5622
<pclass="issue" data-number="5">Define a "streaming profile" for JSON-LD to help parse data from a stream, rather than require the entire document to be in memory. Also to generate documents that can be so streamed. This would aid in using JSON-LD as a dataset dump format where there are a very large number of quads.</p>
5575
5623
<pclass="issue" data-number="14">Problems importing contexts which reference other common contexts and result in an error.</p>
5576
-
<pclass="issue" data-number="26">For <code>@graph</code> containers, use the generated graph name identifier as the default subject for nodes in that graph.</p>
5577
-
<pclass="issue" data-number="33">Option to specify level of compaction for literals & resources.</p>
5624
+
<pclass="issue" data-number="53">HTML baseURI and @context?</p>
5578
5625
</section>
5579
5626
5580
5627
<sectionclass="appendix informative">
@@ -5683,6 +5730,7 @@ <h2>Changes since JSON-LD Community Group Final Report</h2>
5683
5730
<li>Added support for sealed <a>contexts</a> and <a>term definitions</a>.</li>
5684
5731
<li>Because scoped contexts can lead to contexts being reloaded, replace the
5685
5732
<strong>recursive context inclusion</strong> error with a <adata-link-for="JsonLdErrorCode">context overflow</a> error.</li>
5733
+
<li>Added support for <code>"@type": "@none"</code> in a <a>term definition</a> to prevent value compaction.</li>
0 commit comments