case class Schema(pm: PrefixMap, imports: List[IRI], entailments: List[IRI], shapesMap: Map[RefNode, Shape], propertyGroups: Map[RefNode, PropertyGroup]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Schema
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
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( ... ) @native() @HotSpotIntrinsicCandidate()
- val entailments: List[IRI]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val imports: List[IRI]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
- val pm: PrefixMap
- val propertyGroups: Map[RefNode, PropertyGroup]
- def serialize(format: String = "TURTLE", base: Option[IRI], builder: RDFBuilder): IO[String]
-
def
shape(node: RDFNode): Either[String, Shape]
Get the shape associated to an IRI
Get the shape associated to an IRI
- node
IRI that identifies a shape
- lazy val shapeRefs: Seq[RefNode]
- lazy val shapes: Seq[Shape]
- val shapesMap: Map[RefNode, Shape]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
targetNodeDeclarations: Seq[(RDFNode, RDFNode)]
Get the sequence of
sh:targetNodedeclarationsGet the sequence of
sh:targetNodedeclarations- returns
a list of pairs (n,s) where n is the IRI of a node and s is the IRI of a shape
-
def
targetNodeShapes: Seq[(RDFNode, Shape)]
Get the sequence of sh:targetNode declarations
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )