Question as someone new to graph databases: Are there any open source graph databases worth looking into?
Cayley is a good option; we use it in production. https://github.com/google/cayley
Also, if you don't mind me asking, how does it not being a property graph affect modelling your data and queries? At a glance it seems that queries would get significantly more complex if you wish to take several properties of a vertex into account.