function keys(property-container) Returns a list of string representations for the property names of a node, relationship, or map. Arguments:
MATCH (a) WHERE a.name='Alice' RETURN keys(a)