Import

com.tersesystems.blindsight.jsonld.Keyword$.Import
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.

Attributes

Source:
Keyword.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def alias(name: String): KeywordType

A keyword can be aliased to another name.

A keyword can be aliased to another name.

val exampleId = Keyword.`@id`.alias("exampleId").bindIRI
// prints out "exampleId": "http://example.com/exampleId"
val entry: NodeEntry = exampleId -> "http://example.com/exampleId"

Attributes

name

the alias name of the keyword.

Returns:

the same type using a different alias.

See also:
Inherited from:
Keyword
Source:
Keyword.scala

Attributes

Inherited from:
IRIBindingKey
Source:
BindingKey.scala

Attributes

Inherited from:
IRIBindingKey
Source:
BindingKey.scala

Attributes

Inherited from:
BindingKey
Source:
BindingKey.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Keyword -> Any
Inherited from:
Keyword
Source:
Keyword.scala