- From: Jos De Roo <josderoo@gmail.com>
- Date: Wed, 20 Jan 2021 14:52:38 +0100
- To: Andy Seaborne <andy@apache.org>
- Cc: public-rdf-star@w3.org
Received on Wednesday, 20 January 2021 13:53:02 UTC
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