Description
This traversal demonstrates it:
g.V().as('n').where( __.or( __.select('n').hasLabel('Tag'), __.select('n').hasLabel('Person') ) ).select('n').project('n').by(__.valueMap().with('~tinkerpop.valueMap.tokens'))
This traversal demonstrates it:
g.V().as('n').where( __.or( __.select('n').hasLabel('Tag'), __.select('n').hasLabel('Person') ) ).select('n').project('n').by(__.valueMap().with('~tinkerpop.valueMap.tokens'))