JSON for Linked Data (JSON-LD) Format

From GM-RKB
Jump to navigation Jump to search

A JSON for Linked Data (JSON-LD) Format is a JSON-based format used to serialize Linked Data.



References

2022

  • (Ferrari et al., 2022) ⇒ Andrea Ferrari, Elisa Riforgiato, and Luca Roffia. (2022). “JSON SPARQL Application Profile for Linked Data.” In: 2022 31st Conference of Open Innovations Association (FRUCT), pp. 380-384 . IEEE, DOI:10.23919/FRUCT54823.2022.9770884
    • ABSTRACT: This paper presents the JSON SPARQL Application Profile for Linked Data which is a JSON-LD compliant file that can be used to describe applications powered by the SPARQL Event Processing Architecture. Thanks to a publish-subscribe broker built on top of a generic SPARQL endpoint, the architecture allows the development of distributed and context-aware applications based on interoperable microservices. The SPARQL Application Profile includes all the information needed to describe an application, like the SPARQL queries and updates used by each microservice as well as the parameters needed to connect to a broker instance. The paper presents the ontology that has been designed to represent the SPARQL Application Profile from which the JSON-LD context has been eventually extracted.

2020

2020

  • https://www.w3.org/TR/json-ld11/
    • JSON is a useful data serialization and messaging format. This specification defines JSON-LD 1.1, 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.

      This specification describes a superset of the features defined in JSON-LD 1.0 [JSON-LD10] and, except where noted, documents created using the 1.0 version of this specification remain compatible with JSON-LD 1.1.

2020