Skip to content

Commit 52b1980

Browse files
authored
Merge pull request #1 from json-ld/add-cborld-and-yamlld
add REC-track deliverables CBOR-LD and YAML-LD
2 parents b2a2834 + 30c8f57 commit 52b1980

File tree

1 file changed

+59
-2
lines changed

1 file changed

+59
-2
lines changed

2024/json-ld-wg/index.html

Lines changed: 59 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,10 @@ <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 Recommendation Track deliverables, based on work incubated by the <a href="https://www.w3.org/community/json-ld/">JSON for Linking Data Community Group</a>,
160+
specifying the use of JSON-LD algorithms with similar formats (YAML, CBOR, and more).
161+
</p>
158162
<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>
159163

160164
<section id="section-out-of-scope">
@@ -211,6 +215,34 @@ <h3>
211215
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>
212216
</dd>
213217
</dl>
218+
<p>
219+
The Working Group will also deliver the following W3C normative specifications:
220+
</p>
221+
<dl>
222+
<dt><strong>CBOR-LD</strong></dt>
223+
<dd>
224+
<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>
225+
<p>
226+
<div><b>Input documents:</b>
227+
<ul>
228+
<li><a href="https://json-ld.github.io/cbor-ld-spec/">CBOR-LD</a>,
229+
<i class=todo>Final Community Group Report</i> (<i class=todo>2024-xx-xx</i>), adopted from the JSON for Linking Data Community Group
230+
<li><a href="https://w3c.github.io/json-ld-cbor/">JSON-LD 1.1. in CBOR</a>,
231+
Editor's Draft (2022-12-06), adopted from previous JSON-LD Working Group
232+
</ul>
233+
</div>
234+
<p><b>Expected completion:</b> CR in Q4 2024</p>
235+
</dd>
236+
<dt><strong>YAML-LD</strong></dt>
237+
<dd>
238+
<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>
239+
<p><b>Input document:</b>
240+
<a href="https://www.w3.org/community/reports/json-ld/CG-FINAL-yaml-ld-20231206/">YAML-LD</a>,
241+
Final Community Group Report (2023-12-06), adopted from the JSON for Linking Data Community Group
242+
</p>
243+
<p><b>Expected completion:</b> CR in Q4 2024</p>
244+
</dd>
245+
</dl>
214246

215247

216248
</section>
@@ -225,10 +257,35 @@ <h3>
225257
<ul>
226258
<li>Application profile of JSON-LD to enable efficient streaming parsers.</li>
227259
<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>
229260
<li>Best practices for use and implementation of JSON-LD 1.1.</li>
230261
</ul>
231262
</section>
263+
264+
<section id="timeline">
265+
<h3>Timeline</h3>
266+
<ul>
267+
<li>September 2022: First teleconference</li>
268+
<li>Q2 2024
269+
<ul>
270+
<li>FPWD of CBOR-LD</li>
271+
<li>FPWD of YAML-LD</li>
272+
</ul>
273+
</li>
274+
<li>Q4 2024
275+
<ul>
276+
<li>Candidate Recommendation of CBOR-LD</li>
277+
<li>Candidate Recommendation of YAML-LD</li>
278+
</ul>
279+
</li>
280+
<li>Q1 2025
281+
<ul>
282+
<li>Recommendation of CBOR-LD</li>
283+
<li>Recommendation of YAML-LD</li>
284+
</ul>
285+
</li>
286+
</ul>
287+
</section>
288+
232289
</section>
233290

234291
<section id="success-criteria">

0 commit comments

Comments
 (0)