Skip to content

Commit a145a0e

Browse files
committed
Rewrite the background section.
1 parent 3b362ff commit a145a0e

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

2024/json-ld-wg/index.html

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,26 @@ <h1 id="title"><i class=todo>DRAFT</i> Linked Data Formats Working Group Charter
144144
<div id="background" class="background">
145145
<h2>Motivation and Background</h2>
146146
<p>
147-
JSON-LD (JavaScript Object Notation for Linked Data) is a method of encoding linked data using JSON.
148-
The encoding is used used mostly for search engine optimization activities but also for applications such as
149-
biomedical informatics, and representing provenance information.
147+
JSON-LD (JavaScript Object Notation for Linked Data) is a widely used method of encoding Linked Data using JSON.
148+
Use of JSON-LD has grown and expanded over the last decade (since it's first publication as a
149+
<a href="https://www.w3.org/TR/json-ld-api1/">W3C Recommendation in 2014</a>).
150+
JSON-LD remains a popular choice for ecoding <abbr title="Seach Engine Optimization">SEO</abbr>-focused
151+
structured data in Web pages. JSON-LD has also become a foundational format for social media (ActivityStreams),
152+
Internet of Things data (Web of Things Description), Verifiable Credentials, and Software Bill of Materials (SPDX).
153+
</p>
154+
<p>This growth in the applied use of JSON-LD has resulted in community interest in additional expressions of
155+
JSON-LD's underlying Linked Data expression into other formats. YAML-LD has been created by the
156+
<a href="https://www.w3.org/community/json-ld/">JSON for Linking Data Community Group</a> for easing human
157+
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.
161+
</p>
162+
<p>
163+
The hope of this new more inclusively focused Linked Data Formats WG is to meet the demand of the broader
164+
JSON-LD community by strengthening the foundational JSON-LD specifications and aligning it with the latest
165+
RDF 1.2 specifications, growing the family of Linked Data formats which orbit around the JSON-LD data model,
166+
and specify additional processing and context retrieval methods for greater clarity and stability.
150167
</p>
151168
</div>
152169

0 commit comments

Comments
 (0)