Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reference Notation3 #56

Open
nichtich opened this issue Apr 6, 2024 · 2 comments
Open

Reference Notation3 #56

nichtich opened this issue Apr 6, 2024 · 2 comments
Labels
propose closing Proposed for closing spec:editorial Minor issue or proposed change in the specification (markup, typo, informative text) wr:open Wide review management

Comments

@nichtich
Copy link

nichtich commented Apr 6, 2024

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.

@gkellogg gkellogg added spec:editorial Minor issue or proposed change in the specification (markup, typo, informative text) wr:open Wide review management labels Apr 6, 2024
@gkellogg
Copy link
Member

These Turtle forms do not relate to graph literals, or any other kinds of graphs, at least in the current interpretation. That aside, I question if it's appropriate for Turtle (a REC) to reference N3 (a Note). It might be appropriate for N3 to reference Turtle and discuss the syntactic similarities of graph literals and annotations, particularly if/when annotations are added to N3.

@gkellogg gkellogg added the propose closing Proposed for closing label Oct 16, 2024
@nichtich
Copy link
Author

Well, hopefully at least this issue will be found when someone will search for RDF Turtle and Notation3 to find out whether and how { :a :b :c } :d :e . and << :a :b :c >> :d :e . relate to each other. Both reifyed triple and graph term look, swim and quack alike to the naked eye.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
propose closing Proposed for closing spec:editorial Minor issue or proposed change in the specification (markup, typo, informative text) wr:open Wide review management
Projects
None yet
Development

No branches or pull requests

2 participants