forked from ldbc/ldbc_snb_interactive_v1_impls
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use new filenames (with PascalCase node label names)
- Loading branch information
Showing
5 changed files
with
72 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
static/organisation id:ID(Organisation)|:LABEL|name:STRING|url:STRING | ||
static/place id:ID(Place)|name:STRING|url:STRING|:LABEL | ||
static/tagclass id:ID(TagClass)|name:STRING|url:STRING | ||
static/tag id:ID(Tag)|name:STRING|url:STRING | ||
static/tagclass_isSubclassOf_tagclass :START_ID(TagClass)|:END_ID(TagClass) | ||
static/tag_hasType_tagclass :START_ID(Tag)|:END_ID(TagClass) | ||
static/organisation_isLocatedIn_place :START_ID(Organisation)|:END_ID(Place) | ||
static/place_isPartOf_place :START_ID(Place)|:END_ID(Place) | ||
dynamic/comment creationDate:DATETIME|id:ID(Comment)|locationIP:STRING|browserUsed:STRING|content:STRING|length:LONG | ||
dynamic/forum creationDate:DATETIME|id:ID(Forum)|title:STRING | ||
dynamic/person creationDate:DATETIME|id:ID(Person)|firstName:STRING|lastName:STRING|gender:STRING|birthday:DATE|locationIP:STRING|browserUsed:STRING|speaks:STRING[]|email:STRING[] | ||
dynamic/post creationDate:DATETIME|id:ID(Post)|imageFile:STRING|locationIP:STRING|browserUsed:STRING|language:STRING|content:STRING|length:LONG | ||
dynamic/comment_hasCreator_person creationDate:DATETIME|:START_ID(Comment)|:END_ID(Person) | ||
dynamic/comment_isLocatedIn_country creationDate:DATETIME|:START_ID(Comment)|:END_ID(Place) | ||
dynamic/comment_replyOf_comment creationDate:DATETIME|:START_ID(Comment)|:END_ID(Comment) | ||
dynamic/comment_replyOf_post creationDate:DATETIME|:START_ID(Comment)|:END_ID(Post) | ||
dynamic/forum_containerOf_post creationDate:DATETIME|:START_ID(Forum)|:END_ID(Post) | ||
dynamic/forum_hasMember_person creationDate:DATETIME|:START_ID(Forum)|:END_ID(Person) | ||
dynamic/forum_hasModerator_person creationDate:DATETIME|:START_ID(Forum)|:END_ID(Person) | ||
dynamic/forum_hasTag_tag creationDate:DATETIME|:START_ID(Forum)|:END_ID(Tag) | ||
dynamic/person_hasInterest_tag creationDate:DATETIME|:START_ID(Person)|:END_ID(Tag) | ||
dynamic/person_isLocatedIn_city creationDate:DATETIME|:START_ID(Person)|:END_ID(Place) | ||
dynamic/person_knows_person creationDate:DATETIME|:START_ID(Person)|:END_ID(Person) | ||
dynamic/person_likes_comment creationDate:DATETIME|:START_ID(Person)|:END_ID(Comment) | ||
dynamic/person_likes_post creationDate:DATETIME|:START_ID(Person)|:END_ID(Post) | ||
dynamic/person_studyAt_organisation creationDate:DATETIME|:START_ID(Person)|:END_ID(Organisation)|classYear:LONG | ||
dynamic/person_workAt_organisation creationDate:DATETIME|:START_ID(Person)|:END_ID(Organisation)|workFrom:LONG | ||
dynamic/post_hasCreator_person creationDate:DATETIME|:START_ID(Post)|:END_ID(Person) | ||
dynamic/comment_hasTag_tag creationDate:DATETIME|:START_ID(Comment)|:END_ID(Tag) | ||
dynamic/post_hasTag_tag creationDate:DATETIME|:START_ID(Post)|:END_ID(Tag) | ||
dynamic/post_isLocatedIn_country creationDate:DATETIME|:START_ID(Post)|:END_ID(Place) | ||
static/Organisation id:ID(Organisation)|:LABEL|name:STRING|url:STRING | ||
static/Place id:ID(Place)|name:STRING|url:STRING|:LABEL | ||
static/TagClass id:ID(TagClass)|name:STRING|url:STRING | ||
static/Tag id:ID(Tag)|name:STRING|url:STRING | ||
static/TagClass_isSubclassOf_TagClass :START_ID(TagClass)|:END_ID(TagClass) | ||
static/Tag_hasType_TagClass :START_ID(Tag)|:END_ID(TagClass) | ||
static/Organisation_isLocatedIn_Place :START_ID(Organisation)|:END_ID(Place) | ||
static/Place_isPartOf_Place :START_ID(Place)|:END_ID(Place) | ||
dynamic/Comment creationDate:DATETIME|id:ID(Comment)|locationIP:STRING|browserUsed:STRING|content:STRING|length:LONG | ||
dynamic/Forum creationDate:DATETIME|id:ID(Forum)|title:STRING | ||
dynamic/Person creationDate:DATETIME|id:ID(Person)|firstName:STRING|lastName:STRING|gender:STRING|birthday:DATE|locationIP:STRING|browserUsed:STRING|speaks:STRING[]|email:STRING[] | ||
dynamic/Post creationDate:DATETIME|id:ID(Post)|imageFile:STRING|locationIP:STRING|browserUsed:STRING|language:STRING|content:STRING|length:LONG | ||
dynamic/Comment_hasCreator_Person creationDate:DATETIME|:START_ID(Comment)|:END_ID(Person) | ||
dynamic/Comment_isLocatedIn_Country creationDate:DATETIME|:START_ID(Comment)|:END_ID(Place) | ||
dynamic/Comment_replyOf_Comment creationDate:DATETIME|:START_ID(Comment)|:END_ID(Comment) | ||
dynamic/Comment_replyOf_Post creationDate:DATETIME|:START_ID(Comment)|:END_ID(Post) | ||
dynamic/Forum_containerOf_Post creationDate:DATETIME|:START_ID(Forum)|:END_ID(Post) | ||
dynamic/Forum_hasMember_Person creationDate:DATETIME|:START_ID(Forum)|:END_ID(Person) | ||
dynamic/Forum_hasModerator_Person creationDate:DATETIME|:START_ID(Forum)|:END_ID(Person) | ||
dynamic/Forum_hasTag_Tag creationDate:DATETIME|:START_ID(Forum)|:END_ID(Tag) | ||
dynamic/Person_hasInterest_Tag creationDate:DATETIME|:START_ID(Person)|:END_ID(Tag) | ||
dynamic/Person_isLocatedIn_City creationDate:DATETIME|:START_ID(Person)|:END_ID(Place) | ||
dynamic/Person_knows_Person creationDate:DATETIME|:START_ID(Person)|:END_ID(Person) | ||
dynamic/Person_likes_Comment creationDate:DATETIME|:START_ID(Person)|:END_ID(Comment) | ||
dynamic/Person_likes_Post creationDate:DATETIME|:START_ID(Person)|:END_ID(Post) | ||
dynamic/Person_studyAt_University creationDate:DATETIME|:START_ID(Person)|:END_ID(Organisation)|classYear:LONG | ||
dynamic/Person_workAt_Company creationDate:DATETIME|:START_ID(Person)|:END_ID(Organisation)|workFrom:LONG | ||
dynamic/Post_hasCreator_Person creationDate:DATETIME|:START_ID(Post)|:END_ID(Person) | ||
dynamic/Comment_hasTag_Tag creationDate:DATETIME|:START_ID(Comment)|:END_ID(Tag) | ||
dynamic/Post_hasTag_Tag creationDate:DATETIME|:START_ID(Post)|:END_ID(Tag) | ||
dynamic/Post_isLocatedIn_Country creationDate:DATETIME|:START_ID(Post)|:END_ID(Place) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters