Skip to content

Commit bed8544

Browse files
#702: Changed definition of sh:deactivated to mean "ignored" or skipped. (#708)
1 parent 116afac commit bed8544

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shacl12-core/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1663,7 +1663,7 @@ <h4>Deactivating Shapes and Constraints</h4>
16631663
Let <code>expr</code> be the <a>value</a> of <code>sh:deactivated</code> in a <a>shape</a>.
16641664
If <code>evalExpr(expr, <a>data graph</a>, <a>focus node</a>, {})</code> produces <code>true</code> as its only
16651665
<a>output node</a>, the shape is called <dfn data-lt="deactivate">deactivated</dfn>.
1666-
All RDF terms <a>conform</a> to a deactivated shape.
1666+
Deactivated shapes are ignored during validation.
16671667
</p>
16681668
<p>
16691669
In addition to deactivating all constraints for a shape, it is also possible to deactivate individual constraints.
@@ -1679,7 +1679,7 @@ <h4>Deactivating Shapes and Constraints</h4>
16791679
that has <a>shape</a> <a>subject</a> and a <a>parameter</a> as <a>predicate</a>.
16801680
If <code>evalExpr(expr, <a>data graph</a>, <a>focus node</a>, {})</code> produces <code>true</code> as its only
16811681
<a>output node</a>, the constraints that use the <a>triple</a> are called <dfn data-lt="deactivated constraint">deactivated constraints</dfn>.
1682-
Deactivated constraints do not produce any validation results.
1682+
Deactivated constraints are ignored during validation.
16831683
</p>
16841684
<p><em>The remainder of this section is informative.</em></p>
16851685
<p>

0 commit comments

Comments
 (0)