Options
All
  • Public
  • Public/Protected
  • All
Menu

SHACL defines ValidationResult to report individual SHACL validation results.

see

https://www.w3.org/TR/shacl/#result

Hierarchy

  • ValidationResult

Index

Properties

Optional correction

correction: Assertions

Any correction assertions that were made by the shape to make the focus nodes final state conform.

focusNode

focusNode: GraphSubject

The focus node that has caused the result. This is the focus node that was validated when the validation result was produced.

Note that the subject contains only the non-conforming properties.

see

https://www.w3.org/TR/shacl/#results-focus-node

resultMessage

resultMessage: string

Communicates additional textual details to humans.

see

https://www.w3.org/TR/shacl/#results-message

sourceConstraintComponent

sourceConstraintComponent: ConstraintComponent

The constraint component that caused the result. For example, results produced due to a violation of a constraint based on a value of sh:minCount would have the source constraint component sh:MinCountConstraintComponent.

see

https://www.w3.org/TR/shacl/#results-source-constraint-component

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Protected method

Generated using TypeDoc. Delivered by Vercel. @m-ld/m-ld - v0.10.0 Source code licensed MIT. Privacy policy