Holen Sie sich Node nach Wert Neo4j
MATCH (n:Person)
WHERE n.name = 'Mark'
RETURN n
Vast Vendace
MATCH (n:Person)
WHERE n.name = 'Mark'
RETURN n