Skip to content

Commit 6e8a233

Browse files
Merge pull request #480 from w3c/issue-479
#479: Clarified that sh:order can take xsd:integers
2 parents c36163d + 21df8f6 commit 6e8a233

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shacl12-core/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7492,7 +7492,7 @@ <h3>sh:order</h3>
74927492
<p>
74937493
Property shapes may have one <a>value</a> for the property <code>sh:order</code>
74947494
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>.
74967496
<code>sh:order</code> is not used for validation purposes
74977497
and may be used with any type of subjects.
74987498
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>
79707970
<li>The values of <a href="#ClassConstraintComponent"><code>sh:class</code></a> and <a href="#DatatypeConstraintComponent"><code>sh:datatype</code></a> can now also be lists, indicating a union of choices; see <a href="https://github.com/w3c/data-shapes/issues/160">Issue 160</a></li>
79717971
<li>Added the new constraint component <a href="#ReifierShapeShapeConstraintComponent"><code>sh:ReifierShape</code></a>; see <a href="https://github.com/w3c/data-shapes/issues/300">Issue 300</a></li>
79727972
<li>Added parameter <a href="#subClassOfInShapesGraph"></a> to look up rdfs:subClassOf triples in the union of the shapes graph and the data graph; see <a href="https://github.com/w3c/data-shapes/issues/185">Issue 185</a></li>
7973+
<li>Generalized <a href="#order"></a> to also allow xsd:integers; see <a href="https://github.com/w3c/data-shapes/issues/479">Issue 479</a></li>
79737974
</ul>
79747975
</section>
79757976

0 commit comments

Comments
 (0)