org.w3.banana

n3js

package n3js

N3.js facade types for Scala.js.

Some enhanced methods are also provided to make it easier to use in Scala.

See https://github.com/RubenVerborgh/N3.js .

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

Type Members

  1. final case class BNode(label: String) extends Product with Serializable

  2. final class MGraph[S, P, O] extends AnyRef

  3. trait N3js extends RDF

    A N3.js-based implementation of the RDF model.

    A N3.js-based implementation of the RDF model.

    For now, only the URIs and Literal are natively handled by N3.js.

  4. trait N3jsMGraphOps extends MGraphOps[N3js]

  5. trait N3jsModule extends RDFModule with RDFOpsModule with RecordBinderModule

  6. trait Parser extends Object

  7. case class ParsingError(message: String) extends Exception with Product with Serializable

  8. trait Store extends Object

  9. trait Triple extends Object

  10. trait Util extends Object

Value Members

  1. object N3 extends Object

  2. object N3js extends N3jsModule

  3. object N3jsOps extends RDFOps[N3js] with N3jsMGraphOps with DefaultURIOps[N3js]

  4. object Node

  5. object Parser

  6. object ParsingError extends Serializable

  7. object Store

  8. object Triple

  9. package io

Inherited from AnyRef

Inherited from Any

Ungrouped