JSON-LD.ex v0.3.2 JSON.LD.Context View Source

Link to this section Summary

Link to this section Functions

Link to this function

create_term_definition(active, local, term, value, defined)

View Source

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

Link to this function

new(options \\ %JSON.LD.Options{})

View Source
Link to this function

update(active, local, remote \\ [], options \\ %JSON.LD.Options{})

View Source