- From: Peter F. Patel-Schneider <pfpschneider@gmail.com>
- Date: Fri, 23 Sep 2016 11:17:45 -0700
- To: public-rdf-shapes@w3.org
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