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