Can arrows get lables in Neo4J

只谈情不闲聊 提交于 2019-12-12 01:23:49

问题


Can arrows between nodes get labels similar to nodes in Neo4J. Nodes can be annotated by labels in Neo4J.

If the answer is NO, Is there any graphDB that arrows can accept labels as well as nodes and these labels are used in their corresponding query languages?

UPDATE: here a similar question is asked, and the answer was NO! anything changed since then?


回答1:


A relationship ("arrow") has a single "type", which is similar to a node label. However, a relationship can only have a single type.



来源:https://stackoverflow.com/questions/29969650/can-arrows-get-lables-in-neo4j

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!