Last active
August 29, 2015 14:27
-
-
Save arikan/144c042ee5be9f7d6db4 to your computer and use it in GitHub Desktop.
A CSV template to represent relationships
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
SRC NODE TYPE | SRC NODE NAME | EDGE TYPE | TRG NODE TYPE | TRG NODE NAME | Weight | |
---|---|---|---|---|---|---|
Person | Burak | COLLABORTES | Person | Marc | ||
Person | Burak | COLLABORTES | Person | Carlos | ||
Person | Burak | COLLABORTES | Person | Amber | ||
Person | Burak | COLLABORTES | Person | Jessica | ||
Person | Marc | COLLABORTES | Person | Jessica | ||
Person | Marc | BASED_IN | City | Sao Paulo | ||
Person | Amber | BASED_IN | City | New York | ||
Person | Jessica | BASED_IN | City | Sao Paulo | ||
Person | Carlos | BASED_IN | City | New York | ||
Person | Sebastian | BASED_IN | City | Istanbul | ||
Person | Burak | BASED_IN | City | Hong Kong | ||
Person | Burak | BASED_IN | City | Mumbai | ||
Organization | Graph Commons | BASED_IN | City | New York | ||
Organization | Graph Commons | INTERESTED | Concept | Network Mapping |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment