Skip to content

Commit 4600436

Browse files
#212: Removed "meta" (class) as suggested by Andy
1 parent 5224879 commit 4600436

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shacl12-core/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,7 @@ <h4>Implicit Class Targets</h4>
11581158
in <code>SG</code> 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>.
11591159
</div>
11601160
<p id="ShapeClass">
1161-
The SHACL namespace includes a dedicated metaclass <code>sh:ShapeClass</code> that can serve as a syntactic shortcut for the implicit class targets pattern.
1161+
The SHACL namespace includes a dedicated class <code>sh:ShapeClass</code> that can serve as a syntactic shortcut for the implicit class targets pattern.
11621162
</p>
11631163
<div class="def">
11641164
<div class="def-header">TEXTUAL DEFINITION</div>
@@ -4501,7 +4501,7 @@ <h2>Revision History</h2>
45014501
<section class="appendix informative" id="changes-12">
45024502
<h2>Changes between SHACL 1.0 Core and SHACL 1.2 Core</h2>
45034503
<ul>
4504-
<li>Added the new metaclass <a href="#ShapeClass"><code>sh:ShapeClass</code></a> as syntactic sugar for implicit class targets, see <a href="https://github.com/w3c/data-shapes/issues/212">Issue 212</a></li>
4504+
<li>Added the new class <a href="#ShapeClass"><code>sh:ShapeClass</code></a> as syntactic sugar for implicit class targets, see <a href="https://github.com/w3c/data-shapes/issues/212">Issue 212</a></li>
45054505
</ul>
45064506
</section>
45074507

0 commit comments

Comments
 (0)