Closed |
See https://www.w3.org/TR/shacl/#ClosedPatterConstraintComponent
|
CommonConstraint |
Any of a number of constraint parameters which can be applied either to node or property shapes
|
CommonConstraint.And |
See https://www.w3.org/TR/shacl/#AndConstraintComponent
|
CommonConstraint.Class_ |
See https://www.w3.org/TR/shacl/#ClassConstraintComponent
|
CommonConstraint.Closed |
See https://www.w3.org/TR/shacl/#ClosedConstraintComponent
|
CommonConstraint.Datatype |
See https://www.w3.org/TR/shacl/#DatatypeConstraintComponent
|
CommonConstraint.Disjoint |
See https://www.w3.org/TR/shacl/#DisjointConstraintComponent
|
CommonConstraint.Equals |
See https://www.w3.org/TR/shacl/#EqualsConstraintComponent
|
CommonConstraint.HasValue |
Specifies the condition that at least one value node is equal to the given RDF term.
|
CommonConstraint.In |
Specifies the condition that each value node is a member of a provided SHACL list.
|
CommonConstraint.LanguageIn |
See https://www.w3.org/TR/shacl/#LanguageInConstraintComponent
|
CommonConstraint.MaxExclusive |
See https://www.w3.org/TR/shacl/#MaxExclusiveConstraintComponent
|
CommonConstraint.MaxInclusive |
See https://www.w3.org/TR/shacl/#MaxInclusiveConstraintComponent
|
CommonConstraint.MaxLength |
See https://www.w3.org/TR/shacl/#MaxLengthConstraintComponent
|
CommonConstraint.MinExclusive |
See https://www.w3.org/TR/shacl/#MinExclusiveConstraintComponent
|
CommonConstraint.MinInclusive |
See https://www.w3.org/TR/shacl/#MinInclusiveConstraintComponent
|
CommonConstraint.MinLength |
See https://www.w3.org/TR/shacl/#MinLengthConstraintComponent
|
CommonConstraint.Node |
See https://www.w3.org/TR/shacl/#NodeConstraintComponent
|
CommonConstraint.NodeKind |
See https://www.w3.org/TR/shacl/#NodeKindConstraintComponent
|
CommonConstraint.Not |
See https://www.w3.org/TR/shacl/#NotConstraintComponent
|
CommonConstraint.Or |
See https://www.w3.org/TR/shacl/#OrConstraintComponent
|
CommonConstraint.Pattern |
See https://www.w3.org/TR/shacl/#PatternConstraintComponent
|
CommonConstraint.Property |
See https://www.w3.org/TR/shacl/#PropertyConstraintComponent
|
CommonConstraint.Xone |
See https://www.w3.org/TR/shacl/#XoneConstraintComponent
|
CommonProperties |
Common constraint parameters and other properties for SHACL shapes
|
Definition<A> |
An instance of a type like sh:Shape or sh:NodeShape, together with a unique IRI for that instance
|
NodeKind |
|
NodeKind.BlankNode |
A blank node
|
NodeKind.BlankNodeOrIri |
A blank node or an IRI
|
NodeKind.BlankNodeOrLiteral |
A blank node or a literal
|
NodeKind.Iri |
An IRI
|
NodeKind.IriOrLiteral |
An IRI or a literal
|
NodeKind.Literal |
A literal
|
NodeShape |
A SHACL node shape.
|
Pattern |
A SHACL pattern.
|
PropertyShape |
A SHACL property shape.
|
PropertyShapeConstraint |
A number of constraint parameters which are specific to property shapes, and cannot be applied to node shapes
|
PropertyShapeConstraint.LessThan |
See https://www.w3.org/TR/shacl/#LessThanConstraintComponent
|
PropertyShapeConstraint.LessThanOrEquals |
See https://www.w3.org/TR/shacl/#LessThanOrEqualsConstraintComponent
|
PropertyShapeConstraint.MaxCount |
The maximum cardinality.
|
PropertyShapeConstraint.MinCount |
The minimum cardinality.
|
PropertyShapeConstraint.QualifiedValueShape |
See https://www.w3.org/TR/shacl/#QualifiedValueShapeConstraintComponent
|
PropertyShapeConstraint.UniqueLang |
See https://www.w3.org/TR/shacl/#UniqueLangConstraintComponent
|
QualifiedValueShape |
See https://www.w3.org/TR/shacl/#QualifiedValueShapeConstraintComponent
|
Reference<A> |
Either an instance of a type like sh:Shape or sh:NodeShape, or an IRI which refers to an instance of that type
|
Reference.Anonymous<A> |
An anonymous instance
|
Reference.Definition<A> |
An inline definition
|
Reference.Named<A> |
|
Severity |
|
Severity.Info |
A non-critical constraint violation indicating an informative message
|
Severity.Violation |
A constraint violation
|
Severity.Warning |
A non-critical constraint violation indicating a warning
|
Shape |
A SHACL node or property shape.
|
Shape.Node |
|
Shape.Property |
|
ShapesGraph |
An RDF graph containing zero or more shapes that is passed into a SHACL validation process so that a data graph can be validated against the shapes
|