Package

lspace

sparql

Permalink

package sparql

Visibility
  1. Public
  2. All

Type Members

  1. case class Ask() extends Query with Product with Serializable

    Permalink
  2. case class Construct(triple: (Variable, String, Variable)*) extends Query with Product with Serializable

    Permalink
  3. case class Describe() extends Query with Product with Serializable

    Permalink
  4. trait Query extends AnyRef

    Permalink
  5. case class Select(variable: Variable*) extends Query with Product with Serializable

    Permalink
  6. case class Variable(name: String) extends Product with Serializable

    Permalink

Value Members

  1. object Select extends Serializable

    Permalink
  2. object Variable extends Serializable

    Permalink

Ungrouped