object Keyword
- Alphabetic
- By Inheritance
- Keyword
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- trait Base extends Keyword[Base] with IRIBindingKey
Used to set the base IRI against which to resolve those relative IRI references which are otherwise interpreted relative to the document.
Used to set the base IRI against which to resolve those relative IRI references which are otherwise interpreted relative to the document. This keyword is described in § 4.1.3 Base IRI.
- trait Container extends Keyword[Container] with ValueBindingKey
Used to set the default container type for a term.
Used to set the default container type for a term.
Valid values are
@id
,@set
,@graph
,@index
,@language
,@list
, an array containing both@index
and@set
, or@language
and@set
. - trait Context extends Keyword[Context] with ValueBindingKey with NodeObjectBindingKey with ListBindingKey
Used to define the short-hand names that are used throughout a JSON-LD document.
- trait Direction extends Keyword[Direction] with ValueBindingKey
- trait Graph extends Keyword[Graph]
Used to express a graph.
- trait Id extends Keyword[Id] with IRIBindingKey
Used to uniquely identify node objects that are being described in the document with IRIs or blank node identifiers.
- trait Import extends Keyword[Import] with IRIBindingKey
Used in a context definition to load an external context within which the containing context definition is merged.
- trait Included extends Keyword[Included] with NodeObjectBindingKey
Used in a top-level node object to define an included block, for including secondary node objects within another node object.
Used in a top-level node object to define an included block, for including secondary node objects within another node object.
An included block is either a node object or an array of node objects.
- trait Index extends Keyword[Index] with ValueBindingKey
Used to specify that a container is used to index information and that processing should continue deeper into a JSON data structure.
- trait Json extends Keyword[Json]
Used as the @type value of a JSON literal.
- trait Language extends Keyword[Language] with ValueBindingKey
Used to specify the language for a particular string value or the default language of a JSON-LD document.
- trait List extends Keyword[List]
Used to express an ordered set of data.
- trait Nest extends Keyword[Nest] with ValueBindingKey
Used to define a property of a node object that groups together properties of that node, but is not an edge in the graph.
Used to define a property of a node object that groups together properties of that node, but is not an edge in the graph.
- See also
- trait None extends Keyword[None] with IRIBindingKey
Used as an index value in an index map, id map, language map, type map, or elsewhere where a map is used to index into other values, when the indexed node does not have the feature being indexed.
- trait Prefix extends Keyword[Prefix] with ValueBindingKey
With the value true, allows this term to be used to construct a compact IRI when compacting.
With the value true, allows this term to be used to construct a compact IRI when compacting. With the value false prevents the term from being used to construct a compact IRI.
- trait Propagate extends Keyword[Propagate] with ValueBindingKey
Used in a context definition to change the scope of that context.
- trait Reverse extends Keyword[Reverse] with IRIBindingKey
Used to express reverse properties.
- trait Set extends Keyword[Set] with SetBindingKey with ValueBindingKey with NodeObjectBindingKey
Used to express an unordered set of data and to ensure that values are always represented as arrays.
- trait Type extends Keyword[Type] with IRIBindingKey
Used to set the type of a node or the datatype of a typed value.
- trait Value extends Keyword[Value] with ValueBindingKey
Used to specify the data that is associated with a particular property in the graph.
- trait Version extends Keyword[Version] with ValueBindingKey
Used in a context definition to set the processing mode.
- trait Vocab extends Keyword[Vocab] with ValueBindingKey with IRIBindingKey
Used to expand properties and values in @type with a common prefix IRI.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val @base: Base
- val @container: Container
- val @context: Context
- val @direction: Direction
- val @graph: Graph
- val @id: Id
- val @import: Import
- val @included: Included
- val @index: Index
- val @json: Json
- val @language: Language
- val @list: List
- val @nest: Nest
- val @none: None
- val @prefix: Prefix
- val @propagate: Propagate
- val @reverse: Reverse
- val @set: Set
- val @type: Type
- val @value: Value
- val @version: Version
- val @vocab: Vocab
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])