Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit 350d7fe

Browse files
committed
Added the CBOR-LD justification
1 parent d541f3d commit 350d7fe

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

2024/json-ld-wg/index.html

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,15 +155,25 @@ <h2>Motivation and Background</h2>
155155
JSON-LD's underlying Linked Data structure into other formats. YAML-LD has been created by the
156156
<a href="https://www.w3.org/community/json-ld/">JSON for Linking Data Community Group</a> for easing human
157157
authoring and providing a clearer path for using Linked Data applied to popular YAML-based documents such as
158-
infrastructure as code, static site front matter, and API documentation formats. Additionally, a need has
159-
arised in the Verifiable Credentials space for providing a more compressed expression of JSON-LD, and work on
160-
CBOR-LD was begun in the JSON-LD CG.
158+
infrastructure as code, static site front matter, and API documentation formats.
161159
</p>
160+
161+
<p>
162+
For a number of application areas the size of JSON-LD content is an obstacle. Size constraints may occur
163+
when storing data as a QR or in a barcode, transmitting data over low bandwidth channels, or when relying
164+
on high volume data storages. These problems are not only significant for existing applications but are also
165+
obstacles for enabling new application areas (e.g., in embedded systems). CBOR-LD, based on
166+
<a href="https://cbor.io/spec.html">CBOR</a> (which has a large user and tool base already), can exploit
167+
the linked data features of JSON-LD, and provide a high level, and easily reversible compression of
168+
JSON-LD data. The work on CBOR-LD has already begun in the <a href="https://www.w3.org/community/json-ld/">JSON
169+
for Linking Data Community Group</a>, and will be finalized by the JSON-LD Working Group.
170+
</p>
171+
162172
<p>
163173
The hope of this new more inclusively focused JSON-LD WG is to meet the demand of the broader
164174
JSON-LD community by strengthening the foundational JSON-LD specifications and aligning it with the latest
165175
RDF 1.2 specifications, growing the family of JSON-LD related formats which orbit around the JSON-LD
166-
processing model, and specifing improved context retrieval methods for greater clarity and stability.
176+
processing model, and specifying improved context retrieval methods for greater clarity and stability.
167177
</p>
168178
</div>
169179

0 commit comments

Comments
 (0)