Skip to content

Commit ff9b040

Browse files
committed
reduced list of values for nodeKind list
1 parent 44955e0 commit ff9b040

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

shacl12-core/index.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3435,9 +3435,15 @@ <h4>sh:nodeKind</h4>
34353435
The node kind (IRI, blank node, literal, triple term or combinations of these) of all value nodes.
34363436
<span data-syntax-rule="nodeKind-maxCount">A shape has at most one value for <code>sh:nodeKind</code>.</span>
34373437
The value of sh:nodeKind in a shape is either an IRI or a blank node that is a well-formed SHACL list where all members are IRIs.
3438-
<span data-syntax-rule="nodeKind-in">The values or members of <code>sh:nodeKind</code> in a shape are one of the following seven instances of the class <code>sh:NodeKind</code>:
3439-
<code>sh:BlankNode</code>, <code>sh:IRI</code>, <code>sh:Literal</code>
3440-
<code>sh:BlankNodeOrIRI</code>, <code>sh:BlankNodeOrLiteral</code>, <code>sh:IRIOrLiteral</code> and <code>sh:TripleTerm</code>.</span>
3438+
<br /><br />
3439+
<span data-syntax-rule="nodeKind-in">
3440+
If the values of <code>sh:nodeKind</code> are IRIs, then the values of <code>sh:nodeKind</code> in a shape are one of the following seven instances of the class <code>sh:NodeKind</code>:
3441+
<code>sh:BlankNode</code>, <code>sh:IRI</code>, <code>sh:Literal</code>
3442+
<code>sh:BlankNodeOrIRI</code>, <code>sh:BlankNodeOrLiteral</code>, <code>sh:IRIOrLiteral</code> and <code>sh:TripleTerm</code>.
3443+
<br /><br />
3444+
If the values of <code>sh:nodeKind</code> are well-formed SHACL lists, then the values of <code>sh:nodeKind</code> in a shape are one of the following four instances of the class <code>sh:NodeKind</code>:
3445+
<code>sh:BlankNode</code>, <code>sh:IRI</code>, <code>sh:Literal</code>, and <code>sh:TripleTerm</code>.
3446+
</span>
34413447
</td>
34423448
</tr>
34433449
</table>

0 commit comments

Comments
 (0)