TypedValue

com.tersesystems.blindsight.jsonld.TypedValue
final case class TypedValue(value: String, valueType: IRIValue) extends Value[String]

A typed value is a value associated with a IRI indicating the type's value.

This is most often used for representing objects that do not have a single JSON representation, such as dates.

Attributes

value

the string representation of the value

valueType

the IRI type of the value

See also:
Source:
Node.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Value[String]
trait Node
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product