Guest User

Untitled

a guest
Jan 19th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. // Example Relationships
  2.  
  3. {
  4. word1: "dog",
  5. word2: "animal",
  6. relationType: "hyponym",
  7. userId: "bob"
  8. }
  9.  
  10. {
  11. word1: "blue",
  12. word2: "true",
  13. relationType: "rhyme",
  14. userId: "jekyll"
  15. }
  16.  
  17. // Example RelationTypes
  18.  
  19. {
  20. id: "hyponym",
  21. label: "is a hyponym of",
  22. bidirectional: false
  23. }
  24.  
  25. {
  26. id: "rhyme",
  27. label: "rhymes with",
  28. bidirectional: true
  29. }
Add Comment
Please, Sign In to add comment