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
Issue 172: Support for sh:closed sh:ByTypes (#399)
* Parking unfinished work
* #172: Support for sh:ByTypes, test cases
* #172: Fixed test case number
* Update shacl12-core/index.html
Co-authored-by: Thomas Bergwinkl <[email protected]>
* Apply suggestions from code review
Co-authored-by: Ted Thibodeau Jr <[email protected]>
* Removed unnecessary sh:ignoredProperties statement
* Applied <pre class="text" as suggested by Ted
* Replaced tabs with spaces
---------
Co-authored-by: Thomas Bergwinkl <[email protected]>
Co-authored-by: Ted Thibodeau Jr <[email protected]>
@@ -6938,6 +6975,7 @@ <h2>Changes between SHACL 1.0 Core and SHACL 1.2 Core</h2>
6938
6975
<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
6976
<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
6977
<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>
6978
+
<li>Added the new value <code>sh:ByTypes</code> for <ahref="#ClosedConstraintComponent"><code>sh:closed</code></a>; see <ahref="https://github.com/w3c/data-shapes/issues/172">Issue 172</a></li>
6941
6979
<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