ISSUE-150: Treatment of nested severities

nested severities

Treatment of nested severities

State:
CLOSED
Product:
SHACL Spec
Raised by:
Dimitris Kontokostas
Opened on:
2016-04-18
Description:
It is currently not defined (nor there is a WG decision) how nested severities work in SHACL

for example which severity will be returned if ex:p1 fails due to ex:p2 or due to ex:p3

ex:TopShape a sh:Shape
sh:property [
sh:predicate ex:p1
sh:severity sh:Warning ;
sh:valueShape [
a sh:Shape
sh:property [
sh:predicate ex:p2
sh:severity sh:Info ;
#.. constraints
]
sh:property [
sh:predicate ex:p3
sh:severity sh:Violation ;
#.. constraints
]
]
]

Options:
proposal 1: take into account only the top severity and ignore all nested severities even if top severity is not defined (default to sh:Violation)

proposal 2:take into account only the child severities and ignore the top one

proposal 3: take into account only the top severity only if the child severity is lower, otherwise use the child severity.
Related Actions Items:
No related actions
Related emails:
  1. Re: Please review the SHACL draft (was Re: Editing progress) (from holger@topquadrant.com on 2016-08-31)
  2. RDF Data Shapes WG agenda for 25 August 2016 (from eric@w3.org on 2016-08-24)
  3. ISSUE-150: nested severities (from kontokostas@informatik.uni-leipzig.de on 2016-07-28)
  4. Re: Some ISSUE proposals for this week (from holger@topquadrant.com on 2016-04-28)
  5. Re: Some ISSUE proposals for this week (from lehors@us.ibm.com on 2016-04-27)
  6. Some ISSUE proposals for this week (from holger@topquadrant.com on 2016-04-27)
  7. Re: shapes-ISSUE-150 (nested severities): Treatment of nested severities [SHACL Spec] (from holger@topquadrant.com on 2016-04-19)
  8. Re: shapes-ISSUE-150 (nested severities): Treatment of nested severities [SHACL Spec] (from kontokostas@informatik.uni-leipzig.de on 2016-04-18)
  9. Re: shapes-ISSUE-150 (nested severities): Treatment of nested severities [SHACL Spec] (from pfpschneider@gmail.com on 2016-04-18)
  10. shapes-ISSUE-150 (nested severities): Treatment of nested severities [SHACL Spec] (from sysbot+tracker@w3.org on 2016-04-18)

Related notes:

No additional notes.

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: 150.html,v 1.1 2018/11/26 09:03:30 carine Exp $