Skip to content

Commit

Permalink
(Minor): Added sh:closed to components table
Browse files Browse the repository at this point in the history
  • Loading branch information
HolgerKnublauch committed Apr 10, 2016
1 parent d979121 commit 4866242
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion shacl/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1017,6 +1017,15 @@ <h2>Core Constraint Components</h2>
<td>&#9745;</td>
<td>Type, based on <code>rdf:type</code></td>
</tr>
<tr>
<td>
<a href="#ClosedConstraintComponent"><code>sh:closed</code></a>
</td>
<td>&#9745;</td>
<td></td>
<td></td>
<td>Only allow the declared properties</td>
</tr>
<tr>
<td>
<a href="#DatatypeConstraintComponent"><code>sh:datatype</code></a> and
Expand Down Expand Up @@ -2832,7 +2841,7 @@ <h3>Other Constraint Components</h3>
This section enumerates core constraint components that did not fit into the other categories.
</p>
<section id="ClosedConstraintComponent">
<h3>Closed Shapes (sh:closed, sh:ignoredProperties)</h3>
<h3>sh:closed, sh:ignoredProperties</h3>
<p>
The RDF data model offers a huge amount of flexibility.
Any resource can in principle have values for any property.
Expand Down

0 comments on commit 4866242

Please sign in to comment.