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
+73-6Lines changed: 73 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -3432,24 +3432,30 @@ <h4>sh:nodeKind</h4>
3432
3432
<tr>
3433
3433
<td><code>sh:nodeKind</code></td>
3434
3434
<td>
3435
-
The node kind (IRI, blank node, literal or combinations of these) of all value nodes.
3436
-
<spandata-syntax-rule="nodeKind-in">The values of <code>sh:nodeKind</code> in a shape are one of the following six instances of the class <code>sh:NodeKind</code>:
<code>sh:BlankNodeOrIRI</code>, <code>sh:BlankNodeOrLiteral</code> and <code>sh:IRIOrLiteral</code>.</span>
3435
+
The node kind (IRI, blank node, literal, triple term or combinations of these) of all value nodes.
3439
3436
<spandata-syntax-rule="nodeKind-maxCount">A shape has at most one value for <code>sh:nodeKind</code>.</span>
3437
+
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
+
<spandata-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>:
0 commit comments