Schema

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
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product
Inherited from:
AbstractSchema
def qualify(node: RDFNode): String
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.

Returns:

a string representation of the object.

Definition Classes
Inherited from:
AbstractSchema

Concrete fields

Inherited fields

Inherited from:
AbstractSchema
Inherited from:
AbstractSchema