View Source JSON.LD.Context (JSON-LD.ex v0.3.9)
Implementation of the JSON-LD 1.0 Context Processing Algorithms.
Summary
Functions
Expands the given input according to the steps in the JSON-LD Create Term Definition Algorithm.
Inverse Context Creation algorithm
Types
Functions
@spec create(map(), JSON.LD.Options.convertible()) :: t()
Expands the given input according to the steps in the JSON-LD Create Term Definition Algorithm.
see https://www.w3.org/TR/json-ld-api/#create-term-definition
Inverse Context Creation algorithm
Details at https://www.w3.org/TR/json-ld-api/#inverse-context-creation
@spec new(JSON.LD.Options.convertible()) :: t()