case class JenaShEx(schema: ShexSchema) extends Schema with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JenaShEx
- Serializable
- Product
- Equals
- Schema
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new JenaShEx(schema: ShexSchema)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def convert(targetFormat: Option[String], targetEngine: Option[String], base: Option[IRI]): IO[String]
Convert this schema into another schema
- def defaultFormat: String
- Definition Classes
- Schema
- def defaultTriggerMode: ValidationTrigger
- def empty: Schema
Creates an empty schema
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def formats: Seq[String]
Supported input formats
- def fromRDF(rdf: RDFReader): IO[Schema]
- def fromString(str: String, format: String, base: Option[String]): IO[Schema]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def info: SchemaInfo
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def name: String
Name of this schema.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def pm: PrefixMap
Prefix Map of this schema
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val schema: ShexSchema
- def serialize(format: String, base: Option[IRI]): IO[String]
- def shapes: List[String]
List of shapes
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toClingo(rdf: RDFReader, shapeMap: ShapeMap): IO[String]
- def validate(rdf: RDFReader, trigger: ValidationTrigger, builder: RDFBuilder): IO[Result]
- def validate(rdf: RDFReader, triggerMode: String, shapeMap: String, optNode: Option[String], optShape: Option[String], nodePrefixMap: PrefixMap = PrefixMap.empty, shapesPrefixMap: PrefixMap = pm, builder: Option[RDFBuilder]): IO[Result]
- Definition Classes
- Schema
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])