Skip to content

Using JSON-LD Contexts

How to use JSON-LD contexts.

Adding Context

Include @context in JSON:

{
  "@context": "context-url",
  ...
}

Converting to RDF

JSON-LD can be converted to RDF triples.