I am trying to model a hyperedge in a graph, where a CHUNK node has relations to TOKEN nodes.
First I need to create if not exists, the tokens.
Then I need to check if the CHUNK with relations to these two nodes exists.
If not exists, then I need to ...