When I run the query V().both().properties().dedup() on the TinkerFactory modern graph, I see duplicates for some properties (for instance, vp[NAME->Marko] and vp[LANG->java] appear twice). Looking at the documentation, I do not understand how this is possible.
Any help is appreciated. Thank you!