JSON-LD
@id
The @id property specifies a unique identifier for the thing being described.

Back to Glossary
Definition
The @id property specifies a unique identifier for the thing being described.
Examples
"@id": "https://example.com/person/123"
Related terms
- @context
The @context property defines the context within which the terms in a JSON-LD document are interpreted.
- @type
The @type property specifies the type of the thing being described.
- JSON-LD
JSON-LD (JSON for Linked Data) is a method of encoding Linked Data using JSON. It is a lightweight syntax to express structured data.
More JSON-LD terms
6 additional terms in this category
Schema types
- Person — Individual people
- Organization — Companies and groups
- Product — Items for sale
- Event — Concerts and conferences
- Article — Blog posts and news
- Recipe — Cooking instructions