Class Report
Represents a SHACL validation report.
Implements
System.IComparable<INode>
System.IComparable<IBlankNode>
System.IComparable<IGraphLiteralNode>
System.IComparable<ILiteralNode>
System.IComparable<IUriNode>
System.IComparable<IVariableNode>
System.IEquatable<INode>
System.IEquatable<IBlankNode>
System.IEquatable<IGraphLiteralNode>
System.IEquatable<ILiteralNode>
System.IEquatable<IUriNode>
System.IEquatable<IVariableNode>
System.Runtime.Serialization.ISerializable
System.Xml.Serialization.IXmlSerializable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: VDS.RDF.Shacl.Validation
Assembly: dotNetRDF.dll
Syntax
public class Report : WrapperNode, IBlankNode, IUriNode, ILiteralNode, INode, IComparable<INode>, IComparable<IBlankNode>, IComparable<IGraphLiteralNode>, IComparable<ILiteralNode>, IComparable<IUriNode>, IComparable<IVariableNode>, IEquatable<INode>, IEquatable<IBlankNode>, IEquatable<IGraphLiteralNode>, IEquatable<ILiteralNode>, IEquatable<IUriNode>, IEquatable<IVariableNode>, ISerializable, IXmlSerializable
Properties
| Improve this Doc View SourceConforms
Gets a value indicating whether conformance checking was successful.
Declaration
public bool Conforms { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 |
---|---|
System.Collections.Generic.ICollection<Result> |
Methods
| Improve this Doc 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. |
Implements
System.IComparable<T>
System.IComparable<T>
System.IComparable<T>
System.IComparable<T>
System.IComparable<T>
System.IComparable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.Runtime.Serialization.ISerializable
System.Xml.Serialization.IXmlSerializable