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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1742,7 +1742,7 @@ <h5>sh:name and sh:description</h5>
1742
1742
<h5>sh:order</h5>
1743
1743
<p>
1744
1744
Property shapes may have one <a>value</a> for the property <code>sh:order</code> to indicate the relative order of the property shape for purposes such as form building.
1745
-
The values of <code>sh:order</code> are decimals.
1745
+
The values of <code>sh:order</code> are literals with datatype <code>xsd:decimal</code> or <code>xsd:integer</code>.
1746
1746
<code>sh:order</code> is not used for validation purposes and may be used with any type of subjects.
1747
1747
If present at property shapes, the recommended use of <code>sh:order</code> is to sort the property shapes in an ascending order, for example so that
1748
1748
properties with smaller order are placed above (or to the left) of properties with larger order.
0 commit comments