Description
With Java (and other variants) you can create an Element easy enough - ReferenceVertex and the like have easy to use constructors. gremlin-language could be made more consistent with such syntax:
g.addE('knows).from(Vertex(1)).to(Vertex(2))