Module json_ld::context [−][src]
Expand description
Context processing algorithm and types.
Re-exports
pub use inverse::InverseContext;
pub use inverse::Inversible;
Modules
Structs
Processed context attached to its original unprocessed local context.
Options of the Context Processing Algorithm.
Context processing stack.
Traits
JSON-LD context.
Mutable JSON-LD context.
Trait for types that are or wrap a mutable context.
Local context used for context expansion.
Functions
Follows the https://www.w3.org/TR/json-ld11-api/#create-term-definition
algorithm.
Default value for base_url
is None
. Default values for protected
and override_protected
are false
.
Default values for document_relative
and vocab
should be false
and true
.
Checks if the given context has a protected definition.