NodeShape

es.weso.shacl.NodeShape
case class NodeShape(id: RDFNode, components: List[Component], targets: Seq[Target], propertyShapes: Seq[RefNode], closed: Boolean, ignoredProperties: List[IRI], deactivated: Boolean, message: MessageMap, severity: Option[Severity], name: MessageMap, description: MessageMap, order: Option[DecimalLiteral], group: Option[RefNode], sourceIRI: Option[IRI]) extends Shape

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Shape
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def addPropertyShapes(ps: Seq[RefNode]): Shape

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
Shape
def hasId(iri: IRI): Boolean

Attributes

Inherited from:
Shape

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Shape

Attributes

Inherited from:
Shape

Attributes

Inherited from:
Shape

Attributes

Inherited from:
Shape

Attributes

Inherited from:
Shape