- From: Peter F. Patel-Schneider <pfpschneider@gmail.com>
- Date: Thu, 10 Jul 2014 13:48:35 -0700
- To: "public-rdf-shapes@w3.org" <public-rdf-shapes@w3.org>
I'm getting what appear to be incorrect results.
For example:
Constraints:
prefix : <http://example.org/>
<FooShape> {
:patron @<BarShape> {2,2}
}
<BarShape> {
:patron @<FooShape> {2,2}
}
Data:
@prefix : <http://example.org/> .
<Foo> :patron <Bar>, <Foo>, <XXX> .
<Bar> :patron <XXX> .
<XXX> :patron <Foo> .
Results in everything matching everything.
Are there known problems with this implementation?
peter
Received on Thursday, 10 July 2014 20:49:06 UTC