You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cypher/scripts/create-example-graph.cypher
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -49,19 +49,19 @@ CREATE
49
49
(forum1)-[:HAS_TAG]->(t1),
50
50
(forum1)-[:HAS_MEMBER]->(pA),
51
51
(forum1)-[:HAS_MEMBER]->(pB),
52
-
(forum1)-[:HAS_MODERATOR]->(pB),
53
52
(forum1)-[:HAS_MEMBER]->(pC),
54
53
(forum2)-[:HAS_MEMBER]->(pC),
55
-
(forum2)-[:HAS_MODERATOR]->(pC),
56
54
(forum2)-[:HAS_MEMBER]->(pA),
55
+
(forum1)-[:HAS_MODERATOR]->(pB),
56
+
(forum2)-[:HAS_MODERATOR]->(pC),
57
57
// Messages,
58
58
(p1:Message:Post{id:10,creationDate:datetime('2011-10-10T11:05:56.000+00:00'),length:24,content:'We should go to Hautacam',language:'en'}),
59
59
(c1:Message:Comment{id:1,creationDate:datetime('2011-10-10T11:08:01.000+00:00'),length:24,content:'Yes, I like the Pyrenees'}),
60
60
(c2:Message:Comment{id:2,creationDate:datetime('2011-10-10T11:07:42.000+00:00'),length:57,content:'We should go to a place with better options for snowboard'}),
61
61
(c3:Message:Comment{id:3,creationDate:datetime('2011-10-10T11:20:37.000+00:00'),length:34,content:'Hautacam is great for snowboarding'}),
62
62
(c4:Message:Comment{id:4,creationDate:datetime('2012-02-15T09:47:23.000+00:00'),length:58,content:'It was a great place for snowboarding. Glad we went there!'}),
63
63
(c5:Message:Comment{id:5,creationDate:datetime('2012-02-15T10:24:26.000+00:00'),length:13,content:'It was great!'}),
64
-
(p2:Message:Post{id:20,creationDate:datetime('2012-03-04T11:05:56.000+00:00'),length:38,content:'Voici un film de snowboard intéressant',language:'fr'}),
64
+
(p2:Message:Post{id:20,creationDate:datetime('2012-03-04T13:41:23.000+00:00'),length:38,content:'Voici un film de snowboard intéressant',language:'fr'}),
65
65
(c6:Message:Comment{id:6,creationDate:datetime('2012-03-04T10:24:26.000+00:00'),length:37,content:"Merci, j'adore les films de snowboard"}),
0 commit comments