You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: shacl12-core/index.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1761,8 +1761,8 @@ <h4>Declaring the Severity of a Shape or Constraint</h4>
1761
1761
</tr>
1762
1762
</table>
1763
1763
<p>
1764
-
Validation engines may treat <code>sh:Info</code> and <code>sh:Warning</code> as non-violating based on
1765
-
options passed to the engine. By default, they must be treated as violations.
1764
+
Validation engines MAY treat <code>sh:Info</code> and <code>sh:Warning</code> as non-violating based on
1765
+
options passed to the engine. By default, they are treated as violations.
1766
1766
</p>
1767
1767
<p>
1768
1768
In addition to declaring severities per shape, the property <code>sh:severity</code> can also be used
@@ -2814,7 +2814,7 @@ <h4>Handling of Recursive Shapes</h4>
2814
2814
<h3>Conformance Checking</h3>
2815
2815
<p>
2816
2816
A <a>focus node</a><dfndata-lt="conform|conformance">conforms</dfn> to a <a>shape</a> if and only if
2817
-
the set of result of the <a>validation</a> of the <a>focus node</a> against the <a>shape</a>is empty and no <a>failure</a>
2817
+
the set of result of the <a>validation</a> of the <a>focus node</a> against the <a>shape</a>does not contain any results with a severity level representing a violation and no <a>failure</a>
0 commit comments