Skip to content

Commit

Permalink
Clarified that each template instance can have at most one value per …
Browse files Browse the repository at this point in the history
…argument, fixed typo in qcr example
  • Loading branch information
HolgerKnublauch committed Aug 21, 2015
1 parent 6c09161 commit da1819e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shacl/index.html
Expand Up @@ -1213,7 +1213,7 @@ <h4>sh:qualifiedValueShape, sh:qualifiedMinCount, sh:qualifiedMaxCount</h4>
sh:maxCount 2 ;
sh:qualifiedValueShape [
a sh:Shape ; # Optional
sh:predicate [
sh:property [
sh:predicate ex:gender ;
sh:hasValue ex:female ;
]
Expand Down Expand Up @@ -2078,6 +2078,7 @@ <h3>Template Arguments</h3>
<p>
An <code>sh:Argument</code> may declare a default value via <code>sh:defaultValue</code>.
For non-optional arguments, the engine must use the declared default value for template instances that do not define a value for this argument.
Template instances can have at most one value for each argument predicate.
</p>
<p>
An <code>sh:Argument</code> may declare one value for the property <code>sh:valueClass</code> or one value for
Expand Down

0 comments on commit da1819e

Please sign in to comment.