JSON-LD Working Group - Publications

Recommendations

- history
1 translation for JSON-LD 1.1
日本語

JSON is a useful data serialization and messaging format. This specification defines JSON-LD, a JSON-based format to serialize Linked Data. The syntax is designed to easily integrate into deployed systems that already use JSON, and provides a smooth upgrade path from JSON to JSON-LD. It is primarily intended to be a way to use Linked Data in Web-based programming environments, to build interoperable Web services, and to store Linked Data in JSON-based storage engines.

- history
1 translation for JSON-LD 1.1 Framing
日本語

JSON-LD Framing allows developers to query by example and force a specific tree layout to a JSON-LD document.

- history

This specification defines a set of algorithms for programmatic transformations of JSON-LD documents. Restructuring data according to the defined transformations often dramatically simplifies its usage. Furthermore, this document proposes an Application Programming Interface (API) for developers implementing the specified algorithms.

Notes

- history

JSON-LD offers a JSON-based serialization for Linked Data. One of the primary uses of JSON-LD is its ability to exchange RDF data across the Web. This can be done by first serializing RDF to JSON-LD, after which data consumers can deserialize JSON-LD to RDF.