ediverse Explore the platform

Spotlight PEPPOL BIS Billing 3.0 The EU e-invoicing mandate is here — France Sept 2026, Belgium Jan 2026, Germany 2025.

JSON-LD

JSON for Linked Data web standard.

Definition

JSON-LD (JSON for Linked Data) is a W3C format to serialise RDF graphs (Linked Data) in JSON. Uses @context (vocabulary pointers), @id (URI identifier), @type (RDF class). Massively adopted for SEO (schema.org, Google Knowledge Graph), VCs (W3C Verifiable Credentials), hypermedia APIs (Activity Streams).

Origin

JSON-LD 1.0 published as W3C Recommendation in January 2014. v1.1 published July 2020.

Example in context

{"@context":"https://schema.org","@type":"Invoice","accountId":"INV-007","totalPaymentDue":{"@type":"MonetaryAmount","value":99.95,"currency":"EUR"}}

Last updated: May 15, 2026