get values of a node in neo4j code example Example: get node by value neo4j MATCH (n:Person) WHERE n.name = 'Mark' RETURN n