There are nodes with label :Feature and between the feature nodes there is a relationship called parent_of.
So, some features are child features and some are parent features. Child feature of one feature might be the parent of other feature.
Required Cypher : Cypher which takes input as a feature no. and returns output as: what is it's parent feature and the features connected to that parent feature and again the child and parent feature connected to those features (this goes on till the leaf node).
Below is a screenshot of the relationship: