Skip to content

Commit 6e10a1e

Browse files
#136: Fix property reference in second example of 4.7.3 (#290)
Signed-off-by: Alex Nelson <[email protected]>
1 parent c3f193a commit 6e10a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shacl12-core/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4055,7 +4055,7 @@ <h4>sh:qualifiedValueShape, sh:qualifiedMinCount, sh:qualifiedMaxCount</h4>
40554055
</aside>
40564056
<p>
40574057
The following example illustrates the use of <code>sh:qualifiedValueShapesDisjoint</code>
4058-
to express that a hand must have at most 5 values of <code>ex:property</code> (expressed using <code>sh:maxCount</code>),
4058+
to express that a hand must have at most 5 values of <code>ex:digit</code> (expressed using <code>sh:maxCount</code>),
40594059
and exactly one of them must be an instance of <code>ex:Thumb</code> while exactly 4 of them must be an instance of <code>ex:Finger</code>
40604060
but thumbs and fingers must be disjoint.
40614061
In other words, on a hand, none of the fingers can also be counted as the thumb.

0 commit comments

Comments
 (0)