function labels(node) Returns a list of string representations for the labels attached to a node. Arguments:
MATCH (a) WHERE a.name='Alice' RETURN labels(a)