A schema with:
(:FeedStock {`@id`})
'''A feed stock'''
.`@id` = 'An unique internal id'
Will generate an error because the back quotes aren't take off the string:
ValueError: Node is missing id property `@id`
This prevents writing a schema and using @id as the node id
A schema with:
Will generate an error because the back quotes aren't take off the string:
This prevents writing a schema and using @id as the node id