- From: RDF Data Shapes Working Group Issue Tracker <sysbot+tracker@w3.org>
- Date: Mon, 18 Apr 2016 16:33:56 +0000
- To: public-data-shapes-wg@w3.org
shapes-ISSUE-151 (illegal shapes): shape for sh:and is illegal [SHACL Spec]
http://www.w3.org/2014/data-shapes/track/issues/151
Raised by: Peter Patel-Schneider
On product: SHACL Spec
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
Received on Monday, 18 April 2016 16:33:58 UTC