1 2 3
(n1 {Person} [ name: "Alice" ]) (n2 {Person} [ name: "Bob", age: 23 ]) (n1) -(e1 {knows} [ since: 2020 ])-> (n2)