View Source JSON.LD.Context (JSON-LD.ex v0.3.7)
Implementation of the JSON-LD 1.0 Context Processing Algorithms.
Link to this section Summary
Functions
Expands the given input according to the steps in the JSON-LD Create Term Definition Algorithm.
Inverse Context Creation algorithm
Link to this section Types
Link to this section 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()