Object/Trait

com.tersesystems.blindsight.jsonld

Keyword

Related Docs: trait Keyword | package jsonld

Permalink

object Keyword

Contains all the keywords defined in document.

Source
Keyword.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Keyword
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Base extends Keyword[Base] with IRIBindingKey

    Permalink

    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.

  2. trait Container extends Keyword[Container] with ValueBindingKey

    Permalink

    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.

  3. trait Context extends Keyword[Context] with ValueBindingKey with NodeObjectBindingKey with ListBindingKey

    Permalink

    Used to define the short-hand names that are used throughout a JSON-LD document.

  4. trait Direction extends Keyword[Direction] with ValueBindingKey

    Permalink

  5. trait Graph extends Keyword[Graph]

    Permalink

    Used to express a graph.

  6. trait Id extends Keyword[Id] with IRIBindingKey

    Permalink

    Used to uniquely identify node objects that are being described in the document with IRIs or blank node identifiers.

  7. trait Import extends Keyword[Import] with IRIBindingKey

    Permalink

    Used in a context definition to load an external context within which the containing context definition is merged.

  8. trait Included extends Keyword[Included] with NodeObjectBindingKey

    Permalink

    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.

  9. trait Index extends Keyword[Index] with ValueBindingKey

    Permalink

    Used to specify that a container is used to index information and that processing should continue deeper into a JSON data structure.

  10. trait Json extends Keyword[Json]

    Permalink

    Used as the @type value of a JSON literal.

  11. trait Language extends Keyword[Language] with ValueBindingKey

    Permalink

    Used to specify the language for a particular string value or the default language of a JSON-LD document.

  12. trait List extends Keyword[List]

    Permalink

    Used to express an ordered set of data.

  13. trait Nest extends Keyword[Nest] with ValueBindingKey

    Permalink

    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

    Nested Properties.

  14. trait None extends Keyword[None] with IRIBindingKey

    Permalink

    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.

  15. trait Prefix extends Keyword[Prefix] with ValueBindingKey

    Permalink

    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.

  16. trait Propagate extends Keyword[Propagate] with ValueBindingKey

    Permalink

    Used in a context definition to change the scope of that context.

  17. trait Reverse extends Keyword[Reverse] with IRIBindingKey

    Permalink

    Used to express reverse properties.

  18. trait Set extends Keyword[Set] with SetBindingKey with ValueBindingKey with NodeObjectBindingKey

    Permalink

    Used to express an unordered set of data and to ensure that values are always represented as arrays.

  19. trait Type extends Keyword[Type] with IRIBindingKey

    Permalink

    Used to set the type of a node or the datatype of a typed value.

  20. trait Value extends Keyword[Value] with ValueBindingKey

    Permalink

    Used to specify the data that is associated with a particular property in the graph.

  21. trait Version extends Keyword[Version] with ValueBindingKey

    Permalink

    Used in a context definition to set the processing mode.

  22. trait Vocab extends Keyword[Vocab] with ValueBindingKey with IRIBindingKey

    Permalink

    Used to expand properties and values in @type with a common prefix IRI.

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val @base: Base

    Permalink
  5. val @container: Container

    Permalink
  6. val @context: Context

    Permalink
  7. val @direction: Direction

    Permalink
  8. val @graph: Graph

    Permalink
  9. val @id: Id

    Permalink
  10. val @import: Import

    Permalink
  11. val @included: Included

    Permalink
  12. val @index: Index

    Permalink
  13. val @json: Json

    Permalink
  14. val @language: Language

    Permalink
  15. val @list: List

    Permalink
  16. val @nest: Nest

    Permalink
  17. val @none: None

    Permalink
  18. val @prefix: Prefix

    Permalink
  19. val @propagate: Propagate

    Permalink
  20. val @reverse: Reverse

    Permalink
  21. val @set: Set

    Permalink
  22. val @type: Type

    Permalink
  23. val @value: Value

    Permalink
  24. val @version: Version

    Permalink
  25. val @vocab: Vocab

    Permalink
  26. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  27. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  28. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  31. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  38. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped