divergence in the definition of sh:minCount

The textual and SPARQL definitions of sh:minCount do not align when paths
are allowed.


A validation result must be produced if the number of value nodes is less
than the value of sh:minCount.

SELECT $this
WHERE {OPTIONAL {$this $PATH ?value .}}
GROUP BY $this
HAVING (COUNT(?value) < $minCount)



Peter F. Patel-Schneider
Nuance Communications

Received on Friday, 23 September 2016 18:18:16 UTC