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

Ill-formed turtle in section 3.4, Ill-formed lists. #51

Open
jduchateau opened this issue Oct 14, 2024 · 0 comments
Open

Ill-formed turtle in section 3.4, Ill-formed lists. #51

jduchateau opened this issue Oct 14, 2024 · 0 comments
Assignees

Comments

@jduchateau
Copy link

Hello,
Not sure if it is intended, it seems there is a comma too much to be a valid turtle in the example of section 3.4:

ex:illformedList
rdf:first 1 ; rdf:rest (2, 3) ;
rdf:first 4 ; rdf:rest (5, 6) .

something like ↓ would work:

ex:illformedList
  rdf:first 1 ; rdf:rest (2 3) ;
  rdf:first 4 ; rdf:rest (5 6) .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants