Packages

package rdf

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Anonymous(value: String) extends SparqlDefinition with Product with Serializable
    Annotations
    @JSExportTopLevel("Anonymous")
  2. case class Graph(triples: Set[Triple]) extends Product with Serializable
  3. case class IRI(iri: String) extends SparqlDefinition with Product with Serializable
    Annotations
    @JSExportTopLevel("IRI")
  4. case class Literal[T](value: T, datatype: URI = URI.empty, ta: String = "") extends SparqlDefinition with Product with Serializable
    Annotations
    @JSExportTopLevel("Literal")
  5. case class PropertyPath(value: String) extends SparqlDefinition with Product with Serializable
    Annotations
    @JSExportTopLevel("PropertyPath")
  6. case class QueryVariable(name: String) extends SparqlDefinition with Product with Serializable
    Annotations
    @JSExportTopLevel("QueryVariable")
  7. sealed abstract class SparqlDefinition extends AnyRef
  8. case class Triple(s: SparqlDefinition, p: SparqlDefinition, o: SparqlDefinition) extends Product with Serializable
  9. case class URI(localNameUser: String, nameSpaceUser: String = "") extends SparqlDefinition with Product with Serializable
    Annotations
    @JSExportTopLevel("URI")

Value Members

  1. object Anonymous extends Serializable
  2. object IRI extends Serializable
  3. object Literal extends Serializable
  4. object PropertyPath extends Serializable
  5. object QueryVariable extends Serializable
  6. object SparqlBuilder
    Annotations
    @JSExportTopLevel("SparqlBuilder")
  7. object SparqlDefinition
  8. object URI extends Serializable

Ungrouped