I have two vertex classes: Location and User and I have two edges also: Friend and GoingTo. A User can be \'Friend\' with another User and a User can also \'GoingTo\' a Location
You can filter on edge's property:
SELECT expand(both('Friend').outE('goingTo')[going_date='2015-01-01'].inV()) FROM #12:11