JSON-LD
@base
Used to set the base IRI against which to resolve any relative IRIs.

Back to Glossary
Definition
Used to set the base IRI against which to resolve any relative IRIs.
Examples
"@base": "https://example.com/"
Related terms
- @context
The @context property defines the context within which the terms in a JSON-LD document are interpreted.
- @id
The @id property specifies a unique identifier for 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