ISSUE-145: the SPARQL code for sh:minExclusive is incorrect

minExclusive code incorrect

the SPARQL code for sh:minExclusive is incorrect

State:
CLOSED
Product:
SHACL - Core
Raised by:
Peter Patel-Schneider
Opened on:
2016-04-08
Description:
The SPARQL code for sh:minExclusive in a predicate constraint is:

SELECT $this ($this AS ?subject) $predicate (?value AS ?object)
WHERE {
$this $predicate ?value .
FILTER (!($value > $minExclusive)) .
}

This filters out all values that are not greater than the boundary, but also incorrectly filters out all values for which the comparison produces an error.
Related Actions Items:
No related actions
Related emails:
  1. Re: shapes-ISSUE-145 (minExclusive code incorrect): the SPARQL code for sh:minExclusive is incorrect [SHACL - Core] (from holger@topquadrant.com on 2016-04-10)
  2. shapes-ISSUE-145 (minExclusive code incorrect): the SPARQL code for sh:minExclusive is incorrect [SHACL - Core] (from sysbot+tracker@w3.org on 2016-04-08)

Related notes:

RESOLUTION: Close ISSUE-143, ISSUE-145, ISSUE-147, open ISSUE-144, ISSUE-146
See https://www.w3.org/2016/04/14-shapes-minutes.html#resolution02

Arnaud Le Hors, 14 Apr 2016, 20:57:03

Display change log ATOM feed


Chair, Staff Contact
Tracker: documentation, (configuration for this group), originally developed by Dean Jackson, is developed and maintained by the Systems Team <w3t-sys@w3.org>.
$Id: 145.html,v 1.1 2018/11/26 09:03:29 carine Exp $