Current section

Files

Jump to
json_ld lib json ld context term_definition.ex
Raw

lib/json/ld/context/term_definition.ex

defmodule JSON.LD.Context.TermDefinition do
defstruct iri_mapping: nil,
reverse_property: false,
type_mapping: false, language_mapping: false,
container_mapping: nil
end