g.v(1).out('__SYSTEM_HAS_CHILD').filter{it.name == 'Journal'}.out('__SYSTEM_HAS_CHILD').filter{it.name == 'travel'}.out('__SYSTEM_HAS_CHILD').filter{it.name == 'Alaskan-Natives'}.map
Maybe store an array with items, then loop over each one performing an out and attaching it to it.name; and iterating (counting) to ensure we don't proceed over the length of the array.