Skip to content

Commit c598b86

Browse files
bergosTallTed
andauthored
Apply suggestions from code review
Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent 48bef5e commit c598b86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

shacl12-core/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5711,7 +5711,7 @@ <h4>sh:reifiableBy, sh:reificationRequired</h4>
57115711
<td><code>sh:reificationRequired</code></td>
57125712
<td>
57135713
This is an <a>optional parameter</a> of <code>sh:ReifiableByConstraintComponent</code>.
5714-
If set to <code>true</code> there must be at least one reification value for the focus node/path combination in the <a>data graph</a>.
5714+
If set to <code>true</code>, there must be at least one reification value for the focus node/path combination in the <a>data graph</a>.
57155715
<span data-syntax-rule="reificationRequired-datatype">The values of <code>sh:reificationRequired</code> in a shape are literals with datatype <code>xsd:boolean</code>.</span>
57165716
</td>
57175717
</tr>
@@ -5721,15 +5721,15 @@ <h4>sh:reifiableBy, sh:reificationRequired</h4>
57215721
<div class="def-header">TEXTUAL DEFINITION</div>
57225722
<div class="def-text-body" data-validator="ReifiableBy">
57235723
Let <code>t</code> be the <a>triple term</a> (<a>focus node</a>, <code>$path</code>, <a>value node</a>).
5724-
For each reified statement for the <a>triple term</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>.
5724+
For each reified statement for the <a>triple term</a> <code>t</code>, a failure MUST be produced if validating the reified statement against the <code>$reifiableBy</code> <a>node shape</a> with the <a>reifier</a> as <a>focus node</a> produces a <a>failure</a>.
57255725
Otherwise, if the reified statements of <code>t</code> do not conform to <code>$reifiableBy</code>, there is a validation result with <code>t</code> as <code>sh:value</code>.
57265726
</div>
57275727
</div>
57285728

57295729
<div class="def def-text">
57305730
<div class="def-header">TEXTUAL DEFINITION of sh:reificationRequired</div>
57315731
<div class="def-text-body" data-validator="ReificationRequired">
5732-
If <code>$reificationRequired</code> is set to <code>true</code>, and when there is no reified statement for the <a>triple term</a> <code>t</code> in the <a>data graph</a> there is a validation result with <code>t</code> as <code>sh:value</code>.
5732+
If <code>$reificationRequired</code> is set to <code>true</code> and there is no reified statement for the <a>triple term</a> <code>t</code> in the <a>data graph</a>, there is a validation result with <code>t</code> as <code>sh:value</code>.
57335733
</div>
57345734
</div>
57355735

0 commit comments

Comments
 (0)