In the older OpenCyc Java API, it was possible to create a simple Cyc term by calling something like
new CycConstant("Cat", new Guid("bd590573-9c29-11b1-9dad-c379636f7270"))
When you do it this way, there's no round-trip to the server. With the new KB API (http://dev.cyc.com/cyc-api/kb-api.html), is there a way to do something like this, or is a call back to the server required in this API?