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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7492,7 +7492,7 @@ <h3>sh:order</h3>
7492
7492
<p>
7493
7493
Property shapes may have one <a>value</a> for the property <code>sh:order</code>
7494
7494
to indicate the relative order of the property shape for purposes such as form building.
7495
-
The values of <code>sh:order</code> are decimals.
7495
+
The values of <code>sh:order</code> are <a>literals</a> with <a>datatype</a><code>xsd:decimal</code> or <code>xsd:integer</code>.
7496
7496
<code>sh:order</code> is not used for validation purposes
7497
7497
and may be used with any type of subjects.
7498
7498
If present at property shapes, the recommended use of <code>sh:order</code> is to sort the
@@ -7970,6 +7970,7 @@ <h2>Changes between SHACL 1.0 Core and SHACL 1.2 Core</h2>
7970
7970
<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>
7971
7971
<li>Added the new constraint component <ahref="#ReifierShapeShapeConstraintComponent"><code>sh:ReifierShape</code></a>; see <ahref="https://github.com/w3c/data-shapes/issues/300">Issue 300</a></li>
7972
7972
<li>Added parameter <ahref="#subClassOfInShapesGraph"></a> to look up rdfs:subClassOf triples in the union of the shapes graph and the data graph; see <ahref="https://github.com/w3c/data-shapes/issues/185">Issue 185</a></li>
7973
+
<li>Generalized <ahref="#order"></a> to also allow xsd:integers; see <ahref="https://github.com/w3c/data-shapes/issues/479">Issue 479</a></li>
0 commit comments