Skip to content

Commit 0e39d9f

Browse files
#140: Replace confusing use of "blank node shape" (#365)
1 parent d0b478f commit 0e39d9f

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
@@ -4712,7 +4712,7 @@ <h4>sh:and</h4>
47124712
The following example illustrates the use of <code>sh:and</code> in a shape to specify the condition
47134713
that certain focus nodes have exactly one value of <code>ex:property</code>.
47144714
This is achieved via the conjunction of a separate named shape (<code>ex:SuperShape</code>) which specifies
4715-
the minimum count, and a blank node shape that additionally specifies the maximum count.
4715+
the minimum count, and a property shape that additionally specifies the maximum count.
47164716
As shown here, <code>sh:and</code> can be used to implement a specialization mechanism between shapes.
47174717
</p>
47184718
<aside class="example">

0 commit comments

Comments
 (0)