0

As a part of my assignment at the University I have to go trough Cypher specification. The link on openCypher site is broken. Is this what is published on gihhub current version of openCypher specification? I don't see the version denoted anywhere.

KWriter
  • 1,024
  • 4
  • 22
  • Which link is broken? "[Cypher Query Language Reference (Version 9)](https://s3.amazonaws.com/artifacts.opencypher.org/openCypher9.pdf) containing the complete reference for Version 9 of the Cypher query language" loads just fine for me – knittl Sep 27 '22 at 11:57
  • The link for the grammar is broken. @Knittl has posted the correct one. – KWriter Sep 27 '22 at 12:02

1 Answers1

1

The file name in the grammar link has not been updated to M19, like all the other links.

It should be https://s3.amazonaws.com/artifacts.opencypher.org/M19/grammar-M19.zip.

You should inform the openCypher project so that it can be fixed. I have created a pull request to fix the links: https://github.com/opencypher/website/pull/27

knittl
  • 246,190
  • 53
  • 318
  • 364