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
@@ -6866,10 +6935,10 @@ <h2>Changes between SHACL 1.0 Core and SHACL 1.2 Core</h2>
6866
6935
<ul>
6867
6936
<li>Introduced <a>node expressions</a> as an extension point to dynamically compute lists of nodes. Generalized <code>sh:targetNode</code>, <code>sh:deactivated</code> and <code>sh:defaultValue</code>, and introduced <code>sh:values</code> to support node expressions.</li>
6868
6937
<li>Added the new constraint component <ahref="#SingleLineConstraintComponent"><code>sh:singleLine</code></a>, see <ahref="https://github.com/w3c/data-shapes/issues/177">Issue 177</a></li>
6869
-
<li>Added the new class <ahref="#ShapeClass"><code>sh:ShapeClass</code></a> for implicit class targets, see <ahref="https://github.com/w3c/data-shapes/issues/212">Issue 212</a></li>
6870
-
<li>Moved SPARQL-based validators from Core to an Appendix of SHACL-SPARQL, see <ahref="https://github.com/w3c/data-shapes/issues/271">Issue 271</a></li>
6871
-
<li>Added the new constraint component <ahref="#ExpressionConstraintComponent"><code>sh:expression</code></a>, see <ahref="https://github.com/w3c/data-shapes/issues/357">Issue 357</a></li>
6872
-
<li>Values for <ahref="#deactivated"><code>sh:deactivated</code></a>, <ahref="#message"><code>sh:message</code></a> and <ahref="#severity"><code>sh:severity</code></a> can now be specified using RDF 1.2 reification, see <ahref="https://github.com/w3c/data-shapes/issues/173">Issue 173</a></li>
6938
+
<li>Added the new class <ahref="#ShapeClass"><code>sh:ShapeClass</code></a> for implicit class targets; see <ahref="https://github.com/w3c/data-shapes/issues/212">Issue 212</a></li>
6939
+
<li>Moved SPARQL-based validators from Core to an Appendix of SHACL-SPARQL; see <ahref="https://github.com/w3c/data-shapes/issues/271">Issue 271</a></li>
6940
+
<li>Added the new constraint component <ahref="#ExpressionConstraintComponent"><code>sh:expression</code></a>; see <ahref="https://github.com/w3c/data-shapes/issues/357">Issue 357</a></li>
6941
+
<li>The values of <ahref="#ClassConstraintComponent"><code>sh:class</code></a> and <ahref="#DatatypeConstraintComponent"><code>sh:datatype</code></a> can now also be lists, indicating a union of choices; see <ahref="https://github.com/w3c/data-shapes/issues/160">Issue 160</a></li>
0 commit comments