Package

lspace.codec

turtle

Permalink

package turtle

Visibility
  1. Public
  2. All

Type Members

  1. trait Decoder extends AnyRef

    Permalink
  2. case class Multi(values: List[Object]) extends Object with Product with Serializable

    Permalink
  3. trait Object extends AnyRef

    Permalink
  4. case class Predicates(pv: List[(Iri, Object)]) extends Object with Product with Serializable

    Permalink
  5. case class Single(value: String) extends Object with Product with Serializable

    Permalink
  6. case class Statement(subject: Identifier, predicates: Predicates) extends Product with Serializable

    Permalink
  7. case class Turtle(context: ActiveContext = ActiveContext(), statements: List[Statement] = List()) extends Product with Serializable

    Permalink

Value Members

  1. object Decoder

    Permalink

Ungrouped