package rdf
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class Anonymous(value: String) extends SparqlDefinition with Product with Serializable
- Annotations
- @JSExportTopLevel("Anonymous")
- case class Graph(triples: Set[Triple]) extends Product with Serializable
- case class IRI(iri: String) extends SparqlDefinition with Product with Serializable
- Annotations
- @JSExportTopLevel("IRI")
- case class Literal[T](value: T, datatype: URI = URI.empty, ta: String = "") extends SparqlDefinition with Product with Serializable
- Annotations
- @JSExportTopLevel("Literal")
- case class PropertyPath(value: String) extends SparqlDefinition with Product with Serializable
- Annotations
- @JSExportTopLevel("PropertyPath")
- case class QueryVariable(name: String) extends SparqlDefinition with Product with Serializable
- Annotations
- @JSExportTopLevel("QueryVariable")
- sealed abstract class SparqlDefinition extends AnyRef
- case class Triple(s: SparqlDefinition, p: SparqlDefinition, o: SparqlDefinition) extends Product with Serializable
- case class URI(localNameUser: String, nameSpaceUser: String = "") extends SparqlDefinition with Product with Serializable
- Annotations
- @JSExportTopLevel("URI")
Value Members
- object Anonymous extends Serializable
- object IRI extends Serializable
- object Literal extends Serializable
- object PropertyPath extends Serializable
- object QueryVariable extends Serializable
- object SparqlBuilder
- Annotations
- @JSExportTopLevel("SparqlBuilder")
- object SparqlDefinition
- object URI extends Serializable