Re: bugs in Eric's implementation of RDF shapes

Now that I implemented ranges, I tried your example, and It works...

You can check it here: http://goo.gl/uC0Rd1 (I added 4 resources that
validate)

Best regards, Jose Labra


On Thu, Jul 10, 2014 at 10:48 PM, Peter F. Patel-Schneider <
pfpschneider@gmail.com> wrote:

> 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
>
>


-- 
Saludos, Labra

Received on Friday, 11 July 2014 05:58:13 UTC