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
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2064,7 +2064,9 @@ <h3>Property Shapes</h3>
2064
2064
that is the <a>subject</a> of a <a>triple</a> that has <code>sh:path</code> as its <a>predicate</a>.</span>
2065
2065
<spandata-syntax-rule="path-maxCount">A shape has at most one <a>value</a> for <code>sh:path</code>.</span>
2066
2066
<spandata-syntax-rule="path-node">The <a>value</a> of <code>sh:path</code> in a property shape is a <a>well-formed</a>
2067
-
<a>SHACL property path</a>.</span>
2067
+
<a>SHACL property path</a>. If a property shape contains a <code>sh:ReifiableByConstraintComponent</code>,
2068
+
<code>sh:path</code> values are constrained to IRIs.</span>
2069
+
2068
2070
<br/><br/>
2069
2071
It is recommended, but not required, for a <a>property shape</a> to be declared as a <a>SHACL instance</a> of <code>sh:PropertyShape</code>.
2070
2072
<spandata-syntax-rule="PropertyShape-path-minCount"><a>SHACL instances</a> of <code>sh:PropertyShape</code> have one <a>value</a> for the property <code>sh:path</code>.</span>
Let <code>t</code> be the <a>triple terms</a>of the triples obtained from the last traversal step when following the <code>$path</code><a>SHACL property path</a> of the <a>property shape</a> from the <a>focus node</a> to the <a>value node</a>.
5724
+
Let <code>t</code> be the <a>triple terms</a>(<a>focus node</a>, <code>$path</code>, <a>value node</a>).
5723
5725
For each reified statement for the <a>triple terms</a><code>t</code>, a failure MUST be produced if the validation of the reified statement with the <a>reifier</a> as <a>focus node</a> against the <a>node shape</a><code>$reifiableBy</code> produces a <a>failure</a>.
0 commit comments