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
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2089,9 +2089,11 @@ <h3>Property Shapes</h3>
2089
2089
</p>
2090
2090
<p>
2091
2091
Informally, property shapes specify constraints that need to be met with respect to <a>nodes</a> that can be reached from the
2092
-
<a>focus node</a> by either (a) directly following a given property (specified as an <a>IRI</a>), (b) directly following any other <a>SHACL property path</a>
2093
-
(specified using <code>sh:path</code>), (c) evaluating the node expression (specified using <code>sh:values</code>),
2094
-
or, (d) if no other values exist, evaluating the node expression (specified using <code>sh:defaultValue</code>).
2092
+
<a>focus node</a> by
2093
+
(a) directly following a given property (specified as an <a>IRI</a> using <code>sh:path</code>),
2094
+
(b) directly following any other <a>SHACL property path</a> (specified using <code>sh:path</code>),
2095
+
(c) evaluating the node expression specified using <code>sh:values</code>, or,
2096
+
(d) if no other values exist, evaluating the node expression specified using <code>sh:defaultValue</code>.
2095
2097
</p>
2096
2098
<p>
2097
2099
Note that support for <code>sh:values</code> and <code>sh:defaultValue</code> is not required by SHACL Core,
0 commit comments