Skip to content

Commit e4dd040

Browse files
#212: Added recommendation to use owl:imports sh:
1 parent c66ea99 commit e4dd040

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

shacl12-core/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1147,6 +1147,10 @@ <h4>Implicit Class Targets and sh:ShapeClass</h4>
11471147
If <code>s</code> is a <a>SHACL instance</a> of <code>sh:ShapeClass</code> in a <a>shapes graph</a> <code>SG</code>
11481148
then the set of <a>SHACL instances</a> of <code>s</code> in a data graph <code>DG</code> is a <a>target</a> from <code>DG</code> for <code>s</code> in <code>SG</code>.
11491149
</div>
1150+
<p>
1151+
Please keep in mind that <code>sh:ShapeClass</code> may not be understood to be a subclass of <code>rdfs:Class</code> by some SHACL-unaware implementations.
1152+
It is therefore recommended (but not required) that graphs that use <code>sh:ShapeClass</code> include an <code>owl:imports sh:</code> statement.
1153+
</p>
11501154
<p><em>The remainder of this section is informative.</em></p>
11511155
<p>
11521156
In the following example, <code>ex:Alice</code> is a focus node, because it is a <a>SHACL instance</a> of

0 commit comments

Comments
 (0)