Hi all (newbie here)
I've got a graph that contains mostly hierarchical information: every node is a "Thing" and all relationships are "IS_IN".
e.g. (chair5)-[:IS_IN]->(room2)-[:IS_IN]->(apartment17)-[:IS_IN]->(building1)-[:IS_IN]->(neighborhood1)
I...