ShExsValidator

case class ShExsValidator(schema: Schema)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def fromESNel[A](e: Either[NonEmptyList[String], A]): IO[A]
def validateNodeShapeSync(model: Model, node: String, shape: String, verbose: VerboseLevel): ResultShapeMap

Validates a node with a shape label in the schema

Validates a node with a shape label in the schema

def validateShapeMapSync(model: Model, shapeMap: String, verbose: VerboseLevel): ResultShapeMap

Inherited methods

Inherited from:
Product