Packages

p

es.weso

schema

package schema

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class DataFormats(name: String) extends Product with Serializable
  2. case class ErrorInfo(msg: String) extends Product with Serializable
  3. case class Result(isValid: Boolean, message: String, shapeMaps: Seq[ResultShapeMap], validationReport: Either[String, RDFReader], errors: Seq[ErrorInfo], trigger: Option[ValidationTrigger], nodesPrefixMap: PrefixMap, shapesPrefixMap: PrefixMap) extends LazyLogging with Product with Serializable
  4. abstract class Schema extends AnyRef
  5. case class SchemaInfo(schemaName: String, schemaEngine: String, isWellFormed: Boolean, errors: List[String]) extends Product with Serializable
  6. case class SchemaLabel(node: RDFNode, pm: PrefixMap = PrefixMap.empty) extends Product with Serializable
  7. case class ShExSchema(schema: shex.Schema) extends Schema with LazyLogging with SLang2Clingo with ShEx2SLang with Product with Serializable
  8. case class ShaclexSchema(schema: shacl.Schema) extends Schema with Product with Serializable
  9. case class ShapeMapTrigger(shapeMap: ShapeMap) extends ValidationTrigger with Product with Serializable
  10. abstract class ValidationTrigger extends AnyRef

Value Members

  1. object DataFormats extends Serializable
  2. object ErrorInfo extends LazyLogging with Serializable
  3. object Result extends LazyLogging with Serializable
  4. object SchemaLabel extends Serializable
  5. object Schemas
  6. object ShExSchema extends Serializable
  7. object ShaclexSchema extends Serializable
  8. object ShapeMapTrigger extends Serializable
  9. case object TargetDeclarations extends ValidationTrigger with Product with Serializable

    Validates only target declarations

  10. object ValidationTrigger extends LazyLogging

Ungrouped