arango> v = g.addVertex(1, { name : "Hugo" }); Vertex(1) arango> v.getProperty("name"); Hugo