Class Report
Represents a SHACL validation report.
Implements
Inherited Members
Namespace: VDS.RDF.Shacl.Validation
Assembly: dotNetRdf.Shacl.dll
Syntax
public class Report : GraphWrapperNode, IBlankNode, IUriNode, IRefNode, ILiteralNode, INode, IComparable<INode>, IComparable<IBlankNode>, IComparable<IGraphLiteralNode>, IComparable<ILiteralNode>, IComparable<IUriNode>, IComparable<IVariableNode>, IComparable<IRefNode>, IComparable<ITripleNode>, IEquatable<INode>, IEquatable<IBlankNode>, IEquatable<IGraphLiteralNode>, IEquatable<ILiteralNode>, IEquatable<IUriNode>, IEquatable<IVariableNode>, IEquatable<IRefNode>, IEquatable<ITripleNode>
Properties
| Edit this page View SourceConforms
Gets a value indicating whether conformance checking was successful.
Declaration
public bool Conforms { get; }
Property Value
Type | Description |
---|---|
bool |
Normalised
Gets a normalised graph containing validation report data as required for SHACL compliance testing.
Declaration
public IGraph Normalised { get; }
Property Value
Type | Description |
---|---|
IGraph |
Results
Gets the collection of validation results for this report.
Declaration
public ICollection<Result> Results { get; }
Property Value
Type | Description |
---|---|
ICollection<Result> |
Methods
| Edit this page View SourceParse(IGraph)
Wraps a graph with SHACL validation report data.
Declaration
public static Report Parse(IGraph g)
Parameters
Type | Name | Description |
---|---|---|
IGraph | g | The graph containing SHACL validation report statements. |
Returns
Type | Description |
---|---|
Report | A report representing the SHACL validation report in the erapped graph. |