es.weso

shex

package shex

Visibility
  1. Public
  2. All

Type Members

  1. case class Context(rdf: RDF, shEx: ShEx, validateIncoming: Boolean = false) extends Product with Serializable

  2. case class NoPass() extends ShExResult with Product with Serializable

  3. class Opts extends ScallopConf

  4. case class Pass(assignment: Map[RDFNode, IRI]) extends ShExResult with Product with Serializable

  5. case class Schema(pm: PrefixMap, shEx: ShEx) extends Positional with Product with Serializable

    The following definitions follow: http://www.

  6. trait ShExResult extends AnyRef

  7. case class ShapeDoc(pm: PrefixMap) extends Product with Serializable

  8. trait ShapeParser extends Positional with RegexParsers with StateParser with W3cTokens with TurtleParser

    Shape parser.

  9. case class ShapeParserState(namespaces: PrefixMap, bNodeLabels: BNodeTable, starts: List[Label], baseIRI: IRI) extends Product with Serializable

  10. case class Typing(map: Map[IRI, Set[IRI]]) extends Product with Serializable

Value Members

  1. object Context extends Serializable

  2. object Main extends App

  3. object PrefixMaps

  4. object Schema extends Serializable

  5. object ShapeDoc extends Serializable

  6. object ShapeParser extends ShapeParser

  7. object ShapeParserState extends Serializable

  8. object ShapeSyntax

    The following definitions follow: http://www.

  9. object ShapeValidator

  10. object Typing extends Serializable

Ungrouped