orientdb has a seemingly 'non-standard' feature to be able to create specific classes of vertices and edges.
g.createVertex('class:person')
but it's unclear to me if/how i can qualify on that class via 'standard' gremlin?
i have seen a reference to a syntax like so:
g.V('@class','person')...
here, but then there was mention of this syntax skirting indices.
can anyone shed light on this topic?