Re: Turtle* test suite

All tests are positive for EYE as it interprets them as extended N3.

For the triple annotation tests we currently get

> #eye --nope
> https://w3c.github.io/rdf-star/tests/turtle/syntax/turtle-star-annotation-1.ttl
> --pass
> @prefix : <http://example/>.
> :s :p :o.
> <<:s :p :o>> :r :z.
>

#eye --nope
> https://w3c.github.io/rdf-star/tests/turtle/syntax/turtle-star-annotation-2.ttl
> --pass
> @prefix : <http://example/>.
> @prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
> :s :p :o.
> <<:s :p :o>> :source _:bn_1.
> <<:s :p :o>> :source _:bn_2.
> _:bn_1 :graph <http://host1/>.
> _:bn_2 :graph <http://host2/>.
> _:bn_1 :date "2020-01-20"^^xsd:date.
> _:bn_2 :date "2020-12-31"^^xsd:date.


Jos

On Sat, Dec 5, 2020 at 7:12 PM Andy Seaborne <andy@apache.org> wrote:

> DONE:
>  > ACTION: andys to add a test-suite for Turtle*
>
> https://github.com/w3c/rdf-star/tree/main/tests/turtle/syntax
>
> These are initial input for syntax tests for triple terms: << >> with
> both positive and negative tests. As syntax tests these are not defining
> the resulting RDF.
>
> In addition, there are two about triple annotation:
>
> turtle-star-annotation-1.ttl
> turtle-star-annotation-2.ttl
>
> There is a companion GH issue:
>
> https://github.com/w3c/rdf-star/issues/53
>
>      Andy
>
>

Received on Saturday, 5 December 2020 23:18:47 UTC