gremlin> v = g.addVertex('http://mytest.com/individual1')
No signature of method: org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource.addVertex() is applicable for argument types: (java.lang.String) values: [http://mytest.com/individual1]
Display stack trace? [yN]
gremlin> g.V("http://mytest.com/MembershipRole").testJB = 'val'
No such property: testJB for class: org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.DefaultGraphTraversal
Display stack trace? [yN]
Thanks,
JB.
Hi,I can load the Graph Modern example from the Gremlin console as described in the docs:Is there any doc/examples on how to generalise this? What is the file format and what other formats are valid?
Also, is it possible to do transactional updates to the Stardog graph from Gremlin?Things like createVertex, createEdge, addProperty, updateProperty... (these are made up names, but I guess the idea is clear). Again, any examples?
gremlin> g.V("http://mytest.com/MembershipRole").testJB = 'val'
No such property: testJB for class: org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.DefaultGraphTraversal
Display stack trace? [yN]