ISSUE-151: [EDITORIAL] shape for sh:and is illegal

illegal shapes

[EDITORIAL] shape for sh:and is illegal

State:
CLOSED
Product:
SHACL Spec
Raised by:
Peter Patel-Schneider
Opened on:
2016-04-18
Description:
ex:SuperShape
a sh:Shape ;
sh:property [
sh:predicate ex:property ;
sh:minCount 1 ;
] .

ex:ExampleAndShape
a sh:Shape ;
sh:constraint [
sh:and (
ex:SuperShape
[
sh:property [
sh:predicate ex:property ;
sh:maxCount 1 ;
]
]
)
] .

does not provide a type for the anonymous shape.

The document should be checked for similar illegal shapes.
Related Actions Items:
No related actions
Related emails:
  1. Re: shapes-ISSUE-151 (illegal shapes): shape for sh:and is illegal [SHACL Spec] (from holger@topquadrant.com on 2016-04-19)
  2. shapes-ISSUE-151 (illegal shapes): shape for sh:and is illegal [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: 151.html,v 1.1 2018/11/26 09:03:30 carine Exp $