On 20/12/2020 09:20, Lorenz Buehmann wrote:
On 19.12.20 21:14, Laura Morales wrote:
Is this
<< :a :b :c >> :d ; :e .
the equivalent of this?
<< :a :b :c >> :d .
<< :a :b :c >> :e .
Will Fuseki/Jena store them and treat them the same exact way?
https://w3c.github.io/rdf-star/rdf-star-cg-spec.html#turtle-star-grammar
Yes - there is no changes to Turtle except to add <<>> as a new kind of
RDF term. For syntax, the new annotation syntax (in issue 9) is likely
to happen and is a way to write <<>> and assert the triple in one form.
Everything else is left untouched.
";" and "," are just syntactic sugar in Turtle.
How the triples are written makes no difference - a graph is a set of
triples.
Syntax test suite:
https://w3c.github.io/rdf-star/tests/turtle/syntax/manifest.html
Andy