Skip to content

Commit

Permalink
Editorial: Adjusted description of sh:minCount/sh:maxCount to use val…
Browse files Browse the repository at this point in the history
…ue nodes
  • Loading branch information
HolgerKnublauch committed Jun 3, 2016
1 parent 27cb06f commit 66525d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shacl/index.html
Expand Up @@ -1891,7 +1891,7 @@ <h3>Cardinality Constraint Components</h3>
<section id="MinCountConstraintComponent">
<h4>sh:minCount</h4>
<p>
The property <code>sh:minCount</code> restricts the number of <a>triples</a> involving the <a>focus node</a> and a given <a>predicate</a>.
The property <code>sh:minCount</code> restricts the number of <a>value nodes</a>.
</p>
<p>
<span class="component-class">Constraint Component:</span> <code>sh:MinCountConstraintComponent</code>
Expand Down Expand Up @@ -1950,7 +1950,7 @@ <h4>sh:minCount</h4>
<section id="MaxCountConstraintComponent">
<h4>sh:maxCount</h4>
<p>
The property <code>sh:maxCount</code> restricts the number of <a>triples</a> involving the <a>focus node</a> and a given <a>predicate</a>.
The property <code>sh:maxCount</code> restricts the number of <a>value nodes</a>.
</p>
<p>
<span class="component-class">Constraint Component:</span> <code>sh:MaxCountConstraintComponent</code>
Expand Down

0 comments on commit 66525d7

Please sign in to comment.