Hello Neo4j Community,
I'm new to Neo4j so I can't estimate the difficulty of implementation.
Can we have equivalent nodes?
For example, we have a subject , verb, object format.
I want to make "verb" as a node so that it can inherit hierarchical relationships from the ontology of verbs. Then the verbs must be repeated for each object, otherwise the structure becomes wrong.
Please: Does the presence of equivalent nodes in the graph lead to difficulty in implementation?
What problems can arise from such a representation of the graph?