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
Copy file name to clipboardExpand all lines: 2024/json-ld-wg/index.html
+43-2Lines changed: 43 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@
74
74
<main>
75
75
<h1id="title"><iclass=todo>PROPOSED</i> JSON-LD Working Group Charter</h1>
76
76
77
-
<pclass="mission">The <strong>mission</strong> of the <ahref="https://www.w3.org/groups/wg/json-ld">JSON-LD Working Group</a> is to maintain the <ahref="https://www.w3.org/groups/wg/json-ld/publications">family of JSON-LD 1.1 Recommendations</a> and related Working Group Notes.</p>
77
+
<pclass="mission">The <strong>mission</strong> of the <ahref="https://www.w3.org/groups/wg/json-ld">JSON-LD Working Group</a> is to maintain and extend the <ahref="https://www.w3.org/groups/wg/json-ld/publications">family of JSON-LD 1.1 Recommendations</a> and related Working Group Notes.</p>
78
78
79
79
<divclass="noprint">
80
80
<pclass="join"><ahref="https://www.w3.org/groups/wg/json-ld/join">Join the JSON-LD Working Group.</a></p>
@@ -155,6 +155,9 @@ <h2>Scope</h2>
155
155
The Working Group will maintain the JSON-LD specifications (i.e., <ahref="https://www.w3.org/TR/json-ld11/">JSON-LD 1.1</a>, <ahref="https://www.w3.org/TR/json-ld11-api/">JSON-LD 1.1 API</a>, <ahref="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.
156
156
<!-- 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. -->
157
157
</p>
158
+
<p>
159
+
It will also develop new Recomendation Track deliverables, based on work incubated by the <ahref="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>
158
161
<p>The Working group is expected to coordinate with the <ahref='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>
159
162
160
163
<sectionid="section-out-of-scope">
@@ -211,6 +214,34 @@ <h3>
211
214
Produced under Working Group Charter: <ahref="https://www.w3.org/2018/03/jsonld-wg-charter.html">https://www.w3.org/2018/03/jsonld-wg-charter.html</a>
212
215
</dd>
213
216
</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>
<iclass=todo>Final Community Group Report</i> (<iclass=todo>2024-xx-xx</i>), adopted from the JSON for Linking Data Community Group
229
+
<li><ahref="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>
0 commit comments