I'am using graph database (Neo4j) , and I need to make relations between relations , for example :
(user1)-[:FOLLOWED]->(user2)
I want to allow other users to like this activity (that user1 followed user2) , what's the best implementation for this ?