This commit is contained in:
2026-06-25 05:56:16 +03:00
parent efd33c6ff3
commit 686e106b7a

View File

@@ -53,8 +53,8 @@ SET NODE Pierre.alias = "Pierre De Lancre"
SET NODE Pierre.birthYear = 2000 SET NODE Pierre.birthYear = 2000
LET Bond = CREATE EDGE Authorship WITH Pierre Blog LET Bond = CREATE EDGE Authorship WITH Pierre Blog
SET Bond.dateStart = 1782305654 SET EDGE Bond.dateStart = 1782305654
SET Bond.reason = "Discussion" SET EDGE Bond.reason = "Discussion"
END_TICK END_TICK
``` ```