Skip to content

Commit dab312a

Browse files
committed
add REC-track deliverables CBOR-LD and YAML-LD
1 parent cdf60cc commit dab312a

File tree

1 file changed

+43
-2
lines changed

1 file changed

+43
-2
lines changed

2024/json-ld-wg/index.html

Lines changed: 43 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<main>
7575
<h1 id="title"><i class=todo>PROPOSED</i> JSON-LD Working Group Charter</h1>
7676

77-
<p class="mission">The <strong>mission</strong> of the <a href="https://www.w3.org/groups/wg/json-ld">JSON-LD Working Group</a> is to maintain the <a href="https://www.w3.org/groups/wg/json-ld/publications">family of JSON-LD 1.1 Recommendations</a> and related Working Group Notes.</p>
77+
<p class="mission">The <strong>mission</strong> of the <a href="https://www.w3.org/groups/wg/json-ld">JSON-LD Working Group</a> is to maintain and extend the <a href="https://www.w3.org/groups/wg/json-ld/publications">family of JSON-LD 1.1 Recommendations</a> and related Working Group Notes.</p>
7878

7979
<div class="noprint">
8080
<p class="join"><a href="https://www.w3.org/groups/wg/json-ld/join">Join the JSON-LD Working Group.</a></p>
@@ -155,6 +155,9 @@ <h2>Scope</h2>
155155
The Working Group will maintain the JSON-LD specifications (i.e., <a href="https://www.w3.org/TR/json-ld11/">JSON-LD 1.1</a>, <a href="https://www.w3.org/TR/json-ld11-api/">JSON-LD 1.1 API</a>, <a href="https://www.w3.org/TR/json-ld11-framing/">JSON-LD 1.1 Framing</a>) that together provide a JSON format for Linked Open Data to interoperate at web-scale, in a method which is familiar to and usable by web-focused software engineers.
156156
<!-- Note that the JSON-LD APIs are not browser specific; while appropriate for use within browsers, they are not limited to such use, and there is no requirement for browsers to implement them natively. -->
157157
</p>
158+
<p>
159+
It will also develop new Recomendation Track deliverables, based on work incubated by the <a href="https://www.w3.org/community/json-ld/">JSON for Linking Data Community Group</a>, specifying the use JSON-LD algorithms with similar formats (YAML, CBOR).
160+
</p>
158161
<p>The Working group is expected to coordinate with the <a href='https://www.w3.org/community/json-ld/'>JSON for Linking Data Community Group</a> on consensus-based proposals related to content changes for the JSON-LD Working Group Deliverables. The Chairs of this group may choose to reject proposals that are incompatible with this Charter.</p>
159162

160163
<section id="section-out-of-scope">
@@ -211,6 +214,34 @@ <h3>
211214
Produced under Working Group Charter: <a href="https://www.w3.org/2018/03/jsonld-wg-charter.html">https://www.w3.org/2018/03/jsonld-wg-charter.html</a>
212215
</dd>
213216
</dl>
217+
<p>
218+
The Working Group will also deliver the following W3C normative specifications:
219+
</p>
220+
<dl>
221+
<dt><strong>CBOR-LD</strong></dt>
222+
<dd>
223+
<p>CBOR is a compact binary data serialization and messaging format. This specification defines CBOR-LD, a CBOR-based format to serialize Linked Data. The encoding is designed to leverage the existing JSON-LD ecosystem, to provide a compact serialization format for those seeking efficient encoding schemes for Linked Data.</p>
224+
<p>
225+
<div><b>Input documents:</b>
226+
<ul>
227+
<li><a href="https://json-ld.github.io/cbor-ld-spec/">CBOR-LD</a>,
228+
<i class=todo>Final Community Group Report</i> (<i class=todo>2024-xx-xx</i>), adopted from the JSON for Linking Data Community Group
229+
<li><a href="https://w3c.github.io/json-ld-cbor/">JSON-LD 1.1. in CBOR</a>,
230+
Editor's Draft (2022-12-06), adopted from previous JSON-LD Working Group
231+
</ul>
232+
</div>
233+
<p><b>Expected completion:</b> CR in Q4 2024</p>
234+
</dd>
235+
<dt><strong>YAML-LD</strong></dt>
236+
<dd>
237+
<p>This document defines YAML-LD, a set of conventions built on top of YAML, which outlines how to serialize Linked Data as YAML based on JSON-LD syntax, semantics, and APIs.</p>
238+
<p><b>Input document:</b>
239+
<a href="https://www.w3.org/community/reports/json-ld/CG-FINAL-yaml-ld-20231206/">YAML-LD</a>,
240+
Final Community Group Report (2023-12-06), adopted from the JSON for Linking Data Community Group
241+
</p>
242+
<p><b>Expected completion:</b> CR in Q4 2024</p>
243+
</dd>
244+
</dl>
214245

215246

216247
</section>
@@ -225,10 +256,20 @@ <h3>
225256
<ul>
226257
<li>Application profile of JSON-LD to enable efficient streaming parsers.</li>
227258
<li>Test suites and implementation reports for the specifications.</li>
228-
<li>JSON-LD 1.1 specified in other serializations like YAML or CBOR.</li>
229259
<li>Best practices for use and implementation of JSON-LD 1.1.</li>
230260
</ul>
231261
</section>
262+
263+
<section id="timeline">
264+
<h3>Timeline</h3>
265+
<ul>
266+
<li>September 2022: First teleconference</li>
267+
<li>Q2 2024: FPWD of CBOR-LD and YAML-LD</li>
268+
<li>Q4 2024: Candidate Recommendation of CBOR-LD and YAML-LD</li>
269+
<li>Q1 2025: Candidate Recommendation of CBOR-LD and YAML-LD</li>
270+
</ul>
271+
</section>
272+
232273
</section>
233274

234275
<section id="success-criteria">

0 commit comments

Comments
 (0)