Skip to content

Commit 5030984

Browse files
1 parent 999f836 commit 5030984

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

shacl12-core/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2238,6 +2238,7 @@ <h4>Handling of Recursive Shapes</h4>
22382238
<li><a href="#QualifiedValueShapeConstraintComponent">sh:qualifiedValueShape</a></li>
22392239
<li><a href="#NodeConstraintComponent">sh:node</a></li>
22402240
<li><a href="#MemberShapeConstraintComponent">sh:memberShape</a></li>
2241+
<li><a href="#ReifierShapeConstraintComponent">sh:reifierShape</a></li>
22412242
<li><a href="#SomeValueConstraintComponent">sh:someValue</a></li>
22422243
<li><a href="#XoneConstraintComponent">sh:xone</a></li>
22432244
</ul>
@@ -4923,7 +4924,7 @@ <h4>sh:qualifiedValueShape, sh:qualifiedMinCount, sh:qualifiedMaxCount</h4>
49234924
</aside>
49244925
</section>
49254926

4926-
<section id="ReifierShapeShapeConstraintComponent">
4927+
<section id="ReifierShapeConstraintComponent">
49274928
<h4>sh:reifierShape, sh:reificationRequired</h4>
49284929
<p>
49294930
<code>sh:reifierShape</code> can be used to link a <a>property shape</a> with one or more <a>node shapes</a>.
@@ -5613,7 +5614,7 @@ <h2>Changes between the original SHACL Core and SHACL 1.2 Core</h2>
56135614
<li>Added the new value <code>sh:ByTypes</code> for <a href="#ClosedConstraintComponent"><code>sh:closed</code></a>; see <a href="https://github.com/w3c/data-shapes/issues/172">Issue 172</a></li>
56145615
<li>The values of <a href="#ClassConstraintComponent"><code>sh:class</code></a> and <a href="#DatatypeConstraintComponent"><code>sh:datatype</code></a> can now also be lists, indicating a union of choices; see <a href="https://github.com/w3c/data-shapes/issues/160">Issue 160</a></li>
56155616
<li>The values of <a href="#NodeKindConstraintComponent"><code>sh:nodeKind</code></a> can now also be lists, indicating a union of choices; see <a href="https://github.com/w3c/data-shapes/issues/407">Issue 407</a></li>
5616-
<li>Added the new constraint component <a href="#ReifierShapeShapeConstraintComponent"><code>sh:ReifierShape</code></a>; see <a href="https://github.com/w3c/data-shapes/issues/300">Issue 300</a></li>
5617+
<li>Added the new constraint component <a href="#ReifierShapeConstraintComponent"><code>sh:ReifierShape</code></a>; see <a href="https://github.com/w3c/data-shapes/issues/300">Issue 300</a></li>
56175618
<li>Added parameter <a href="#subClassOfInShapesGraph"></a> to look up rdfs:subClassOf triples in the union of the shapes graph and the data graph; see <a href="https://github.com/w3c/data-shapes/issues/185">Issue 185</a></li>
56185619
<li>Generalized <a href="#order"></a> to also allow xsd:integers; see <a href="https://github.com/w3c/data-shapes/issues/479">Issue 479</a></li>
56195620
<li>Added annotation property <a href="#codeIdentifier"></a>; see <a href="https://github.com/w3c/data-shapes/issues/559">Issue 559</a></li>

0 commit comments

Comments
 (0)