Skip to content

Commit 785b0f0

Browse files
#389: Hopefully improved clarify (#394)
1 parent 8b23568 commit 785b0f0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

shacl12-core/index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2089,9 +2089,11 @@ <h3>Property Shapes</h3>
20892089
</p>
20902090
<p>
20912091
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>.
20952097
</p>
20962098
<p>
20972099
Note that support for <code>sh:values</code> and <code>sh:defaultValue</code> is not required by SHACL Core,

0 commit comments

Comments
 (0)