Lets say i have these nodes with these relations (A,B) are nodes
and Rs are Relation Names
:
A-R1->B
A-R2->B
A-R3->B
Now i do not actually know if one or any R
has relation between these 2 nodes. how can i specify if any relation exists between these 2 nodes regardless of knowing what relation is it?
Also if there are any relation exists between these two nodes is it possible to know what relation is it?