Schema

es.weso.shex.Schema
See theSchema companion object
case class Schema(id: IRI, prefixes: Option[PrefixMap], base: Option[IRI], startActs: Option[List[SemAct]], start: Option[ShapeExpr], shapes: Option[List[ShapeExpr]], optTripleExprMap: Option[Map[ShapeLabel, TripleExpr]], imports: List[IRI], labelLocationMap: Option[Map[ShapeLabel, Location]]) extends AbstractSchema

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
AbstractSchema
def qualify(node: RDFNode): String

Attributes

Inherited from:
AbstractSchema
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Inherited from:
AbstractSchema

Concrete fields

Inherited fields

Attributes

Inherited from:
AbstractSchema

Attributes

Inherited from:
AbstractSchema

Attributes

Inherited from:
AbstractSchema