org.w3

banana

package banana

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. banana
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait BananaException extends Exception

  2. case class BananaTimeout(te: TimeoutException) extends Exception with BananaException with Product with Serializable

  3. class CertPrefix[Rdf <: RDF] extends PrefixBuilder[Rdf]

  4. trait CommonPrefixes[Rdf <: RDF] extends AnyRef

  5. class DCPrefix[Rdf <: RDF] extends PrefixBuilder[Rdf]

  6. class DCTPrefix[Rdf <: RDF] extends PrefixBuilder[Rdf]

  7. trait DefaultURIOps[Rdf <: RDF] extends URIOps[Rdf]

  8. class FOAFPrefix[Rdf <: RDF] extends PrefixBuilder[Rdf]

  9. case class FailedConversion(message: String) extends Exception with BananaException with Product with Serializable

  10. implicit class FutureW[T] extends AnyRef

  11. trait GraphStore[Rdf <: RDF, M[+_], A] extends AnyRef

    A typeclass for graph stores supporting [RDF Datasets](http://www.w3.org/TR/rdf11-concepts/#h2_section-dataset) manipulations.

    A typeclass for graph stores supporting [RDF Datasets](http://www.w3.org/TR/rdf11-concepts/#h2_section-dataset) manipulations.

    The store of type A can manipulate named graphs (no default graph) through their names (only URIs, no bnode). Operations happen inside the context M.

  12. class IANALinkPrefix[Rdf <: RDF] extends PrefixBuilder[Rdf]

    The Iana Link Relations are not linked data so these URLs are currently invented ones, and need not reflect what may be used if ever such URIs are coined.

  13. trait JsonLDReaderModule extends RDFModule

  14. trait JsonLDWriterModule extends RDFModule

  15. trait JsonQueryResultsReaderModule extends RDFModule

  16. trait JsonSolutionsWriterModule extends RDFModule

  17. class LDPPrefix[Rdf <: RDF] extends PrefixBuilder[Rdf]

  18. trait Lifecycle[Rdf <: RDF, A] extends AnyRef

    A typeclass for stores that requires to be started or stopped

  19. trait LinkedDataResource[Rdf <: RDF] extends AnyRef

    An RDF Resource that can be located on the Web.

  20. case class LocalNameException(message: String) extends Exception with BananaException with Product with Serializable

  21. trait MGraphOps[Rdf <: RDF] extends AnyRef

    Operations over mutable graphs.

  22. trait NTriplesReaderModule extends RDFModule

  23. trait NTriplesWriterModule extends RDFModule

  24. case class NoReader(mimetype: String) extends Exception with BananaException with Product with Serializable

  25. class OWLPrefix[Rdf <: RDF] extends PrefixBuilder[Rdf]

  26. trait PointedGraph[Rdf <: RDF] extends AnyRef

  27. class PointedGraphs[Rdf <: RDF] extends Iterable[PointedGraph[Rdf]]

  28. trait Prefix[Rdf <: RDF] extends AnyRef

  29. trait Property[Rdf <: RDF, T] extends AnyRef

  30. trait RDF extends AnyRef

  31. trait RDFDSL[Rdf <: RDF] extends AnyRef

  32. trait RDFModule extends AnyRef

  33. trait RDFOps[Rdf <: RDF] extends MGraphOps[Rdf] with URIOps[Rdf] with RDFDSL[Rdf] with CommonPrefixes[Rdf] with RDFSyntax[Rdf]

    A Module that gathers the types needed to define an RDF implementation Closely based on http://www.w3.org/TR/rdf11-concepts/ But with the notable exceptions:

    A Module that gathers the types needed to define an RDF implementation Closely based on http://www.w3.org/TR/rdf11-concepts/ But with the notable exceptions:

    • we allow literals in subject position
  34. trait RDFOpsModule extends RDFModule

  35. class RDFPrefix[Rdf <: RDF] extends PrefixBuilder[Rdf]

  36. class RDFSPrefix[Rdf <: RDF] extends PrefixBuilder[Rdf]

  37. trait RDFStore[Rdf <: RDF, M[+_], A] extends SparqlEngine[Rdf, M, A] with GraphStore[Rdf, M, A] with Transactor[Rdf, A]

  38. class RDFTransformer[A <: RDF, B <: RDF] extends AnyRef

    class of Transformers between different RDF frameworks

  39. trait RDFXMLReaderModule extends RDFModule

  40. trait RDFXMLWriterModule extends RDFModule

  41. trait RecordBinderModule extends RDFModule

  42. trait SparqlEngine[Rdf <: RDF, M[_], A] extends AnyRef

    A typeclass for a SPARQL engine whose implementation is the type A.

    A typeclass for a SPARQL engine whose implementation is the type A.

    The supported queries are: Select, Ask, and Construct. No support for SPARQL Update here; for this see class SparqlUpdate.

    Operations happen inside the context M.

  43. trait SparqlGraphModule extends RDFModule

  44. trait SparqlHttpModule extends RDFModule

  45. trait SparqlOps[Rdf <: RDF] extends SparqlSyntax[Rdf]

  46. trait SparqlOpsModule extends RDFModule

  47. type SparqlSolutionsWriter[Rdf <: RDF, +T] = Writer[banana.SparqlSolutionsWriter.Rdf.Solutions, Try, T]

  48. trait SparqlUpdate[Rdf <: RDF, M[_], A] extends AnyRef

  49. case class StoreProblem(t: Throwable) extends Exception with BananaException with Product with Serializable

  50. trait Transactor[Rdf <: RDF, A] extends AnyRef

    A typeclass for As supporting transactions.

  51. type TripleMatch[Rdf <: RDF] = (banana.TripleMatch.Rdf.NodeMatch, banana.TripleMatch.Rdf.NodeMatch, banana.TripleMatch.Rdf.NodeMatch)

  52. implicit class TryW[T] extends AnyRef

  53. trait TurtleReaderModule extends RDFModule

  54. trait TurtleWriterModule extends RDFModule

  55. trait URIOps[Rdf <: RDF] extends AnyRef

  56. case class VarNotFound(message: String) extends Exception with BananaException with Product with Serializable

  57. class WebACLPrefix[Rdf <: RDF] extends PrefixBuilder[Rdf]

  58. case class WrappedThrowable(t: Throwable) extends Exception with BananaException with Product with Serializable

  59. case class WrongExpectation(message: String) extends Exception with BananaException with Product with Serializable

  60. class XSDPrefix[Rdf <: RDF] extends PrefixBuilder[Rdf]

  61. trait XmlQueryResultsReaderModule extends RDFModule

  62. trait XmlSolutionsWriterModule extends RDFModule

Value Members

  1. object CertPrefix

  2. object DCPrefix

  3. object DCTPrefix

  4. object FOAFPrefix

  5. object IANALinkPrefix

  6. object LDPPrefix

  7. object Lifecycle

  8. object LinkedDataResource

  9. object NotPureFragment extends Exception with BananaException with Product with Serializable

  10. object OWLPrefix

  11. object PointedGraph

  12. object Prefix

  13. object Property

  14. object RDFOps

  15. object RDFPrefix

  16. object RDFSPrefix

  17. object RDFStore

  18. object SparqlOps

  19. object WebACLPrefix

  20. object XSDPrefix

  21. package binder

  22. package diesel

  23. package io

  24. package isomorphism

  25. def sameThreadExecutionContext: ExecutionContext

    Same thread execution context.

    Same thread execution context. Turns a Future[C] into a C effectively See discussion on scala-user "Calling Thread Execution Context" https://groups.google.com/forum/#!topic/scala-user/FO3gJmxe9kA

    returns

    the Execution Context

  26. package syntax

  27. package util

Inherited from AnyRef

Inherited from Any

Ungrouped