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
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1147,6 +1147,10 @@ <h4>Implicit Class Targets and sh:ShapeClass</h4>
1147
1147
If <code>s</code> is a <a>SHACL instance</a> of <code>sh:ShapeClass</code> in a <a>shapes graph</a><code>SG</code>
1148
1148
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>.
1149
1149
</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>
1150
1154
<p><em>The remainder of this section is informative.</em></p>
1151
1155
<p>
1152
1156
In the following example, <code>ex:Alice</code> is a focus node, because it is a <a>SHACL instance</a> of
0 commit comments