Re: Summary: Annotation Syntax Proposals

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 11:13:09 UTC