spmallette commented on code in PR #3509:
URL: https://github.com/apache/tinkerpop/pull/3509#discussion_r3558412666


##########
docs/src/reference/the-graph.asciidoc:
##########
@@ -206,6 +206,34 @@ 
link:https://tinkerpop.apache.org/docs/x.y.z/dev/provider/#_label_cardinality[pr
 details and the <<label-step,label()>>, <<labels-step,labels()>>, 
<<addlabel-step,addLabel()>>, and
 <<droplabel-step,dropLabel()>> steps for traversal access.
 
+[[the-zoo-toy-graph]]
+TIP: A toy graph demonstrating multi-label vertices alongside a variety of 
property types is available at
+`TinkerFactory.createTheZoo()` and `data/tinkerpop-zoo*`. Unlike "The Crew" 
above, which requires a graph configured
+for vertex multi-properties and meta-properties, "The Zoo" requires a 
`LabelCardinality` of `ONE_OR_MORE` or
+`ZERO_OR_MORE`.
+
+.The Zoo
+image::the-zoo-graph.png[width=685]

Review Comment:
   Can't help wondering if this graph carries too much to display nicely for 
folks to follow as an image. I won't let it block the PR but maybe we just need 
do showcase the multilabels for the graph visually or a core subgraph...



-- 
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]

Reply via email to