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
{{ message }}
This repository was archived by the owner on Sep 23, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: 2024/json-ld-wg/index.html
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -152,23 +152,23 @@ <h2>Motivation and Background</h2>
152
152
JSON-LD (JavaScript Object Notation for Linked Data) is a widely used method of encoding Linked Data using JSON.
153
153
Use of JSON-LD has grown and expanded over the last decade (since it's first publication as a
154
154
<ahref="https://www.w3.org/TR/json-ld-api1/">W3C Recommendation in 2014</a>).
155
-
JSON-LD remains a popular choice for ecoding<abbrtitle="Seach Engine Optimization">SEO</abbr>-focused
155
+
JSON-LD remains a popular choice for encoding<abbrtitle="Seach Engine Optimization">SEO</abbr>-focused
156
156
structured data in Web pages. JSON-LD has also become a foundational format for social media (ActivityStreams),
157
157
Internet of Things data (Web of Things Description), Verifiable Credentials, and Software Bill of Materials (SPDX).
158
158
</p>
159
159
<p>This growth in the applied use of JSON-LD has resulted in community interest in additional expressions of
160
-
JSON-LD's underlying Linked Data structure into other formats. YAML-LD has been created by the
160
+
JSON-LD's underlying Linked Data structure in other formats. YAML-LD has been created by the
161
161
<ahref="https://www.w3.org/community/json-ld/">JSON for Linking Data Community Group</a> for easing human
162
162
authoring and providing a clearer path for using Linked Data applied to popular YAML-based documents such as
163
-
infrastructure as code, static site front matter, and API documentation formats. Additionally, a need has
164
-
arised in the Verifiable Credentials space for providing a more compressed expression of JSON-LD, and work on
163
+
infrastructure as code, static site front matter, and API documentation formats. Additionally, a need arose
164
+
in the Verifiable Credentials space for providing a more compressed expression of JSON-LD, and work on
165
165
CBOR-LD was begun in the JSON-LD CG.
166
166
</p>
167
167
<p>
168
-
The hope of this new more inclusively focused JSON-LD WG is to meet the demand of the broader
169
-
JSON-LD community by strengthening the foundational JSON-LD specifications and aligning it with the latest
168
+
The goal of this new more inclusively focused JSON-LD WG is to meet the demand of the broader
169
+
JSON-LD community by strengthening the foundational JSON-LD specifications and aligning them with the latest
170
170
RDF 1.2 specifications, growing the family of JSON-LD related formats which orbit around the JSON-LD
171
-
processing model, and specifing improved context retrieval methods for greater clarity and stability.
171
+
processing model, and specifying improved context retrieval methods for greater clarity and stability.
172
172
</p>
173
173
</div>
174
174
@@ -179,7 +179,8 @@ <h2>Scope</h2>
179
179
with the features introduced by <ahref="https://www.w3.org/TR/rdf12-concepts">RDF 1.2</a>
180
180
in addition to open Errata and requested features
181
181
as noted on the groups <ahref="https://github.com/orgs/w3c/projects/84">Project Management Page</a>.
182
-
These specifications together provide a JSON format for Linked Data to interoperate in a method which is familiar to and usable by software engineers.
182
+
Together, these specifications provide a JSON format for Linked Data,
183
+
enabling interoperation in a way which is familiar to and usable by software engineers.
183
184
<!-- 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. -->
0 commit comments