I am not well-versed in maths, and know very little about maths notation.
In my research I'm defining a graph, whose vertices and edges can belong to one of a number of defined classes, and I'm wondering whether there is notation to express this.
For example, the nodes V in G can belong to one of the classes {a,b,c}, and the edges can belong to one of the classes {x,y,z}. How can I define the graph in notation, e.g. $G = (V_{\{a,b,c\}}, E_{\{x,y,z\}})$?
We usually say that the vertices are of 3 types, and describe them. The same with the edges. There is no reason to use a $V_{\{a,b,c\}}$ sort of notation, you just define $V$ as consisting of three types of objects.