Re: Summary: Annotation Syntax Proposals

Hi Andy!

Indeed and luckily we get it:

$ echo -e "PREFIX : <http://example.org/test#>\n:s :p :o\*{ :y :z } ." |
eye --nope --quiet - --pass
...
GET - ** ERROR ** - ** invalid_document(after_line(3))

-- https://josd.github.io/ <http://josd.github.io/>


On Wed, Jan 20, 2021 at 12:13 PM Andy Seaborne <andy@apache.org> wrote:

>
>
> On 19/01/2021 22:36, Jos De Roo wrote:
> > A) looks indeed nice and I tried it in EYE (but no commit) and
> > everything in N3 still works fine and A) gives
> >
> > $ echo -e "PREFIX : <http://example.org/test#
> > <http://example.org/test#>>\n:s :p :o  *{ :y :z } ." | eye --nope
> > --quiet - --pass 2> /dev/null
> > PREFIX : <http://example.org/test# <http://example.org/test#>>
> >
> > :s :p :o.
> > <<:s :p :o>> :y :z.
> >
>
> Hi Jos!
>
> And for completeness:
>
>     :s :p :o\*{ :y :z } .
>
> should be a syntax error.
>
>
> > Jos
> >
> > -- https://josd.github.io/ <http://josd.github.io/>
>
>

Received on Wednesday, 20 January 2021 13:53:02 UTC