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
+59-2Lines changed: 59 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,10 @@ <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 Recommendation Track deliverables, based on work incubated by the <ahref="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>
158
162
<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
163
160
164
<sectionid="section-out-of-scope">
@@ -211,6 +215,34 @@ <h3>
211
215
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
216
</dd>
213
217
</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>
<iclass=todo>Final Community Group Report</i> (<iclass=todo>2024-xx-xx</i>), adopted from the JSON for Linking Data Community Group
230
+
<li><ahref="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>
0 commit comments