W3C

JSON-LD

JSON-LD (JSON for Linking Data) is a W3C Recommendation for encoding linked data using JSON. It provides a way to add semantic meaning to JSON documents through the use of @context, @id, and @type keywords, enabling interoperability through shared vocabularies like schema.org.

API entry from apis.yml

apis.yml Raw ↑
aid: w3c:json-ld
name: JSON-LD
description: JSON-LD (JSON for Linking Data) is a W3C Recommendation for encoding linked data using JSON.
  It provides a way to add semantic meaning to JSON documents through the use of @context, @id, and @type
  keywords, enabling interoperability through shared vocabularies like schema.org.
humanURL: https://www.w3.org/TR/json-ld11/
tags:
- JSON
- Linked Data
- Semantic Web
- Standards
properties:
- url: https://www.w3.org/TR/json-ld11/
  type: Specification
- url: https://json-ld.org/
  type: Website
- url: https://json-ld.org/playground/
  type: Playground
- url: https://github.com/w3c/json-ld-syntax
  type: GitHub