w3c / rdf-turtle

https://w3c.github.io/rdf-turtle/
Other
4 stars 4 forks source link

Reference Notation3 #56

Open nichtich opened 3 months ago

nichtich commented 3 months ago

Notation3 (N3) is a superset of Turtle 1.1 and it comes with its own syntax for graph terms:

{ :a :b :c } :d :e .

In contrast Turtle 1.2 introduces two forms

<< :a :b :c >> :d :e .

and

:a :b :c {| :d :e |} .

I'm sure each of the three forms have different semantics and I'm also sure this will confuse not only me, so at least some non-normative reference to Notation3 should be given.