I just started with neo4j and did some research, but couldn't find any satisfying solution for the following:
Create (p1:Person{name:'Max'})
Create (p2:Person{name:'Sarah'})
Create (sc:Company{name:'SuperCompany'})
Create (su:University{name:'Some Un...