Re: A meta model for gremlin's property graph

2022-01-15 Thread pieter gmail
Hi, Here are some thoughts on your response. > which parts of the approach you describe below were influenced by OMG The primary inspiration from UML is the insight that a language can be self describing.  It is of course inevitable in the real world as we can not tolerate infinite regression

Re: A meta model for gremlin's property graph

2022-01-15 Thread pieter gmail
Hi, Here are the 2 missing images. The first is the property graph meta model as defined with gremlin. public static Graph gremlinMetaModel() { enum GremlinDataType { STRING, INTEGER, DOUBLE, DATE, TIME //...