16.2. Identifiers

When you reference parts of the pattern, you do so by naming them.

Identifiers can be lower or upper case, and may contain underscore. If other characters are needed, you can use the ` sign. The same rules apply to property names.

"start n=node(0) return n.NOT_EXISTING"