You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sh:minCount, sh:maxCount should bind ?value to the actual number of occurrences found
If that is confusing (because ?value is supposed to be an actual resource found in the graph, not a count), then maybe a new variable ?_count should be introduced.
I used an underscore because the name ?count may well conflict with a variable that the shape author wanted to use for a different purpose
(Related to #27, inspired by w3c/data-shapes#158)
https://www.w3.org/TR/shacl/#x5.3.2-mapping-of-solution-bindings-to-result-properties specifies how
{?vars}
are interpolated into the message, but only for SPARQL constraints.It would be useful to allow this for all shapes. Why should standard constraint components lack this feature?
What vars can be used in interpolation?
?this
?value
?maxExclusive
BTW, is it ok to use
{$value}
insh:message
, or should it be spelled as{?value}
?The text was updated successfully, but these errors were encountered: