spmallette commented on code in PR #3483: URL: https://github.com/apache/tinkerpop/pull/3483#discussion_r3553034939
########## docs/src/reference/the-graph.asciidoc: ########## @@ -91,20 +91,29 @@ WARNING: Features of reference graphs which are used to connect to remote graphs graph to which it connects. It reflects the features of instantiated graph itself, which will likely be quite different considering that reference graphs will typically be immutable. +[[optional-data-model-variances]] +== Optional Data Model Variances + +The simplest property graph model consists of vertices and edges, each with a single label and a set of key/value +properties. This is the lowest common denominator that every TinkerPop-enabled graph supports. Beyond that Review Comment: Do we want to say that "every TinkerPop-enabled graph supports" this level? Seems like too strong a statement. Is it a "lowest common denominator" or the most common widely supported setup consistent with labelled property graph? I think there's some refinement needed here. good section though. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
