示例来源: Neo4j in Action. 0 准备数据 0.1 node (user1 { name: 'John Johnson', type: 'User', email: 'jsmith@example.org', age: 35}) with Label: (user1:Users { name: 'John Johnson', type: 'User', email: 'jsmith@example.org', age: 35}) 0.2 relationship (user1)…