MERGE (n:Speaker {name: "Ken Robinson"}); MERGE (n:Talk {name: "Ken Robinson: Do schools kill creativity?",title: "Do schools kill creativity?",description: "Sir Ken Robinson makes an entertaining and profoundly moving case for creating an education system that nurtures (rather than undermines) creativity."}); MERGE (n:Event {name: "TED2006"}); MERGE (n:Tag {name: "children"}); MERGE (n:Tag {name: "creativity"}); MERGE (n:Tag {name: "culture"}); MERGE (n:Tag {name: "dance"}); MERGE (n:Tag {name: "education"}); MERGE (n:Tag {name: "parenting"}); MERGE (n:Tag {name: "teaching"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Inspiring"}); MATCH (n:Speaker {name: "Ken Robinson"}), (m:Talk {name: "Ken Robinson: Do schools kill creativity?"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Ken Robinson: Do schools kill creativity?"}), (m:Event {name: "TED2006"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Ken Robinson: Do schools kill creativity?"}), (m:Tag {name: "children"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Ken Robinson: Do schools kill creativity?"}), (m:Tag {name: "creativity"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Ken Robinson: Do schools kill creativity?"}), (m:Tag {name: "culture"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Ken Robinson: Do schools kill creativity?"}), (m:Tag {name: "dance"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Ken Robinson: Do schools kill creativity?"}), (m:Tag {name: "education"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Ken Robinson: Do schools kill creativity?"}), (m:Tag {name: "parenting"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Ken Robinson: Do schools kill creativity?"}), (m:Tag {name: "teaching"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Ken Robinson: Do schools kill creativity?"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 19645}]->(m); MATCH (n:Talk {name: "Ken Robinson: Do schools kill creativity?"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 4573}]->(m); MATCH (n:Talk {name: "Ken Robinson: Do schools kill creativity?"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 6073}]->(m); MATCH (n:Talk {name: "Ken Robinson: Do schools kill creativity?"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 3253}]->(m); MATCH (n:Talk {name: "Ken Robinson: Do schools kill creativity?"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 387}]->(m); MATCH (n:Talk {name: "Ken Robinson: Do schools kill creativity?"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 242}]->(m); MATCH (n:Talk {name: "Ken Robinson: Do schools kill creativity?"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 7346}]->(m); MATCH (n:Talk {name: "Ken Robinson: Do schools kill creativity?"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 10581}]->(m); MATCH (n:Talk {name: "Ken Robinson: Do schools kill creativity?"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 300}]->(m); MATCH (n:Talk {name: "Ken Robinson: Do schools kill creativity?"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 10704}]->(m); MATCH (n:Talk {name: "Ken Robinson: Do schools kill creativity?"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 4439}]->(m); MATCH (n:Talk {name: "Ken Robinson: Do schools kill creativity?"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 1174}]->(m); MATCH (n:Talk {name: "Ken Robinson: Do schools kill creativity?"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 209}]->(m); MATCH (n:Talk {name: "Ken Robinson: Do schools kill creativity?"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 24924}]->(m); MERGE (n:Speaker {name: "David Pogue"}); MERGE (n:Talk {name: "David Pogue: Simplicity sells",title: "Simplicity sells",description: "New York Times columnist David Pogue takes aim at technology’s worst interface-design offenders, and provides encouraging examples of products that get it right. To funny things up, he bursts into song."}); MERGE (n:Event {name: "TED2006"}); MERGE (n:Tag {name: "computers"}); MERGE (n:Tag {name: "entertainment"}); MERGE (n:Tag {name: "interface design"}); MERGE (n:Tag {name: "media"}); MERGE (n:Tag {name: "music"}); MERGE (n:Tag {name: "performance"}); MERGE (n:Tag {name: "simplicity"}); MERGE (n:Tag {name: "software"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Obnoxious"}); MATCH (n:Speaker {name: "David Pogue"}), (m:Talk {name: "David Pogue: Simplicity sells"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "David Pogue: Simplicity sells"}), (m:Event {name: "TED2006"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "David Pogue: Simplicity sells"}), (m:Tag {name: "computers"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "David Pogue: Simplicity sells"}), (m:Tag {name: "entertainment"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "David Pogue: Simplicity sells"}), (m:Tag {name: "interface design"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "David Pogue: Simplicity sells"}), (m:Tag {name: "media"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "David Pogue: Simplicity sells"}), (m:Tag {name: "music"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "David Pogue: Simplicity sells"}), (m:Tag {name: "performance"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "David Pogue: Simplicity sells"}), (m:Tag {name: "simplicity"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "David Pogue: Simplicity sells"}), (m:Tag {name: "software"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "David Pogue: Simplicity sells"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "David Pogue: Simplicity sells"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 964}]->(m); MATCH (n:Talk {name: "David Pogue: Simplicity sells"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 45}]->(m); MATCH (n:Talk {name: "David Pogue: Simplicity sells"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 183}]->(m); MATCH (n:Talk {name: "David Pogue: Simplicity sells"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 60}]->(m); MATCH (n:Talk {name: "David Pogue: Simplicity sells"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 104}]->(m); MATCH (n:Talk {name: "David Pogue: Simplicity sells"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 78}]->(m); MATCH (n:Talk {name: "David Pogue: Simplicity sells"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 395}]->(m); MATCH (n:Talk {name: "David Pogue: Simplicity sells"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 230}]->(m); MATCH (n:Talk {name: "David Pogue: Simplicity sells"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 166}]->(m); MATCH (n:Talk {name: "David Pogue: Simplicity sells"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 27}]->(m); MATCH (n:Talk {name: "David Pogue: Simplicity sells"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 146}]->(m); MATCH (n:Talk {name: "David Pogue: Simplicity sells"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 230}]->(m); MATCH (n:Talk {name: "David Pogue: Simplicity sells"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 54}]->(m); MATCH (n:Talk {name: "David Pogue: Simplicity sells"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 142}]->(m); MERGE (n:Speaker {name: "Hans Rosling"}); MERGE (n:Talk {name: "Hans Rosling: The best stats you've ever seen",title: "The best stats you've ever seen",description: "You've never seen data presented like this. With the drama and urgency of a sportscaster, statistics guru Hans Rosling debunks myths about the so-called 'developing world.'"}); MERGE (n:Event {name: "TED2006"}); MERGE (n:Tag {name: "Africa"}); MERGE (n:Tag {name: "Asia"}); MERGE (n:Tag {name: "Google"}); MERGE (n:Tag {name: "demo"}); MERGE (n:Tag {name: "economics"}); MERGE (n:Tag {name: "global development"}); MERGE (n:Tag {name: "global issues"}); MERGE (n:Tag {name: "health"}); MERGE (n:Tag {name: "math"}); MERGE (n:Tag {name: "statistics"}); MERGE (n:Tag {name: "visualizations"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Obnoxious"}); MATCH (n:Speaker {name: "Hans Rosling"}), (m:Talk {name: "Hans Rosling: The best stats you've ever seen"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Hans Rosling: The best stats you've ever seen"}), (m:Event {name: "TED2006"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Hans Rosling: The best stats you've ever seen"}), (m:Tag {name: "Africa"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: The best stats you've ever seen"}), (m:Tag {name: "Asia"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: The best stats you've ever seen"}), (m:Tag {name: "Google"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: The best stats you've ever seen"}), (m:Tag {name: "demo"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: The best stats you've ever seen"}), (m:Tag {name: "economics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: The best stats you've ever seen"}), (m:Tag {name: "global development"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: The best stats you've ever seen"}), (m:Tag {name: "global issues"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: The best stats you've ever seen"}), (m:Tag {name: "health"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: The best stats you've ever seen"}), (m:Tag {name: "math"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: The best stats you've ever seen"}), (m:Tag {name: "statistics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: The best stats you've ever seen"}), (m:Tag {name: "visualizations"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: The best stats you've ever seen"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 3202}]->(m); MATCH (n:Talk {name: "Hans Rosling: The best stats you've ever seen"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 1390}]->(m); MATCH (n:Talk {name: "Hans Rosling: The best stats you've ever seen"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 942}]->(m); MATCH (n:Talk {name: "Hans Rosling: The best stats you've ever seen"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 318}]->(m); MATCH (n:Talk {name: "Hans Rosling: The best stats you've ever seen"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 110}]->(m); MATCH (n:Talk {name: "Hans Rosling: The best stats you've ever seen"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 72}]->(m); MATCH (n:Talk {name: "Hans Rosling: The best stats you've ever seen"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 67}]->(m); MATCH (n:Talk {name: "Hans Rosling: The best stats you've ever seen"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 5433}]->(m); MATCH (n:Talk {name: "Hans Rosling: The best stats you've ever seen"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 2893}]->(m); MATCH (n:Talk {name: "Hans Rosling: The best stats you've ever seen"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 4606}]->(m); MATCH (n:Talk {name: "Hans Rosling: The best stats you've ever seen"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 3736}]->(m); MATCH (n:Talk {name: "Hans Rosling: The best stats you've ever seen"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 2542}]->(m); MATCH (n:Talk {name: "Hans Rosling: The best stats you've ever seen"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 248}]->(m); MATCH (n:Talk {name: "Hans Rosling: The best stats you've ever seen"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 61}]->(m); MERGE (n:Speaker {name: "Nicholas Negroponte"}); MERGE (n:Talk {name: "Nicholas Negroponte: One Laptop per Child",title: "One Laptop per Child",description: "Nicholas Negroponte, founder of the MIT Media Laboratory, describes how the One Laptop Per Child project will build and distribute the '$100 laptop.'"}); MERGE (n:Event {name: "TED2006"}); MERGE (n:Tag {name: "children"}); MERGE (n:Tag {name: "design"}); MERGE (n:Tag {name: "education"}); MERGE (n:Tag {name: "entrepreneur"}); MERGE (n:Tag {name: "global issues"}); MERGE (n:Tag {name: "philanthropy"}); MERGE (n:Tag {name: "social change"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Obnoxious"}); MATCH (n:Speaker {name: "Nicholas Negroponte"}), (m:Talk {name: "Nicholas Negroponte: One Laptop per Child"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child"}), (m:Event {name: "TED2006"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child"}), (m:Tag {name: "children"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child"}), (m:Tag {name: "design"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child"}), (m:Tag {name: "education"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child"}), (m:Tag {name: "entrepreneur"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child"}), (m:Tag {name: "global issues"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child"}), (m:Tag {name: "philanthropy"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child"}), (m:Tag {name: "social change"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 83}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 89}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 20}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 32}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 104}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 216}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 67}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 14}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 31}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 6}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 30}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 49}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 29}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 11}]->(m); MERGE (n:Speaker {name: "Barry Schwartz"}); MERGE (n:Talk {name: "Barry Schwartz: The paradox of choice",title: "The paradox of choice",description: "Psychologist Barry Schwartz takes aim at a central tenet of western societies: freedom of choice. In Schwartz's estimation, choice has made us not freer but more paralyzed, not happier but more dissatisfied."}); MERGE (n:Event {name: "TEDGlobal 2005"}); MERGE (n:Tag {name: "business"}); MERGE (n:Tag {name: "choice"}); MERGE (n:Tag {name: "culture"}); MERGE (n:Tag {name: "decision-making"}); MERGE (n:Tag {name: "economics"}); MERGE (n:Tag {name: "happiness"}); MERGE (n:Tag {name: "personal growth"}); MERGE (n:Tag {name: "potential"}); MERGE (n:Tag {name: "psychology"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Obnoxious"}); MATCH (n:Speaker {name: "Barry Schwartz"}), (m:Talk {name: "Barry Schwartz: The paradox of choice"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Barry Schwartz: The paradox of choice"}), (m:Event {name: "TEDGlobal 2005"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Barry Schwartz: The paradox of choice"}), (m:Tag {name: "business"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Barry Schwartz: The paradox of choice"}), (m:Tag {name: "choice"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Barry Schwartz: The paradox of choice"}), (m:Tag {name: "culture"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Barry Schwartz: The paradox of choice"}), (m:Tag {name: "decision-making"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Barry Schwartz: The paradox of choice"}), (m:Tag {name: "economics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Barry Schwartz: The paradox of choice"}), (m:Tag {name: "happiness"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Barry Schwartz: The paradox of choice"}), (m:Tag {name: "personal growth"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Barry Schwartz: The paradox of choice"}), (m:Tag {name: "potential"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Barry Schwartz: The paradox of choice"}), (m:Tag {name: "psychology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Barry Schwartz: The paradox of choice"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 1526}]->(m); MATCH (n:Talk {name: "Barry Schwartz: The paradox of choice"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 178}]->(m); MATCH (n:Talk {name: "Barry Schwartz: The paradox of choice"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 1201}]->(m); MATCH (n:Talk {name: "Barry Schwartz: The paradox of choice"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 400}]->(m); MATCH (n:Talk {name: "Barry Schwartz: The paradox of choice"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 277}]->(m); MATCH (n:Talk {name: "Barry Schwartz: The paradox of choice"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 2532}]->(m); MATCH (n:Talk {name: "Barry Schwartz: The paradox of choice"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 2427}]->(m); MATCH (n:Talk {name: "Barry Schwartz: The paradox of choice"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 2491}]->(m); MATCH (n:Talk {name: "Barry Schwartz: The paradox of choice"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 324}]->(m); MATCH (n:Talk {name: "Barry Schwartz: The paradox of choice"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 54}]->(m); MATCH (n:Talk {name: "Barry Schwartz: The paradox of choice"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 2478}]->(m); MATCH (n:Talk {name: "Barry Schwartz: The paradox of choice"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 521}]->(m); MATCH (n:Talk {name: "Barry Schwartz: The paradox of choice"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 421}]->(m); MATCH (n:Talk {name: "Barry Schwartz: The paradox of choice"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 115}]->(m); MERGE (n:Speaker {name: "Jacqueline Novogratz"}); MERGE (n:Talk {name: "Jacqueline Novogratz: Invest in Africa's own solutions",title: "Invest in Africa's own solutions",description: "Jacqueline Novogratz applauds the world's heightened interest in Africa and poverty, but argues persuasively for a new approach."}); MERGE (n:Event {name: "TEDGlobal 2005"}); MERGE (n:Tag {name: "Africa"}); MERGE (n:Tag {name: "TED Brain Trust"}); MERGE (n:Tag {name: "business"}); MERGE (n:Tag {name: "culture"}); MERGE (n:Tag {name: "entrepreneur"}); MERGE (n:Tag {name: "global development"}); MERGE (n:Tag {name: "investment"}); MERGE (n:Tag {name: "microfinance"}); MERGE (n:Tag {name: "philanthropy"}); MERGE (n:Tag {name: "poverty"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Obnoxious"}); MATCH (n:Speaker {name: "Jacqueline Novogratz"}), (m:Talk {name: "Jacqueline Novogratz: Invest in Africa's own solutions"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Invest in Africa's own solutions"}), (m:Event {name: "TEDGlobal 2005"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Invest in Africa's own solutions"}), (m:Tag {name: "Africa"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Invest in Africa's own solutions"}), (m:Tag {name: "TED Brain Trust"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Invest in Africa's own solutions"}), (m:Tag {name: "business"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Invest in Africa's own solutions"}), (m:Tag {name: "culture"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Invest in Africa's own solutions"}), (m:Tag {name: "entrepreneur"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Invest in Africa's own solutions"}), (m:Tag {name: "global development"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Invest in Africa's own solutions"}), (m:Tag {name: "investment"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Invest in Africa's own solutions"}), (m:Tag {name: "microfinance"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Invest in Africa's own solutions"}), (m:Tag {name: "philanthropy"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Invest in Africa's own solutions"}), (m:Tag {name: "poverty"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Invest in Africa's own solutions"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 60}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Invest in Africa's own solutions"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 53}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Invest in Africa's own solutions"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 16}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Invest in Africa's own solutions"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 30}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Invest in Africa's own solutions"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 138}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Invest in Africa's own solutions"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 260}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Invest in Africa's own solutions"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 62}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Invest in Africa's own solutions"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 4}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Invest in Africa's own solutions"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 92}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Invest in Africa's own solutions"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 6}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Invest in Africa's own solutions"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 21}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Invest in Africa's own solutions"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 5}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Invest in Africa's own solutions"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 5}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Invest in Africa's own solutions"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 3}]->(m); MERGE (n:Speaker {name: "Kevin Kelly"}); MERGE (n:Talk {name: "Kevin Kelly: How technology evolves",title: "How technology evolves",description: "Tech enthusiast Kevin Kelly asks 'What does technology want?' and discovers that its movement toward ubiquity and complexity is much like the evolution of life."}); MERGE (n:Event {name: "TED2005"}); MERGE (n:Tag {name: "choice"}); MERGE (n:Tag {name: "culture"}); MERGE (n:Tag {name: "evolution"}); MERGE (n:Tag {name: "future"}); MERGE (n:Tag {name: "history"}); MERGE (n:Tag {name: "philosophy"}); MERGE (n:Tag {name: "science"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Obnoxious"}); MATCH (n:Speaker {name: "Kevin Kelly"}), (m:Talk {name: "Kevin Kelly: How technology evolves"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Kevin Kelly: How technology evolves"}), (m:Event {name: "TED2005"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Kevin Kelly: How technology evolves"}), (m:Tag {name: "choice"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Kevin Kelly: How technology evolves"}), (m:Tag {name: "culture"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Kevin Kelly: How technology evolves"}), (m:Tag {name: "evolution"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Kevin Kelly: How technology evolves"}), (m:Tag {name: "future"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Kevin Kelly: How technology evolves"}), (m:Tag {name: "history"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Kevin Kelly: How technology evolves"}), (m:Tag {name: "philosophy"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Kevin Kelly: How technology evolves"}), (m:Tag {name: "science"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Kevin Kelly: How technology evolves"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Kevin Kelly: How technology evolves"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 192}]->(m); MATCH (n:Talk {name: "Kevin Kelly: How technology evolves"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 269}]->(m); MATCH (n:Talk {name: "Kevin Kelly: How technology evolves"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 52}]->(m); MATCH (n:Talk {name: "Kevin Kelly: How technology evolves"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 11}]->(m); MATCH (n:Talk {name: "Kevin Kelly: How technology evolves"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 87}]->(m); MATCH (n:Talk {name: "Kevin Kelly: How technology evolves"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 147}]->(m); MATCH (n:Talk {name: "Kevin Kelly: How technology evolves"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 136}]->(m); MATCH (n:Talk {name: "Kevin Kelly: How technology evolves"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 279}]->(m); MATCH (n:Talk {name: "Kevin Kelly: How technology evolves"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 311}]->(m); MATCH (n:Talk {name: "Kevin Kelly: How technology evolves"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 34}]->(m); MATCH (n:Talk {name: "Kevin Kelly: How technology evolves"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 1084}]->(m); MATCH (n:Talk {name: "Kevin Kelly: How technology evolves"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 111}]->(m); MATCH (n:Talk {name: "Kevin Kelly: How technology evolves"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 49}]->(m); MATCH (n:Talk {name: "Kevin Kelly: How technology evolves"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 24}]->(m); MERGE (n:Speaker {name: "Rives"}); MERGE (n:Talk {name: "Rives: If I controlled the Internet",title: "If I controlled the Internet",description: "How many poets could cram eBay, Friendster and Monster.com into 3-minute poem worthy of a standing ovation? Enjoy Rives' unique talent."}); MERGE (n:Event {name: "TEDSalon 2006"}); MERGE (n:Tag {name: "culture"}); MERGE (n:Tag {name: "entertainment"}); MERGE (n:Tag {name: "love"}); MERGE (n:Tag {name: "performance"}); MERGE (n:Tag {name: "philosophy"}); MERGE (n:Tag {name: "poetry"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Persuasive"}); MATCH (n:Speaker {name: "Rives"}), (m:Talk {name: "Rives: If I controlled the Internet"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Rives: If I controlled the Internet"}), (m:Event {name: "TEDSalon 2006"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Rives: If I controlled the Internet"}), (m:Tag {name: "culture"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Rives: If I controlled the Internet"}), (m:Tag {name: "entertainment"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Rives: If I controlled the Internet"}), (m:Tag {name: "love"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Rives: If I controlled the Internet"}), (m:Tag {name: "performance"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Rives: If I controlled the Internet"}), (m:Tag {name: "philosophy"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Rives: If I controlled the Internet"}), (m:Tag {name: "poetry"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Rives: If I controlled the Internet"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 949}]->(m); MATCH (n:Talk {name: "Rives: If I controlled the Internet"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 377}]->(m); MATCH (n:Talk {name: "Rives: If I controlled the Internet"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 44}]->(m); MATCH (n:Talk {name: "Rives: If I controlled the Internet"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 408}]->(m); MATCH (n:Talk {name: "Rives: If I controlled the Internet"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 41}]->(m); MATCH (n:Talk {name: "Rives: If I controlled the Internet"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 21}]->(m); MATCH (n:Talk {name: "Rives: If I controlled the Internet"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 195}]->(m); MATCH (n:Talk {name: "Rives: If I controlled the Internet"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 56}]->(m); MATCH (n:Talk {name: "Rives: If I controlled the Internet"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 186}]->(m); MATCH (n:Talk {name: "Rives: If I controlled the Internet"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 45}]->(m); MATCH (n:Talk {name: "Rives: If I controlled the Internet"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 135}]->(m); MATCH (n:Talk {name: "Rives: If I controlled the Internet"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 73}]->(m); MATCH (n:Talk {name: "Rives: If I controlled the Internet"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 94}]->(m); MATCH (n:Talk {name: "Rives: If I controlled the Internet"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 25}]->(m); MERGE (n:Speaker {name: "Steven Johnson"}); MERGE (n:Talk {name: "Steven Johnson: How the 'ghost map' helped end a killer disease",title: "How the 'ghost map' helped end a killer disease",description: "Author Steven Johnson takes us on a 10-minute tour of The Ghost Map, his book about a cholera outbreak in 1854 London and the impact it had on science, cities and modern society."}); MERGE (n:Event {name: "TEDSalon 2006"}); MERGE (n:Tag {name: "cities"}); MERGE (n:Tag {name: "culture"}); MERGE (n:Tag {name: "design"}); MERGE (n:Tag {name: "disease"}); MERGE (n:Tag {name: "health"}); MERGE (n:Tag {name: "history"}); MERGE (n:Tag {name: "map"}); MERGE (n:Tag {name: "science"}); MERGE (n:Tag {name: "urban planning"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Confusing"}); MATCH (n:Speaker {name: "Steven Johnson"}), (m:Talk {name: "Steven Johnson: How the 'ghost map' helped end a killer disease"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Steven Johnson: How the 'ghost map' helped end a killer disease"}), (m:Event {name: "TEDSalon 2006"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Steven Johnson: How the 'ghost map' helped end a killer disease"}), (m:Tag {name: "cities"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Steven Johnson: How the 'ghost map' helped end a killer disease"}), (m:Tag {name: "culture"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Steven Johnson: How the 'ghost map' helped end a killer disease"}), (m:Tag {name: "design"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Steven Johnson: How the 'ghost map' helped end a killer disease"}), (m:Tag {name: "disease"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Steven Johnson: How the 'ghost map' helped end a killer disease"}), (m:Tag {name: "health"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Steven Johnson: How the 'ghost map' helped end a killer disease"}), (m:Tag {name: "history"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Steven Johnson: How the 'ghost map' helped end a killer disease"}), (m:Tag {name: "map"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Steven Johnson: How the 'ghost map' helped end a killer disease"}), (m:Tag {name: "science"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Steven Johnson: How the 'ghost map' helped end a killer disease"}), (m:Tag {name: "urban planning"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Steven Johnson: How the 'ghost map' helped end a killer disease"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 94}]->(m); MATCH (n:Talk {name: "Steven Johnson: How the 'ghost map' helped end a killer disease"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 384}]->(m); MATCH (n:Talk {name: "Steven Johnson: How the 'ghost map' helped end a killer disease"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 201}]->(m); MATCH (n:Talk {name: "Steven Johnson: How the 'ghost map' helped end a killer disease"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 26}]->(m); MATCH (n:Talk {name: "Steven Johnson: How the 'ghost map' helped end a killer disease"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 13}]->(m); MATCH (n:Talk {name: "Steven Johnson: How the 'ghost map' helped end a killer disease"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 66}]->(m); MATCH (n:Talk {name: "Steven Johnson: How the 'ghost map' helped end a killer disease"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 9}]->(m); MATCH (n:Talk {name: "Steven Johnson: How the 'ghost map' helped end a killer disease"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 72}]->(m); MATCH (n:Talk {name: "Steven Johnson: How the 'ghost map' helped end a killer disease"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 20}]->(m); MATCH (n:Talk {name: "Steven Johnson: How the 'ghost map' helped end a killer disease"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 11}]->(m); MATCH (n:Talk {name: "Steven Johnson: How the 'ghost map' helped end a killer disease"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 10}]->(m); MATCH (n:Talk {name: "Steven Johnson: How the 'ghost map' helped end a killer disease"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 5}]->(m); MATCH (n:Talk {name: "Steven Johnson: How the 'ghost map' helped end a killer disease"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 2}]->(m); MATCH (n:Talk {name: "Steven Johnson: How the 'ghost map' helped end a killer disease"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 5}]->(m); MERGE (n:Speaker {name: "Juan Enriquez"}); MERGE (n:Talk {name: "Juan Enriquez: The life code that will reshape the future",title: "The life code that will reshape the future",description: "Scientific discoveries, futurist Juan Enriquez notes, demand a shift in code, and our ability to thrive depends on our mastery of that code. Here, he applies this notion to the field of genomics."}); MERGE (n:Event {name: "TED2003"}); MERGE (n:Tag {name: "DNA"}); MERGE (n:Tag {name: "TED Brain Trust"}); MERGE (n:Tag {name: "biotech"}); MERGE (n:Tag {name: "business"}); MERGE (n:Tag {name: "culture"}); MERGE (n:Tag {name: "genetics"}); MERGE (n:Tag {name: "invention"}); MERGE (n:Tag {name: "science"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Obnoxious"}); MATCH (n:Speaker {name: "Juan Enriquez"}), (m:Talk {name: "Juan Enriquez: The life code that will reshape the future"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Juan Enriquez: The life code that will reshape the future"}), (m:Event {name: "TED2003"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Juan Enriquez: The life code that will reshape the future"}), (m:Tag {name: "DNA"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: The life code that will reshape the future"}), (m:Tag {name: "TED Brain Trust"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: The life code that will reshape the future"}), (m:Tag {name: "biotech"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: The life code that will reshape the future"}), (m:Tag {name: "business"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: The life code that will reshape the future"}), (m:Tag {name: "culture"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: The life code that will reshape the future"}), (m:Tag {name: "genetics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: The life code that will reshape the future"}), (m:Tag {name: "invention"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: The life code that will reshape the future"}), (m:Tag {name: "science"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: The life code that will reshape the future"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: The life code that will reshape the future"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 27}]->(m); MATCH (n:Talk {name: "Juan Enriquez: The life code that will reshape the future"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 35}]->(m); MATCH (n:Talk {name: "Juan Enriquez: The life code that will reshape the future"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 89}]->(m); MATCH (n:Talk {name: "Juan Enriquez: The life code that will reshape the future"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 23}]->(m); MATCH (n:Talk {name: "Juan Enriquez: The life code that will reshape the future"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 19}]->(m); MATCH (n:Talk {name: "Juan Enriquez: The life code that will reshape the future"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 319}]->(m); MATCH (n:Talk {name: "Juan Enriquez: The life code that will reshape the future"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 176}]->(m); MATCH (n:Talk {name: "Juan Enriquez: The life code that will reshape the future"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 310}]->(m); MATCH (n:Talk {name: "Juan Enriquez: The life code that will reshape the future"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 19}]->(m); MATCH (n:Talk {name: "Juan Enriquez: The life code that will reshape the future"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 7}]->(m); MATCH (n:Talk {name: "Juan Enriquez: The life code that will reshape the future"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 133}]->(m); MATCH (n:Talk {name: "Juan Enriquez: The life code that will reshape the future"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 21}]->(m); MATCH (n:Talk {name: "Juan Enriquez: The life code that will reshape the future"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 181}]->(m); MATCH (n:Talk {name: "Juan Enriquez: The life code that will reshape the future"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 15}]->(m); MERGE (n:Speaker {name: "Rives"}); MERGE (n:Talk {name: "Rives: A mockingbird remix of TED2006",title: "A mockingbird remix of TED2006",description: "Rives recaps the most memorable moments of TED2006 in the free-spirited rhyming verse of a fantastical mockingbird lullaby."}); MERGE (n:Event {name: "TED2006"}); MERGE (n:Tag {name: "entertainment"}); MERGE (n:Tag {name: "memory"}); MERGE (n:Tag {name: "performance"}); MERGE (n:Tag {name: "poetry"}); MERGE (n:Tag {name: "spoken word"}); MERGE (n:Tag {name: "storytelling"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Informative"}); MATCH (n:Speaker {name: "Rives"}), (m:Talk {name: "Rives: A mockingbird remix of TED2006"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Rives: A mockingbird remix of TED2006"}), (m:Event {name: "TED2006"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Rives: A mockingbird remix of TED2006"}), (m:Tag {name: "entertainment"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Rives: A mockingbird remix of TED2006"}), (m:Tag {name: "memory"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Rives: A mockingbird remix of TED2006"}), (m:Tag {name: "performance"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Rives: A mockingbird remix of TED2006"}), (m:Tag {name: "poetry"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Rives: A mockingbird remix of TED2006"}), (m:Tag {name: "spoken word"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Rives: A mockingbird remix of TED2006"}), (m:Tag {name: "storytelling"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Rives: A mockingbird remix of TED2006"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 189}]->(m); MATCH (n:Talk {name: "Rives: A mockingbird remix of TED2006"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 169}]->(m); MATCH (n:Talk {name: "Rives: A mockingbird remix of TED2006"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 225}]->(m); MATCH (n:Talk {name: "Rives: A mockingbird remix of TED2006"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 124}]->(m); MATCH (n:Talk {name: "Rives: A mockingbird remix of TED2006"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 7}]->(m); MATCH (n:Talk {name: "Rives: A mockingbird remix of TED2006"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 117}]->(m); MATCH (n:Talk {name: "Rives: A mockingbird remix of TED2006"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 5}]->(m); MATCH (n:Talk {name: "Rives: A mockingbird remix of TED2006"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 8}]->(m); MATCH (n:Talk {name: "Rives: A mockingbird remix of TED2006"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 133}]->(m); MATCH (n:Talk {name: "Rives: A mockingbird remix of TED2006"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 11}]->(m); MATCH (n:Talk {name: "Rives: A mockingbird remix of TED2006"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 11}]->(m); MATCH (n:Talk {name: "Rives: A mockingbird remix of TED2006"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 17}]->(m); MATCH (n:Talk {name: "Rives: A mockingbird remix of TED2006"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 8}]->(m); MATCH (n:Talk {name: "Rives: A mockingbird remix of TED2006"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 4}]->(m); MERGE (n:Speaker {name: "Chris Anderson"}); MERGE (n:Talk {name: "Chris Anderson: Technology's long tail",title: "Technology's long tail",description: "Chris Anderson, then the editor of Wired, explores the four key stages of any viable technology: setting the right price, gaining market share, displacing an established technology and, finally, becoming ubiquitous."}); MERGE (n:Event {name: "TED2004"}); MERGE (n:Tag {name: "business"}); MERGE (n:Tag {name: "culture"}); MERGE (n:Tag {name: "economics"}); MERGE (n:Tag {name: "entertainment"}); MERGE (n:Tag {name: "marketing"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Jaw-dropping"}); MATCH (n:Speaker {name: "Chris Anderson"}), (m:Talk {name: "Chris Anderson: Technology's long tail"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Chris Anderson: Technology's long tail"}), (m:Event {name: "TED2004"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Chris Anderson: Technology's long tail"}), (m:Tag {name: "business"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Chris Anderson: Technology's long tail"}), (m:Tag {name: "culture"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Chris Anderson: Technology's long tail"}), (m:Tag {name: "economics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Chris Anderson: Technology's long tail"}), (m:Tag {name: "entertainment"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Chris Anderson: Technology's long tail"}), (m:Tag {name: "marketing"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Chris Anderson: Technology's long tail"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Chris Anderson: Technology's long tail"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 33}]->(m); MATCH (n:Talk {name: "Chris Anderson: Technology's long tail"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 8}]->(m); MATCH (n:Talk {name: "Chris Anderson: Technology's long tail"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 39}]->(m); MATCH (n:Talk {name: "Chris Anderson: Technology's long tail"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 334}]->(m); MATCH (n:Talk {name: "Chris Anderson: Technology's long tail"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 55}]->(m); MATCH (n:Talk {name: "Chris Anderson: Technology's long tail"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 100}]->(m); MATCH (n:Talk {name: "Chris Anderson: Technology's long tail"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 11}]->(m); MATCH (n:Talk {name: "Chris Anderson: Technology's long tail"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 19}]->(m); MATCH (n:Talk {name: "Chris Anderson: Technology's long tail"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 8}]->(m); MATCH (n:Talk {name: "Chris Anderson: Technology's long tail"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 17}]->(m); MATCH (n:Talk {name: "Chris Anderson: Technology's long tail"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 51}]->(m); MATCH (n:Talk {name: "Chris Anderson: Technology's long tail"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 85}]->(m); MATCH (n:Talk {name: "Chris Anderson: Technology's long tail"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 12}]->(m); MATCH (n:Talk {name: "Chris Anderson: Technology's long tail"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 15}]->(m); MERGE (n:Speaker {name: "Stewart Brand"}); MERGE (n:Talk {name: "Stewart Brand: What squatter cities can teach us",title: "What squatter cities can teach us",description: "Rural villages worldwide are being deserted, as billions of people flock to cities to live in teeming squatter camps and slums. Stewart Brand says this is a good thing. Why? It’ll take you 3 minutes to find out."}); MERGE (n:Event {name: "TED2006"}); MERGE (n:Tag {name: "TED Brain Trust"}); MERGE (n:Tag {name: "business"}); MERGE (n:Tag {name: "cities"}); MERGE (n:Tag {name: "culture"}); MERGE (n:Tag {name: "future"}); MERGE (n:Tag {name: "global issues"}); MERGE (n:Tag {name: "poverty"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Tag {name: "urban planning"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Funny"}); MATCH (n:Speaker {name: "Stewart Brand"}), (m:Talk {name: "Stewart Brand: What squatter cities can teach us"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Stewart Brand: What squatter cities can teach us"}), (m:Event {name: "TED2006"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Stewart Brand: What squatter cities can teach us"}), (m:Tag {name: "TED Brain Trust"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Stewart Brand: What squatter cities can teach us"}), (m:Tag {name: "business"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Stewart Brand: What squatter cities can teach us"}), (m:Tag {name: "cities"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Stewart Brand: What squatter cities can teach us"}), (m:Tag {name: "culture"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Stewart Brand: What squatter cities can teach us"}), (m:Tag {name: "future"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Stewart Brand: What squatter cities can teach us"}), (m:Tag {name: "global issues"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Stewart Brand: What squatter cities can teach us"}), (m:Tag {name: "poverty"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Stewart Brand: What squatter cities can teach us"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Stewart Brand: What squatter cities can teach us"}), (m:Tag {name: "urban planning"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Stewart Brand: What squatter cities can teach us"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 159}]->(m); MATCH (n:Talk {name: "Stewart Brand: What squatter cities can teach us"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 30}]->(m); MATCH (n:Talk {name: "Stewart Brand: What squatter cities can teach us"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 261}]->(m); MATCH (n:Talk {name: "Stewart Brand: What squatter cities can teach us"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 24}]->(m); MATCH (n:Talk {name: "Stewart Brand: What squatter cities can teach us"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 10}]->(m); MATCH (n:Talk {name: "Stewart Brand: What squatter cities can teach us"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 189}]->(m); MATCH (n:Talk {name: "Stewart Brand: What squatter cities can teach us"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 53}]->(m); MATCH (n:Talk {name: "Stewart Brand: What squatter cities can teach us"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 58}]->(m); MATCH (n:Talk {name: "Stewart Brand: What squatter cities can teach us"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 25}]->(m); MATCH (n:Talk {name: "Stewart Brand: What squatter cities can teach us"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 15}]->(m); MATCH (n:Talk {name: "Stewart Brand: What squatter cities can teach us"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 115}]->(m); MATCH (n:Talk {name: "Stewart Brand: What squatter cities can teach us"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 49}]->(m); MATCH (n:Talk {name: "Stewart Brand: What squatter cities can teach us"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 44}]->(m); MATCH (n:Talk {name: "Stewart Brand: What squatter cities can teach us"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 10}]->(m); MERGE (n:Speaker {name: "Hans Rosling"}); MERGE (n:Talk {name: "Hans Rosling: New insights on poverty",title: "New insights on poverty",description: "Researcher Hans Rosling uses his cool data tools to show how countries are pulling themselves out of poverty. He demos Dollar Street, comparing households of varying income levels worldwide. Then he does something really amazing."}); MERGE (n:Event {name: "TED2007"}); MERGE (n:Tag {name: "Africa"}); MERGE (n:Tag {name: "Asia"}); MERGE (n:Tag {name: "Google"}); MERGE (n:Tag {name: "economics"}); MERGE (n:Tag {name: "global development"}); MERGE (n:Tag {name: "global issues"}); MERGE (n:Tag {name: "health"}); MERGE (n:Tag {name: "inequality"}); MERGE (n:Tag {name: "poverty"}); MERGE (n:Tag {name: "statistics"}); MERGE (n:Tag {name: "visualizations"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "OK"}); MATCH (n:Speaker {name: "Hans Rosling"}), (m:Talk {name: "Hans Rosling: New insights on poverty"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Hans Rosling: New insights on poverty"}), (m:Event {name: "TED2007"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Hans Rosling: New insights on poverty"}), (m:Tag {name: "Africa"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: New insights on poverty"}), (m:Tag {name: "Asia"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: New insights on poverty"}), (m:Tag {name: "Google"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: New insights on poverty"}), (m:Tag {name: "economics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: New insights on poverty"}), (m:Tag {name: "global development"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: New insights on poverty"}), (m:Tag {name: "global issues"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: New insights on poverty"}), (m:Tag {name: "health"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: New insights on poverty"}), (m:Tag {name: "inequality"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: New insights on poverty"}), (m:Tag {name: "poverty"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: New insights on poverty"}), (m:Tag {name: "statistics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: New insights on poverty"}), (m:Tag {name: "visualizations"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: New insights on poverty"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 218}]->(m); MATCH (n:Talk {name: "Hans Rosling: New insights on poverty"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 730}]->(m); MATCH (n:Talk {name: "Hans Rosling: New insights on poverty"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 1021}]->(m); MATCH (n:Talk {name: "Hans Rosling: New insights on poverty"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 284}]->(m); MATCH (n:Talk {name: "Hans Rosling: New insights on poverty"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 36}]->(m); MATCH (n:Talk {name: "Hans Rosling: New insights on poverty"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 27}]->(m); MATCH (n:Talk {name: "Hans Rosling: New insights on poverty"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 1544}]->(m); MATCH (n:Talk {name: "Hans Rosling: New insights on poverty"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 1569}]->(m); MATCH (n:Talk {name: "Hans Rosling: New insights on poverty"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 1265}]->(m); MATCH (n:Talk {name: "Hans Rosling: New insights on poverty"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 29}]->(m); MATCH (n:Talk {name: "Hans Rosling: New insights on poverty"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 5137}]->(m); MATCH (n:Talk {name: "Hans Rosling: New insights on poverty"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 828}]->(m); MATCH (n:Talk {name: "Hans Rosling: New insights on poverty"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 21}]->(m); MATCH (n:Talk {name: "Hans Rosling: New insights on poverty"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 74}]->(m); MERGE (n:Speaker {name: "Rives"}); MERGE (n:Talk {name: "Rives: The 4 a.m. mystery",title: "The 4 a.m. mystery",description: "Poet Rives does 8 minutes of lyrical origami, folding history into a series of coincidences surrounding that most surreal of hours, 4 o'clock in the morning."}); MERGE (n:Event {name: "TED2007"}); MERGE (n:Tag {name: "entertainment"}); MERGE (n:Tag {name: "poetry"}); MERGE (n:Tag {name: "spoken word"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Obnoxious"}); MATCH (n:Speaker {name: "Rives"}), (m:Talk {name: "Rives: The 4 a.m. mystery"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Rives: The 4 a.m. mystery"}), (m:Event {name: "TED2007"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Rives: The 4 a.m. mystery"}), (m:Tag {name: "entertainment"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Rives: The 4 a.m. mystery"}), (m:Tag {name: "poetry"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Rives: The 4 a.m. mystery"}), (m:Tag {name: "spoken word"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Rives: The 4 a.m. mystery"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 891}]->(m); MATCH (n:Talk {name: "Rives: The 4 a.m. mystery"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 2460}]->(m); MATCH (n:Talk {name: "Rives: The 4 a.m. mystery"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 43}]->(m); MATCH (n:Talk {name: "Rives: The 4 a.m. mystery"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 169}]->(m); MATCH (n:Talk {name: "Rives: The 4 a.m. mystery"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 151}]->(m); MATCH (n:Talk {name: "Rives: The 4 a.m. mystery"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 82}]->(m); MATCH (n:Talk {name: "Rives: The 4 a.m. mystery"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 431}]->(m); MATCH (n:Talk {name: "Rives: The 4 a.m. mystery"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 92}]->(m); MATCH (n:Talk {name: "Rives: The 4 a.m. mystery"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 78}]->(m); MATCH (n:Talk {name: "Rives: The 4 a.m. mystery"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 81}]->(m); MATCH (n:Talk {name: "Rives: The 4 a.m. mystery"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 103}]->(m); MATCH (n:Talk {name: "Rives: The 4 a.m. mystery"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 76}]->(m); MATCH (n:Talk {name: "Rives: The 4 a.m. mystery"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 238}]->(m); MATCH (n:Talk {name: "Rives: The 4 a.m. mystery"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 65}]->(m); MERGE (n:Speaker {name: "Jacqueline Novogratz"}); MERGE (n:Talk {name: "Jacqueline Novogratz: Patient capitalism",title: "Patient capitalism",description: "Jacqueline Novogratz shares stories of how 'patient capital' can bring sustainable jobs, goods, services -- and dignity -- to the world's poorest."}); MERGE (n:Event {name: "TEDGlobal 2007"}); MERGE (n:Tag {name: "business"}); MERGE (n:Tag {name: "global development"}); MERGE (n:Tag {name: "global issues"}); MERGE (n:Tag {name: "investment"}); MERGE (n:Tag {name: "medicine"}); MERGE (n:Tag {name: "philanthropy"}); MERGE (n:Tag {name: "poverty"}); MERGE (n:Tag {name: "women"}); MERGE (n:Tag {name: "women in business"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Funny"}); MATCH (n:Speaker {name: "Jacqueline Novogratz"}), (m:Talk {name: "Jacqueline Novogratz: Patient capitalism"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Patient capitalism"}), (m:Event {name: "TEDGlobal 2007"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Patient capitalism"}), (m:Tag {name: "business"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Patient capitalism"}), (m:Tag {name: "global development"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Patient capitalism"}), (m:Tag {name: "global issues"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Patient capitalism"}), (m:Tag {name: "investment"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Patient capitalism"}), (m:Tag {name: "medicine"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Patient capitalism"}), (m:Tag {name: "philanthropy"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Patient capitalism"}), (m:Tag {name: "poverty"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Patient capitalism"}), (m:Tag {name: "women"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Patient capitalism"}), (m:Tag {name: "women in business"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Patient capitalism"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 412}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Patient capitalism"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 89}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Patient capitalism"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 126}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Patient capitalism"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 167}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Patient capitalism"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 18}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Patient capitalism"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 47}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Patient capitalism"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 7}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Patient capitalism"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 87}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Patient capitalism"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 19}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Patient capitalism"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 140}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Patient capitalism"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 32}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Patient capitalism"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 44}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Patient capitalism"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 6}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Patient capitalism"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 7}]->(m); MERGE (n:Speaker {name: "Lawrence Lessig"}); MERGE (n:Talk {name: "Lawrence Lessig: Laws that choke creativity",title: "Laws that choke creativity",description: "Lawrence Lessig, the Net’s most celebrated lawyer, cites John Philip Sousa, celestial copyrights and the 'ASCAP cartel' in his argument for reviving our creative culture."}); MERGE (n:Event {name: "TED2007"}); MERGE (n:Tag {name: "business"}); MERGE (n:Tag {name: "creativity"}); MERGE (n:Tag {name: "entertainment"}); MERGE (n:Tag {name: "law"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Jaw-dropping"}); MATCH (n:Speaker {name: "Lawrence Lessig"}), (m:Talk {name: "Lawrence Lessig: Laws that choke creativity"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Laws that choke creativity"}), (m:Event {name: "TED2007"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Laws that choke creativity"}), (m:Tag {name: "business"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Laws that choke creativity"}), (m:Tag {name: "creativity"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Laws that choke creativity"}), (m:Tag {name: "entertainment"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Laws that choke creativity"}), (m:Tag {name: "law"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Laws that choke creativity"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Laws that choke creativity"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 423}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Laws that choke creativity"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 1074}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Laws that choke creativity"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 344}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Laws that choke creativity"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 589}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Laws that choke creativity"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 1014}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Laws that choke creativity"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 254}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Laws that choke creativity"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 35}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Laws that choke creativity"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 91}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Laws that choke creativity"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 76}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Laws that choke creativity"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 76}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Laws that choke creativity"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 2163}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Laws that choke creativity"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 41}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Laws that choke creativity"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 89}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Laws that choke creativity"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 157}]->(m); MERGE (n:Speaker {name: "Juan Enriquez"}); MERGE (n:Talk {name: "Juan Enriquez: Using biology to rethink the energy challenge",title: "Using biology to rethink the energy challenge",description: "Juan Enriquez challenges our definition of bioenergy. Oil, coal, gas and other hydrocarbons are not chemical but biological products, based on plant matter -- and thus, growable. Our whole approach to fuel, he argues, needs to change."}); MERGE (n:Event {name: "TEDSalon 2007 Hot Science"}); MERGE (n:Tag {name: "TED Brain Trust"}); MERGE (n:Tag {name: "biodiversity"}); MERGE (n:Tag {name: "biotech"}); MERGE (n:Tag {name: "business"}); MERGE (n:Tag {name: "energy"}); MERGE (n:Tag {name: "science"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Obnoxious"}); MATCH (n:Speaker {name: "Juan Enriquez"}), (m:Talk {name: "Juan Enriquez: Using biology to rethink the energy challenge"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Juan Enriquez: Using biology to rethink the energy challenge"}), (m:Event {name: "TEDSalon 2007 Hot Science"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Juan Enriquez: Using biology to rethink the energy challenge"}), (m:Tag {name: "TED Brain Trust"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: Using biology to rethink the energy challenge"}), (m:Tag {name: "biodiversity"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: Using biology to rethink the energy challenge"}), (m:Tag {name: "biotech"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: Using biology to rethink the energy challenge"}), (m:Tag {name: "business"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: Using biology to rethink the energy challenge"}), (m:Tag {name: "energy"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: Using biology to rethink the energy challenge"}), (m:Tag {name: "science"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: Using biology to rethink the energy challenge"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: Using biology to rethink the energy challenge"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 551}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Using biology to rethink the energy challenge"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 282}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Using biology to rethink the energy challenge"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 71}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Using biology to rethink the energy challenge"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 81}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Using biology to rethink the energy challenge"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 246}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Using biology to rethink the energy challenge"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 186}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Using biology to rethink the energy challenge"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 79}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Using biology to rethink the energy challenge"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 115}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Using biology to rethink the energy challenge"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 30}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Using biology to rethink the energy challenge"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 11}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Using biology to rethink the energy challenge"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 1008}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Using biology to rethink the energy challenge"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 63}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Using biology to rethink the energy challenge"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 69}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Using biology to rethink the energy challenge"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 37}]->(m); MERGE (n:Speaker {name: "David Pogue"}); MERGE (n:Talk {name: "David Pogue: The music wars",title: "The music wars",description: "New York Times tech columnist David Pogue performs a satirical mini-medley about iTunes and the downloading wars, borrowing a few notes from Sonny and Cher and the Village People."}); MERGE (n:Event {name: "TED2007"}); MERGE (n:Tag {name: "entertainment"}); MERGE (n:Tag {name: "humor"}); MERGE (n:Tag {name: "music"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Persuasive"}); MATCH (n:Speaker {name: "David Pogue"}), (m:Talk {name: "David Pogue: The music wars"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "David Pogue: The music wars"}), (m:Event {name: "TED2007"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "David Pogue: The music wars"}), (m:Tag {name: "entertainment"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "David Pogue: The music wars"}), (m:Tag {name: "humor"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "David Pogue: The music wars"}), (m:Tag {name: "music"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "David Pogue: The music wars"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "David Pogue: The music wars"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 604}]->(m); MATCH (n:Talk {name: "David Pogue: The music wars"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 62}]->(m); MATCH (n:Talk {name: "David Pogue: The music wars"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 236}]->(m); MATCH (n:Talk {name: "David Pogue: The music wars"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 166}]->(m); MATCH (n:Talk {name: "David Pogue: The music wars"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 76}]->(m); MATCH (n:Talk {name: "David Pogue: The music wars"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 18}]->(m); MATCH (n:Talk {name: "David Pogue: The music wars"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 46}]->(m); MATCH (n:Talk {name: "David Pogue: The music wars"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 18}]->(m); MATCH (n:Talk {name: "David Pogue: The music wars"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 91}]->(m); MATCH (n:Talk {name: "David Pogue: The music wars"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 24}]->(m); MATCH (n:Talk {name: "David Pogue: The music wars"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 35}]->(m); MATCH (n:Talk {name: "David Pogue: The music wars"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 23}]->(m); MATCH (n:Talk {name: "David Pogue: The music wars"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 24}]->(m); MATCH (n:Talk {name: "David Pogue: The music wars"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 16}]->(m); MERGE (n:Speaker {name: "Chris Anderson"}); MERGE (n:Talk {name: "Chris Anderson: TED's nonprofit transition",title: "TED's nonprofit transition",description: "Chris Anderson gave this talk in 2002, prior to taking over leadership of TED. Co-founder Richard Saul Wurman was leaving, and TED's future was in the balance. He seeks to persuade TEDsters that what was then a for-profit conference had a secure future as an idea-based nonprofit endeavor."}); MERGE (n:Event {name: "TED2002"}); MERGE (n:Tag {name: "business"}); MERGE (n:Tag {name: "community"}); MERGE (n:Tag {name: "culture"}); MERGE (n:Tag {name: "global issues"}); MERGE (n:Tag {name: "philanthropy"}); MERGE (n:Tag {name: "philosophy"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Obnoxious"}); MATCH (n:Speaker {name: "Chris Anderson"}), (m:Talk {name: "Chris Anderson: TED's nonprofit transition"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's nonprofit transition"}), (m:Event {name: "TED2002"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's nonprofit transition"}), (m:Tag {name: "business"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's nonprofit transition"}), (m:Tag {name: "community"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's nonprofit transition"}), (m:Tag {name: "culture"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's nonprofit transition"}), (m:Tag {name: "global issues"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's nonprofit transition"}), (m:Tag {name: "philanthropy"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's nonprofit transition"}), (m:Tag {name: "philosophy"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's nonprofit transition"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's nonprofit transition"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 134}]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's nonprofit transition"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 109}]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's nonprofit transition"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 267}]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's nonprofit transition"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 44}]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's nonprofit transition"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 37}]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's nonprofit transition"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 105}]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's nonprofit transition"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 45}]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's nonprofit transition"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 61}]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's nonprofit transition"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 23}]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's nonprofit transition"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 11}]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's nonprofit transition"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 11}]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's nonprofit transition"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 18}]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's nonprofit transition"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 20}]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's nonprofit transition"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 10}]->(m); MERGE (n:Speaker {name: "Nicholas Negroponte"}); MERGE (n:Talk {name: "Nicholas Negroponte: 5 predictions, from 1984",title: "5 predictions, from 1984",description: "With surprising accuracy, Nicholas Negroponte predicts what will happen with CD-ROMs, web interfaces, service kiosks, the touchscreen interface of the iPhone and his own One Laptop per Child project."}); MERGE (n:Event {name: "TED1984"}); MERGE (n:Tag {name: "demo"}); MERGE (n:Tag {name: "design"}); MERGE (n:Tag {name: "entertainment"}); MERGE (n:Tag {name: "future"}); MERGE (n:Tag {name: "interface design"}); MERGE (n:Tag {name: "media"}); MERGE (n:Tag {name: "movies"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Obnoxious"}); MATCH (n:Speaker {name: "Nicholas Negroponte"}), (m:Talk {name: "Nicholas Negroponte: 5 predictions, from 1984"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: 5 predictions, from 1984"}), (m:Event {name: "TED1984"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: 5 predictions, from 1984"}), (m:Tag {name: "demo"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: 5 predictions, from 1984"}), (m:Tag {name: "design"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: 5 predictions, from 1984"}), (m:Tag {name: "entertainment"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: 5 predictions, from 1984"}), (m:Tag {name: "future"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: 5 predictions, from 1984"}), (m:Tag {name: "interface design"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: 5 predictions, from 1984"}), (m:Tag {name: "media"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: 5 predictions, from 1984"}), (m:Tag {name: "movies"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: 5 predictions, from 1984"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: 5 predictions, from 1984"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 77}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: 5 predictions, from 1984"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 24}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: 5 predictions, from 1984"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 19}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: 5 predictions, from 1984"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 177}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: 5 predictions, from 1984"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 51}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: 5 predictions, from 1984"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 86}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: 5 predictions, from 1984"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 131}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: 5 predictions, from 1984"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 101}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: 5 predictions, from 1984"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 26}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: 5 predictions, from 1984"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 30}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: 5 predictions, from 1984"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 14}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: 5 predictions, from 1984"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 4}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: 5 predictions, from 1984"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 12}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: 5 predictions, from 1984"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 7}]->(m); MERGE (n:Speaker {name: "Nicholas Negroponte"}); MERGE (n:Talk {name: "Nicholas Negroponte: One Laptop per Child, two years on",title: "One Laptop per Child, two years on",description: "Nicholas Negroponte talks about how One Laptop per Child is doing, two years in. Speaking at the EG conference while the first XO laptops roll off the production line, he recaps the controversies and recommits to the goals of this far-reaching project."}); MERGE (n:Event {name: "EG 2007"}); MERGE (n:Tag {name: "activism"}); MERGE (n:Tag {name: "computers"}); MERGE (n:Tag {name: "design"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Funny"}); MATCH (n:Speaker {name: "Nicholas Negroponte"}), (m:Talk {name: "Nicholas Negroponte: One Laptop per Child, two years on"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child, two years on"}), (m:Event {name: "EG 2007"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child, two years on"}), (m:Tag {name: "activism"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child, two years on"}), (m:Tag {name: "computers"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child, two years on"}), (m:Tag {name: "design"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child, two years on"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child, two years on"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 89}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child, two years on"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 80}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child, two years on"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 171}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child, two years on"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 21}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child, two years on"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 28}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child, two years on"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 50}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child, two years on"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 25}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child, two years on"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 11}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child, two years on"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 19}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child, two years on"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 55}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child, two years on"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 10}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child, two years on"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 4}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child, two years on"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 7}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: One Laptop per Child, two years on"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 3}]->(m); MERGE (n:Speaker {name: "Clay Shirky"}); MERGE (n:Talk {name: "Clay Shirky: Institutions vs. collaboration",title: "Institutions vs. collaboration",description: "In this prescient 2005 talk, Clay Shirky shows how closed groups and companies will give way to looser networks where small contributors have big roles and fluid cooperation replaces rigid planning."}); MERGE (n:Event {name: "TEDGlobal 2005"}); MERGE (n:Tag {name: "business"}); MERGE (n:Tag {name: "cognitive science"}); MERGE (n:Tag {name: "collaboration"}); MERGE (n:Tag {name: "culture"}); MERGE (n:Tag {name: "social change"}); MERGE (n:Tag {name: "society"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Beautiful"}); MATCH (n:Speaker {name: "Clay Shirky"}), (m:Talk {name: "Clay Shirky: Institutions vs. collaboration"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Clay Shirky: Institutions vs. collaboration"}), (m:Event {name: "TEDGlobal 2005"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Clay Shirky: Institutions vs. collaboration"}), (m:Tag {name: "business"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Clay Shirky: Institutions vs. collaboration"}), (m:Tag {name: "cognitive science"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Clay Shirky: Institutions vs. collaboration"}), (m:Tag {name: "collaboration"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Clay Shirky: Institutions vs. collaboration"}), (m:Tag {name: "culture"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Clay Shirky: Institutions vs. collaboration"}), (m:Tag {name: "social change"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Clay Shirky: Institutions vs. collaboration"}), (m:Tag {name: "society"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Clay Shirky: Institutions vs. collaboration"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Clay Shirky: Institutions vs. collaboration"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 373}]->(m); MATCH (n:Talk {name: "Clay Shirky: Institutions vs. collaboration"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 355}]->(m); MATCH (n:Talk {name: "Clay Shirky: Institutions vs. collaboration"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 514}]->(m); MATCH (n:Talk {name: "Clay Shirky: Institutions vs. collaboration"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 249}]->(m); MATCH (n:Talk {name: "Clay Shirky: Institutions vs. collaboration"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 136}]->(m); MATCH (n:Talk {name: "Clay Shirky: Institutions vs. collaboration"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 88}]->(m); MATCH (n:Talk {name: "Clay Shirky: Institutions vs. collaboration"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 43}]->(m); MATCH (n:Talk {name: "Clay Shirky: Institutions vs. collaboration"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 20}]->(m); MATCH (n:Talk {name: "Clay Shirky: Institutions vs. collaboration"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 31}]->(m); MATCH (n:Talk {name: "Clay Shirky: Institutions vs. collaboration"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 27}]->(m); MATCH (n:Talk {name: "Clay Shirky: Institutions vs. collaboration"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 47}]->(m); MATCH (n:Talk {name: "Clay Shirky: Institutions vs. collaboration"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 5}]->(m); MATCH (n:Talk {name: "Clay Shirky: Institutions vs. collaboration"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 22}]->(m); MATCH (n:Talk {name: "Clay Shirky: Institutions vs. collaboration"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 20}]->(m); MERGE (n:Speaker {name: "Kevin Kelly"}); MERGE (n:Talk {name: "Kevin Kelly: The next 5,000 days of the web",title: "The next 5,000 days of the web",description: "At the 2007 EG conference, Kevin Kelly shares a fun stat: The World Wide Web, as we know it, is only 5,000 days old. Now, Kelly asks, how can we predict what's coming in the next 5,000 days?"}); MERGE (n:Event {name: "EG 2007"}); MERGE (n:Tag {name: "communication"}); MERGE (n:Tag {name: "complexity"}); MERGE (n:Tag {name: "future"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Tag {name: "web"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Beautiful"}); MATCH (n:Speaker {name: "Kevin Kelly"}), (m:Talk {name: "Kevin Kelly: The next 5,000 days of the web"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Kevin Kelly: The next 5,000 days of the web"}), (m:Event {name: "EG 2007"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Kevin Kelly: The next 5,000 days of the web"}), (m:Tag {name: "communication"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Kevin Kelly: The next 5,000 days of the web"}), (m:Tag {name: "complexity"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Kevin Kelly: The next 5,000 days of the web"}), (m:Tag {name: "future"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Kevin Kelly: The next 5,000 days of the web"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Kevin Kelly: The next 5,000 days of the web"}), (m:Tag {name: "web"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Kevin Kelly: The next 5,000 days of the web"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 188}]->(m); MATCH (n:Talk {name: "Kevin Kelly: The next 5,000 days of the web"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 199}]->(m); MATCH (n:Talk {name: "Kevin Kelly: The next 5,000 days of the web"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 543}]->(m); MATCH (n:Talk {name: "Kevin Kelly: The next 5,000 days of the web"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 171}]->(m); MATCH (n:Talk {name: "Kevin Kelly: The next 5,000 days of the web"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 653}]->(m); MATCH (n:Talk {name: "Kevin Kelly: The next 5,000 days of the web"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 356}]->(m); MATCH (n:Talk {name: "Kevin Kelly: The next 5,000 days of the web"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 218}]->(m); MATCH (n:Talk {name: "Kevin Kelly: The next 5,000 days of the web"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 97}]->(m); MATCH (n:Talk {name: "Kevin Kelly: The next 5,000 days of the web"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 119}]->(m); MATCH (n:Talk {name: "Kevin Kelly: The next 5,000 days of the web"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 29}]->(m); MATCH (n:Talk {name: "Kevin Kelly: The next 5,000 days of the web"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 65}]->(m); MATCH (n:Talk {name: "Kevin Kelly: The next 5,000 days of the web"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 31}]->(m); MATCH (n:Talk {name: "Kevin Kelly: The next 5,000 days of the web"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 44}]->(m); MATCH (n:Talk {name: "Kevin Kelly: The next 5,000 days of the web"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 35}]->(m); MERGE (n:Speaker {name: "Jonathan Haidt"}); MERGE (n:Talk {name: "Jonathan Haidt: The moral roots of liberals and conservatives",title: "The moral roots of liberals and conservatives",description: "Psychologist Jonathan Haidt studies the five moral values that form the basis of our political choices, whether we're left, right or center. In this eye-opening talk, he pinpoints the moral values that liberals and conservatives tend to honor most."}); MERGE (n:Event {name: "TED2008"}); MERGE (n:Tag {name: "brain"}); MERGE (n:Tag {name: "culture"}); MERGE (n:Tag {name: "evolution"}); MERGE (n:Tag {name: "evolutionary psychology"}); MERGE (n:Tag {name: "global issues"}); MERGE (n:Tag {name: "morality"}); MERGE (n:Tag {name: "politics"}); MERGE (n:Tag {name: "psychology"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Jaw-dropping"}); MATCH (n:Speaker {name: "Jonathan Haidt"}), (m:Talk {name: "Jonathan Haidt: The moral roots of liberals and conservatives"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Jonathan Haidt: The moral roots of liberals and conservatives"}), (m:Event {name: "TED2008"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Jonathan Haidt: The moral roots of liberals and conservatives"}), (m:Tag {name: "brain"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: The moral roots of liberals and conservatives"}), (m:Tag {name: "culture"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: The moral roots of liberals and conservatives"}), (m:Tag {name: "evolution"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: The moral roots of liberals and conservatives"}), (m:Tag {name: "evolutionary psychology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: The moral roots of liberals and conservatives"}), (m:Tag {name: "global issues"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: The moral roots of liberals and conservatives"}), (m:Tag {name: "morality"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: The moral roots of liberals and conservatives"}), (m:Tag {name: "politics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: The moral roots of liberals and conservatives"}), (m:Tag {name: "psychology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: The moral roots of liberals and conservatives"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 493}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: The moral roots of liberals and conservatives"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 1666}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: The moral roots of liberals and conservatives"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 1579}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: The moral roots of liberals and conservatives"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 1451}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: The moral roots of liberals and conservatives"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 169}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: The moral roots of liberals and conservatives"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 1788}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: The moral roots of liberals and conservatives"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 199}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: The moral roots of liberals and conservatives"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 274}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: The moral roots of liberals and conservatives"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 315}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: The moral roots of liberals and conservatives"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 399}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: The moral roots of liberals and conservatives"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 70}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: The moral roots of liberals and conservatives"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 89}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: The moral roots of liberals and conservatives"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 218}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: The moral roots of liberals and conservatives"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 233}]->(m); MERGE (n:Speaker {name: "Steven Johnson"}); MERGE (n:Talk {name: "Steven Johnson: The Web as a city",title: "The Web as a city",description: "Outside.in's Steven Johnson says the Web is like a city: built by many people, completely controlled by no one, intricately interconnected and yet functioning as many independent parts. While disaster strikes in one place, elsewhere, life goes on."}); MERGE (n:Event {name: "TED2003"}); MERGE (n:Tag {name: "cities"}); MERGE (n:Tag {name: "communication"}); MERGE (n:Tag {name: "community"}); MERGE (n:Tag {name: "design"}); MERGE (n:Tag {name: "global issues"}); MERGE (n:Tag {name: "web"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Beautiful"}); MATCH (n:Speaker {name: "Steven Johnson"}), (m:Talk {name: "Steven Johnson: The Web as a city"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Steven Johnson: The Web as a city"}), (m:Event {name: "TED2003"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Steven Johnson: The Web as a city"}), (m:Tag {name: "cities"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Steven Johnson: The Web as a city"}), (m:Tag {name: "communication"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Steven Johnson: The Web as a city"}), (m:Tag {name: "community"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Steven Johnson: The Web as a city"}), (m:Tag {name: "design"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Steven Johnson: The Web as a city"}), (m:Tag {name: "global issues"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Steven Johnson: The Web as a city"}), (m:Tag {name: "web"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Steven Johnson: The Web as a city"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 41}]->(m); MATCH (n:Talk {name: "Steven Johnson: The Web as a city"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 114}]->(m); MATCH (n:Talk {name: "Steven Johnson: The Web as a city"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 55}]->(m); MATCH (n:Talk {name: "Steven Johnson: The Web as a city"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 37}]->(m); MATCH (n:Talk {name: "Steven Johnson: The Web as a city"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 24}]->(m); MATCH (n:Talk {name: "Steven Johnson: The Web as a city"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 52}]->(m); MATCH (n:Talk {name: "Steven Johnson: The Web as a city"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 16}]->(m); MATCH (n:Talk {name: "Steven Johnson: The Web as a city"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 31}]->(m); MATCH (n:Talk {name: "Steven Johnson: The Web as a city"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 21}]->(m); MATCH (n:Talk {name: "Steven Johnson: The Web as a city"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 8}]->(m); MATCH (n:Talk {name: "Steven Johnson: The Web as a city"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 21}]->(m); MATCH (n:Talk {name: "Steven Johnson: The Web as a city"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 4}]->(m); MATCH (n:Talk {name: "Steven Johnson: The Web as a city"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 1}]->(m); MATCH (n:Talk {name: "Steven Johnson: The Web as a city"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 4}]->(m); MERGE (n:Speaker {name: "Rives"}); MERGE (n:Talk {name: "Rives: A story of mixed emoticons",title: "A story of mixed emoticons",description: "Rives tells a typographical fairy tale that's short and bittersweet ;)"}); MERGE (n:Event {name: "TED2008"}); MERGE (n:Tag {name: "design"}); MERGE (n:Tag {name: "entertainment"}); MERGE (n:Tag {name: "humor"}); MERGE (n:Tag {name: "love"}); MERGE (n:Tag {name: "media"}); MERGE (n:Tag {name: "poetry"}); MERGE (n:Tag {name: "storytelling"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Persuasive"}); MATCH (n:Speaker {name: "Rives"}), (m:Talk {name: "Rives: A story of mixed emoticons"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Rives: A story of mixed emoticons"}), (m:Event {name: "TED2008"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Rives: A story of mixed emoticons"}), (m:Tag {name: "design"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Rives: A story of mixed emoticons"}), (m:Tag {name: "entertainment"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Rives: A story of mixed emoticons"}), (m:Tag {name: "humor"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Rives: A story of mixed emoticons"}), (m:Tag {name: "love"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Rives: A story of mixed emoticons"}), (m:Tag {name: "media"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Rives: A story of mixed emoticons"}), (m:Tag {name: "poetry"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Rives: A story of mixed emoticons"}), (m:Tag {name: "storytelling"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Rives: A story of mixed emoticons"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 630}]->(m); MATCH (n:Talk {name: "Rives: A story of mixed emoticons"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 211}]->(m); MATCH (n:Talk {name: "Rives: A story of mixed emoticons"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 56}]->(m); MATCH (n:Talk {name: "Rives: A story of mixed emoticons"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 194}]->(m); MATCH (n:Talk {name: "Rives: A story of mixed emoticons"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 86}]->(m); MATCH (n:Talk {name: "Rives: A story of mixed emoticons"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 132}]->(m); MATCH (n:Talk {name: "Rives: A story of mixed emoticons"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 47}]->(m); MATCH (n:Talk {name: "Rives: A story of mixed emoticons"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 258}]->(m); MATCH (n:Talk {name: "Rives: A story of mixed emoticons"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 32}]->(m); MATCH (n:Talk {name: "Rives: A story of mixed emoticons"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 36}]->(m); MATCH (n:Talk {name: "Rives: A story of mixed emoticons"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 23}]->(m); MATCH (n:Talk {name: "Rives: A story of mixed emoticons"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 11}]->(m); MATCH (n:Talk {name: "Rives: A story of mixed emoticons"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 98}]->(m); MATCH (n:Talk {name: "Rives: A story of mixed emoticons"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 10}]->(m); MERGE (n:Speaker {name: "Stewart Brand"}); MERGE (n:Talk {name: "Stewart Brand: The Long Now",title: "The Long Now",description: "Stewart Brand works on the Clock of the Long Now, a timepiece that counts down the next 10,000 years. It's a beautiful project that asks us to think about the far, far future. Here, he discusses a tricky side problem with the Clock: Where can we put it?"}); MERGE (n:Event {name: "TED2004"}); MERGE (n:Tag {name: "TED Brain Trust"}); MERGE (n:Tag {name: "architecture"}); MERGE (n:Tag {name: "art"}); MERGE (n:Tag {name: "design"}); MERGE (n:Tag {name: "future"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Funny"}); MATCH (n:Speaker {name: "Stewart Brand"}), (m:Talk {name: "Stewart Brand: The Long Now"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Stewart Brand: The Long Now"}), (m:Event {name: "TED2004"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Stewart Brand: The Long Now"}), (m:Tag {name: "TED Brain Trust"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Stewart Brand: The Long Now"}), (m:Tag {name: "architecture"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Stewart Brand: The Long Now"}), (m:Tag {name: "art"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Stewart Brand: The Long Now"}), (m:Tag {name: "design"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Stewart Brand: The Long Now"}), (m:Tag {name: "future"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Stewart Brand: The Long Now"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Stewart Brand: The Long Now"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 84}]->(m); MATCH (n:Talk {name: "Stewart Brand: The Long Now"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 16}]->(m); MATCH (n:Talk {name: "Stewart Brand: The Long Now"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 17}]->(m); MATCH (n:Talk {name: "Stewart Brand: The Long Now"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 22}]->(m); MATCH (n:Talk {name: "Stewart Brand: The Long Now"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 88}]->(m); MATCH (n:Talk {name: "Stewart Brand: The Long Now"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 35}]->(m); MATCH (n:Talk {name: "Stewart Brand: The Long Now"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 57}]->(m); MATCH (n:Talk {name: "Stewart Brand: The Long Now"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 69}]->(m); MATCH (n:Talk {name: "Stewart Brand: The Long Now"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 45}]->(m); MATCH (n:Talk {name: "Stewart Brand: The Long Now"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 11}]->(m); MATCH (n:Talk {name: "Stewart Brand: The Long Now"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 22}]->(m); MATCH (n:Talk {name: "Stewart Brand: The Long Now"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 19}]->(m); MATCH (n:Talk {name: "Stewart Brand: The Long Now"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 11}]->(m); MATCH (n:Talk {name: "Stewart Brand: The Long Now"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 3}]->(m); MERGE (n:Speaker {name: "Nicholas Negroponte"}); MERGE (n:Talk {name: "Nicholas Negroponte: Taking OLPC to Colombia",title: "Taking OLPC to Colombia",description: "TED follows Nicholas Negroponte to Colombia as he delivers laptops inside territory once controlled by guerrillas. His partner? Colombia's Defense Department, who see One Laptop per Child as an investment in the region. (And you too can get involved.)"}); MERGE (n:Event {name: "TED in the Field"}); MERGE (n:Tag {name: "children"}); MERGE (n:Tag {name: "computers"}); MERGE (n:Tag {name: "design"}); MERGE (n:Tag {name: "global issues"}); MERGE (n:Tag {name: "philanthropy"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Longwinded"}); MATCH (n:Speaker {name: "Nicholas Negroponte"}), (m:Talk {name: "Nicholas Negroponte: Taking OLPC to Colombia"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: Taking OLPC to Colombia"}), (m:Event {name: "TED in the Field"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: Taking OLPC to Colombia"}), (m:Tag {name: "children"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: Taking OLPC to Colombia"}), (m:Tag {name: "computers"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: Taking OLPC to Colombia"}), (m:Tag {name: "design"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: Taking OLPC to Colombia"}), (m:Tag {name: "global issues"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: Taking OLPC to Colombia"}), (m:Tag {name: "philanthropy"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: Taking OLPC to Colombia"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: Taking OLPC to Colombia"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 246}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: Taking OLPC to Colombia"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 53}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: Taking OLPC to Colombia"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 37}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: Taking OLPC to Colombia"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 67}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: Taking OLPC to Colombia"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 57}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: Taking OLPC to Colombia"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 47}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: Taking OLPC to Colombia"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 75}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: Taking OLPC to Colombia"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 27}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: Taking OLPC to Colombia"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 3}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: Taking OLPC to Colombia"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 12}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: Taking OLPC to Colombia"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 5}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: Taking OLPC to Colombia"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 15}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: Taking OLPC to Colombia"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 5}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: Taking OLPC to Colombia"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 0}]->(m); MERGE (n:Speaker {name: "Bill Gates"}); MERGE (n:Talk {name: "Bill Gates: Mosquitos, malaria and education",title: "Mosquitos, malaria and education",description: "Bill Gates hopes to solve some of the world's biggest problems using a new kind of philanthropy. In a passionate and, yes, funny 18 minutes, he asks us to consider two big questions and how we might answer them. (And see the Q&A on the TED Blog.)"}); MERGE (n:Event {name: "TED2009"}); MERGE (n:Tag {name: "TED Brain Trust"}); MERGE (n:Tag {name: "business"}); MERGE (n:Tag {name: "education"}); MERGE (n:Tag {name: "health"}); MERGE (n:Tag {name: "illness"}); MERGE (n:Tag {name: "insects"}); MERGE (n:Tag {name: "philanthropy"}); MERGE (n:Tag {name: "science"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Ingenious"}); MATCH (n:Speaker {name: "Bill Gates"}), (m:Talk {name: "Bill Gates: Mosquitos, malaria and education"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Bill Gates: Mosquitos, malaria and education"}), (m:Event {name: "TED2009"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Bill Gates: Mosquitos, malaria and education"}), (m:Tag {name: "TED Brain Trust"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Bill Gates: Mosquitos, malaria and education"}), (m:Tag {name: "business"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Bill Gates: Mosquitos, malaria and education"}), (m:Tag {name: "education"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Bill Gates: Mosquitos, malaria and education"}), (m:Tag {name: "health"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Bill Gates: Mosquitos, malaria and education"}), (m:Tag {name: "illness"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Bill Gates: Mosquitos, malaria and education"}), (m:Tag {name: "insects"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Bill Gates: Mosquitos, malaria and education"}), (m:Tag {name: "philanthropy"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Bill Gates: Mosquitos, malaria and education"}), (m:Tag {name: "science"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Bill Gates: Mosquitos, malaria and education"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Bill Gates: Mosquitos, malaria and education"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 633}]->(m); MATCH (n:Talk {name: "Bill Gates: Mosquitos, malaria and education"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 895}]->(m); MATCH (n:Talk {name: "Bill Gates: Mosquitos, malaria and education"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 735}]->(m); MATCH (n:Talk {name: "Bill Gates: Mosquitos, malaria and education"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 69}]->(m); MATCH (n:Talk {name: "Bill Gates: Mosquitos, malaria and education"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 216}]->(m); MATCH (n:Talk {name: "Bill Gates: Mosquitos, malaria and education"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 187}]->(m); MATCH (n:Talk {name: "Bill Gates: Mosquitos, malaria and education"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 160}]->(m); MATCH (n:Talk {name: "Bill Gates: Mosquitos, malaria and education"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 240}]->(m); MATCH (n:Talk {name: "Bill Gates: Mosquitos, malaria and education"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 90}]->(m); MATCH (n:Talk {name: "Bill Gates: Mosquitos, malaria and education"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 31}]->(m); MATCH (n:Talk {name: "Bill Gates: Mosquitos, malaria and education"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 60}]->(m); MATCH (n:Talk {name: "Bill Gates: Mosquitos, malaria and education"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 104}]->(m); MATCH (n:Talk {name: "Bill Gates: Mosquitos, malaria and education"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 65}]->(m); MATCH (n:Talk {name: "Bill Gates: Mosquitos, malaria and education"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 91}]->(m); MERGE (n:Speaker {name: "Barry Schwartz"}); MERGE (n:Talk {name: "Barry Schwartz: Our loss of wisdom",title: "Our loss of wisdom",description: "Barry Schwartz makes a passionate call for 'practical wisdom' as an antidote to a society gone mad with bureaucracy. He argues powerfully that rules often fail us, incentives often backfire, and practical, everyday wisdom will help rebuild our world."}); MERGE (n:Event {name: "TED2009"}); MERGE (n:Tag {name: "business"}); MERGE (n:Tag {name: "culture"}); MERGE (n:Tag {name: "global issues"}); MERGE (n:Tag {name: "philosophy"}); MERGE (n:Tag {name: "psychology"}); MERGE (n:Tag {name: "self"}); MERGE (n:Tag {name: "social change"}); MERGE (n:Tag {name: "society"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Confusing"}); MATCH (n:Speaker {name: "Barry Schwartz"}), (m:Talk {name: "Barry Schwartz: Our loss of wisdom"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Barry Schwartz: Our loss of wisdom"}), (m:Event {name: "TED2009"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Barry Schwartz: Our loss of wisdom"}), (m:Tag {name: "business"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Barry Schwartz: Our loss of wisdom"}), (m:Tag {name: "culture"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Barry Schwartz: Our loss of wisdom"}), (m:Tag {name: "global issues"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Barry Schwartz: Our loss of wisdom"}), (m:Tag {name: "philosophy"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Barry Schwartz: Our loss of wisdom"}), (m:Tag {name: "psychology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Barry Schwartz: Our loss of wisdom"}), (m:Tag {name: "self"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Barry Schwartz: Our loss of wisdom"}), (m:Tag {name: "social change"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Barry Schwartz: Our loss of wisdom"}), (m:Tag {name: "society"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Barry Schwartz: Our loss of wisdom"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 1859}]->(m); MATCH (n:Talk {name: "Barry Schwartz: Our loss of wisdom"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 3420}]->(m); MATCH (n:Talk {name: "Barry Schwartz: Our loss of wisdom"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 356}]->(m); MATCH (n:Talk {name: "Barry Schwartz: Our loss of wisdom"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 98}]->(m); MATCH (n:Talk {name: "Barry Schwartz: Our loss of wisdom"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 190}]->(m); MATCH (n:Talk {name: "Barry Schwartz: Our loss of wisdom"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 639}]->(m); MATCH (n:Talk {name: "Barry Schwartz: Our loss of wisdom"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 706}]->(m); MATCH (n:Talk {name: "Barry Schwartz: Our loss of wisdom"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 658}]->(m); MATCH (n:Talk {name: "Barry Schwartz: Our loss of wisdom"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 48}]->(m); MATCH (n:Talk {name: "Barry Schwartz: Our loss of wisdom"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 376}]->(m); MATCH (n:Talk {name: "Barry Schwartz: Our loss of wisdom"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 257}]->(m); MATCH (n:Talk {name: "Barry Schwartz: Our loss of wisdom"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 48}]->(m); MATCH (n:Talk {name: "Barry Schwartz: Our loss of wisdom"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 118}]->(m); MATCH (n:Talk {name: "Barry Schwartz: Our loss of wisdom"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 38}]->(m); MERGE (n:Speaker {name: "Juan Enriquez"}); MERGE (n:Talk {name: "Juan Enriquez: The next species of human",title: "The next species of human",description: "While the mega-banks were toppling in early 2009, Juan Enriquez took the stage to say: The really big reboot is yet to come. But don't look for it on the stock exchange or the political ballot. It'll come from science labs, and it promises keener bodies and minds. Our kids are going to be ... different."}); MERGE (n:Event {name: "TED2009"}); MERGE (n:Tag {name: "biology"}); MERGE (n:Tag {name: "business"}); MERGE (n:Tag {name: "economics"}); MERGE (n:Tag {name: "robots"}); MERGE (n:Tag {name: "science"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Beautiful"}); MATCH (n:Speaker {name: "Juan Enriquez"}), (m:Talk {name: "Juan Enriquez: The next species of human"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Juan Enriquez: The next species of human"}), (m:Event {name: "TED2009"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Juan Enriquez: The next species of human"}), (m:Tag {name: "biology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: The next species of human"}), (m:Tag {name: "business"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: The next species of human"}), (m:Tag {name: "economics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: The next species of human"}), (m:Tag {name: "robots"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: The next species of human"}), (m:Tag {name: "science"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: The next species of human"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: The next species of human"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 967}]->(m); MATCH (n:Talk {name: "Juan Enriquez: The next species of human"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 528}]->(m); MATCH (n:Talk {name: "Juan Enriquez: The next species of human"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 440}]->(m); MATCH (n:Talk {name: "Juan Enriquez: The next species of human"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 1271}]->(m); MATCH (n:Talk {name: "Juan Enriquez: The next species of human"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 116}]->(m); MATCH (n:Talk {name: "Juan Enriquez: The next species of human"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 63}]->(m); MATCH (n:Talk {name: "Juan Enriquez: The next species of human"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 290}]->(m); MATCH (n:Talk {name: "Juan Enriquez: The next species of human"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 751}]->(m); MATCH (n:Talk {name: "Juan Enriquez: The next species of human"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 506}]->(m); MATCH (n:Talk {name: "Juan Enriquez: The next species of human"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 42}]->(m); MATCH (n:Talk {name: "Juan Enriquez: The next species of human"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 91}]->(m); MATCH (n:Talk {name: "Juan Enriquez: The next species of human"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 114}]->(m); MATCH (n:Talk {name: "Juan Enriquez: The next species of human"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 32}]->(m); MATCH (n:Talk {name: "Juan Enriquez: The next species of human"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 49}]->(m); MERGE (n:Speaker {name: "Dan Ariely"}); MERGE (n:Talk {name: "Dan Ariely: Our buggy moral code",title: "Our buggy moral code",description: "Behavioral economist Dan Ariely studies the bugs in our moral code: the hidden reasons we think it's OK to cheat or steal (sometimes). Clever studies help make his point that we're predictably irrational -- and can be influenced in ways we can't grasp."}); MERGE (n:Event {name: "TED2009"}); MERGE (n:Tag {name: "brain"}); MERGE (n:Tag {name: "culture"}); MERGE (n:Tag {name: "economics"}); MERGE (n:Tag {name: "evil"}); MERGE (n:Tag {name: "motivation"}); MERGE (n:Tag {name: "psychology"}); MERGE (n:Tag {name: "science"}); MERGE (n:Tag {name: "self"}); MERGE (n:Tag {name: "society"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Obnoxious"}); MATCH (n:Speaker {name: "Dan Ariely"}), (m:Talk {name: "Dan Ariely: Our buggy moral code"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Dan Ariely: Our buggy moral code"}), (m:Event {name: "TED2009"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Dan Ariely: Our buggy moral code"}), (m:Tag {name: "brain"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Dan Ariely: Our buggy moral code"}), (m:Tag {name: "culture"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Dan Ariely: Our buggy moral code"}), (m:Tag {name: "economics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Dan Ariely: Our buggy moral code"}), (m:Tag {name: "evil"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Dan Ariely: Our buggy moral code"}), (m:Tag {name: "motivation"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Dan Ariely: Our buggy moral code"}), (m:Tag {name: "psychology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Dan Ariely: Our buggy moral code"}), (m:Tag {name: "science"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Dan Ariely: Our buggy moral code"}), (m:Tag {name: "self"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Dan Ariely: Our buggy moral code"}), (m:Tag {name: "society"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Dan Ariely: Our buggy moral code"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 644}]->(m); MATCH (n:Talk {name: "Dan Ariely: Our buggy moral code"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 1101}]->(m); MATCH (n:Talk {name: "Dan Ariely: Our buggy moral code"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 1722}]->(m); MATCH (n:Talk {name: "Dan Ariely: Our buggy moral code"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 1502}]->(m); MATCH (n:Talk {name: "Dan Ariely: Our buggy moral code"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 253}]->(m); MATCH (n:Talk {name: "Dan Ariely: Our buggy moral code"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 307}]->(m); MATCH (n:Talk {name: "Dan Ariely: Our buggy moral code"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 796}]->(m); MATCH (n:Talk {name: "Dan Ariely: Our buggy moral code"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 235}]->(m); MATCH (n:Talk {name: "Dan Ariely: Our buggy moral code"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 113}]->(m); MATCH (n:Talk {name: "Dan Ariely: Our buggy moral code"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 27}]->(m); MATCH (n:Talk {name: "Dan Ariely: Our buggy moral code"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 15}]->(m); MATCH (n:Talk {name: "Dan Ariely: Our buggy moral code"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 90}]->(m); MATCH (n:Talk {name: "Dan Ariely: Our buggy moral code"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 27}]->(m); MATCH (n:Talk {name: "Dan Ariely: Our buggy moral code"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 11}]->(m); MERGE (n:Speaker {name: "Jacqueline Novogratz"}); MERGE (n:Talk {name: "Jacqueline Novogratz: An escape from poverty",title: "An escape from poverty",description: "Jacqueline Novogratz tells a moving story of an encounter in a Nairobi slum with Jane, a former prostitute, whose dreams of escaping poverty, of becoming a doctor and of getting married were fulfilled in an unexpected way."}); MERGE (n:Event {name: "TED2009"}); MERGE (n:Tag {name: "activism"}); MERGE (n:Tag {name: "business"}); MERGE (n:Tag {name: "culture"}); MERGE (n:Tag {name: "global issues"}); MERGE (n:Tag {name: "poverty"}); MERGE (n:Tag {name: "women"}); MERGE (n:Tag {name: "work"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Confusing"}); MATCH (n:Speaker {name: "Jacqueline Novogratz"}), (m:Talk {name: "Jacqueline Novogratz: An escape from poverty"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: An escape from poverty"}), (m:Event {name: "TED2009"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: An escape from poverty"}), (m:Tag {name: "activism"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: An escape from poverty"}), (m:Tag {name: "business"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: An escape from poverty"}), (m:Tag {name: "culture"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: An escape from poverty"}), (m:Tag {name: "global issues"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: An escape from poverty"}), (m:Tag {name: "poverty"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: An escape from poverty"}), (m:Tag {name: "women"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: An escape from poverty"}), (m:Tag {name: "work"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: An escape from poverty"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 638}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: An escape from poverty"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 167}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: An escape from poverty"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 242}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: An escape from poverty"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 183}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: An escape from poverty"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 133}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: An escape from poverty"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 71}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: An escape from poverty"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 10}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: An escape from poverty"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 16}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: An escape from poverty"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 81}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: An escape from poverty"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 22}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: An escape from poverty"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 12}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: An escape from poverty"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 10}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: An escape from poverty"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 3}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: An escape from poverty"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 3}]->(m); MERGE (n:Speaker {name: "David Pogue"}); MERGE (n:Talk {name: "David Pogue: Cool tricks your phone can do",title: "Cool tricks your phone can do",description: "In this engaging talk from the EG'08 conference, New York Times tech columnist David Pogue rounds up some handy cell phone tools and services that can boost your productivity and lower your bills (and your blood pressure)."}); MERGE (n:Event {name: "EG 2008"}); MERGE (n:Tag {name: "culture"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Beautiful"}); MATCH (n:Speaker {name: "David Pogue"}), (m:Talk {name: "David Pogue: Cool tricks your phone can do"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "David Pogue: Cool tricks your phone can do"}), (m:Event {name: "EG 2008"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "David Pogue: Cool tricks your phone can do"}), (m:Tag {name: "culture"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "David Pogue: Cool tricks your phone can do"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "David Pogue: Cool tricks your phone can do"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 571}]->(m); MATCH (n:Talk {name: "David Pogue: Cool tricks your phone can do"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 463}]->(m); MATCH (n:Talk {name: "David Pogue: Cool tricks your phone can do"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 182}]->(m); MATCH (n:Talk {name: "David Pogue: Cool tricks your phone can do"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 204}]->(m); MATCH (n:Talk {name: "David Pogue: Cool tricks your phone can do"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 63}]->(m); MATCH (n:Talk {name: "David Pogue: Cool tricks your phone can do"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 34}]->(m); MATCH (n:Talk {name: "David Pogue: Cool tricks your phone can do"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 100}]->(m); MATCH (n:Talk {name: "David Pogue: Cool tricks your phone can do"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 103}]->(m); MATCH (n:Talk {name: "David Pogue: Cool tricks your phone can do"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 94}]->(m); MATCH (n:Talk {name: "David Pogue: Cool tricks your phone can do"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 60}]->(m); MATCH (n:Talk {name: "David Pogue: Cool tricks your phone can do"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 27}]->(m); MATCH (n:Talk {name: "David Pogue: Cool tricks your phone can do"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 55}]->(m); MATCH (n:Talk {name: "David Pogue: Cool tricks your phone can do"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 21}]->(m); MATCH (n:Talk {name: "David Pogue: Cool tricks your phone can do"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 22}]->(m); MERGE (n:Speaker {name: "Hans Rosling"}); MERGE (n:Talk {name: "Hans Rosling: Insights on HIV, in stunning data visuals",title: "Insights on HIV, in stunning data visuals",description: "Hans Rosling unveils data visuals that untangle the complex risk factors of one of the world's deadliest (and most misunderstood) diseases: HIV. By following the data, he suggests a surprising key to ending the epidemic."}); MERGE (n:Event {name: "TED2009"}); MERGE (n:Tag {name: "AIDS"}); MERGE (n:Tag {name: "Africa"}); MERGE (n:Tag {name: "disease"}); MERGE (n:Tag {name: "global issues"}); MERGE (n:Tag {name: "presentation"}); MERGE (n:Tag {name: "statistics"}); MERGE (n:Tag {name: "visualizations"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Confusing"}); MATCH (n:Speaker {name: "Hans Rosling"}), (m:Talk {name: "Hans Rosling: Insights on HIV, in stunning data visuals"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Hans Rosling: Insights on HIV, in stunning data visuals"}), (m:Event {name: "TED2009"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Hans Rosling: Insights on HIV, in stunning data visuals"}), (m:Tag {name: "AIDS"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Insights on HIV, in stunning data visuals"}), (m:Tag {name: "Africa"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Insights on HIV, in stunning data visuals"}), (m:Tag {name: "disease"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Insights on HIV, in stunning data visuals"}), (m:Tag {name: "global issues"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Insights on HIV, in stunning data visuals"}), (m:Tag {name: "presentation"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Insights on HIV, in stunning data visuals"}), (m:Tag {name: "statistics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Insights on HIV, in stunning data visuals"}), (m:Tag {name: "visualizations"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Insights on HIV, in stunning data visuals"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 96}]->(m); MATCH (n:Talk {name: "Hans Rosling: Insights on HIV, in stunning data visuals"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 115}]->(m); MATCH (n:Talk {name: "Hans Rosling: Insights on HIV, in stunning data visuals"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 42}]->(m); MATCH (n:Talk {name: "Hans Rosling: Insights on HIV, in stunning data visuals"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 491}]->(m); MATCH (n:Talk {name: "Hans Rosling: Insights on HIV, in stunning data visuals"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 258}]->(m); MATCH (n:Talk {name: "Hans Rosling: Insights on HIV, in stunning data visuals"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 36}]->(m); MATCH (n:Talk {name: "Hans Rosling: Insights on HIV, in stunning data visuals"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 247}]->(m); MATCH (n:Talk {name: "Hans Rosling: Insights on HIV, in stunning data visuals"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 68}]->(m); MATCH (n:Talk {name: "Hans Rosling: Insights on HIV, in stunning data visuals"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 147}]->(m); MATCH (n:Talk {name: "Hans Rosling: Insights on HIV, in stunning data visuals"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 8}]->(m); MATCH (n:Talk {name: "Hans Rosling: Insights on HIV, in stunning data visuals"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 7}]->(m); MATCH (n:Talk {name: "Hans Rosling: Insights on HIV, in stunning data visuals"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 20}]->(m); MATCH (n:Talk {name: "Hans Rosling: Insights on HIV, in stunning data visuals"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 9}]->(m); MATCH (n:Talk {name: "Hans Rosling: Insights on HIV, in stunning data visuals"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 21}]->(m); MERGE (n:Speaker {name: "Dan Ariely"}); MERGE (n:Talk {name: "Dan Ariely: Are we in control of our own decisions?",title: "Are we in control of our own decisions?",description: "Behavioral economist Dan Ariely, the author of Predictably Irrational, uses classic visual illusions and his own counterintuitive (and sometimes shocking) research findings to show how we're not as rational as we think when we make decisions."}); MERGE (n:Event {name: "EG 2008"}); MERGE (n:Tag {name: "culture"}); MERGE (n:Tag {name: "decision-making"}); MERGE (n:Tag {name: "economics"}); MERGE (n:Tag {name: "global issues"}); MERGE (n:Tag {name: "personality"}); MERGE (n:Tag {name: "psychology"}); MERGE (n:Tag {name: "science"}); MERGE (n:Tag {name: "self"}); MERGE (n:Tag {name: "society"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Confusing"}); MATCH (n:Speaker {name: "Dan Ariely"}), (m:Talk {name: "Dan Ariely: Are we in control of our own decisions?"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Dan Ariely: Are we in control of our own decisions?"}), (m:Event {name: "EG 2008"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Dan Ariely: Are we in control of our own decisions?"}), (m:Tag {name: "culture"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Dan Ariely: Are we in control of our own decisions?"}), (m:Tag {name: "decision-making"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Dan Ariely: Are we in control of our own decisions?"}), (m:Tag {name: "economics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Dan Ariely: Are we in control of our own decisions?"}), (m:Tag {name: "global issues"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Dan Ariely: Are we in control of our own decisions?"}), (m:Tag {name: "personality"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Dan Ariely: Are we in control of our own decisions?"}), (m:Tag {name: "psychology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Dan Ariely: Are we in control of our own decisions?"}), (m:Tag {name: "science"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Dan Ariely: Are we in control of our own decisions?"}), (m:Tag {name: "self"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Dan Ariely: Are we in control of our own decisions?"}), (m:Tag {name: "society"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Dan Ariely: Are we in control of our own decisions?"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 1194}]->(m); MATCH (n:Talk {name: "Dan Ariely: Are we in control of our own decisions?"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 2031}]->(m); MATCH (n:Talk {name: "Dan Ariely: Are we in control of our own decisions?"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 2309}]->(m); MATCH (n:Talk {name: "Dan Ariely: Are we in control of our own decisions?"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 97}]->(m); MATCH (n:Talk {name: "Dan Ariely: Are we in control of our own decisions?"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 2851}]->(m); MATCH (n:Talk {name: "Dan Ariely: Are we in control of our own decisions?"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 1448}]->(m); MATCH (n:Talk {name: "Dan Ariely: Are we in control of our own decisions?"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 1069}]->(m); MATCH (n:Talk {name: "Dan Ariely: Are we in control of our own decisions?"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 555}]->(m); MATCH (n:Talk {name: "Dan Ariely: Are we in control of our own decisions?"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 27}]->(m); MATCH (n:Talk {name: "Dan Ariely: Are we in control of our own decisions?"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 149}]->(m); MATCH (n:Talk {name: "Dan Ariely: Are we in control of our own decisions?"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 139}]->(m); MATCH (n:Talk {name: "Dan Ariely: Are we in control of our own decisions?"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 44}]->(m); MATCH (n:Talk {name: "Dan Ariely: Are we in control of our own decisions?"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 14}]->(m); MATCH (n:Talk {name: "Dan Ariely: Are we in control of our own decisions?"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 28}]->(m); MERGE (n:Speaker {name: "Clay Shirky"}); MERGE (n:Talk {name: "Clay Shirky: How social media can make history",title: "How social media can make history",description: "While news from Iran streams to the world, Clay Shirky shows how Facebook, Twitter and TXTs help citizens in repressive regimes to report on real news, bypassing censors (however briefly). The end of top-down control of news is changing the nature of politics."}); MERGE (n:Event {name: "TED@State"}); MERGE (n:Tag {name: "communication"}); MERGE (n:Tag {name: "culture"}); MERGE (n:Tag {name: "global issues"}); MERGE (n:Tag {name: "politics"}); MERGE (n:Tag {name: "social change"}); MERGE (n:Tag {name: "social media"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Confusing"}); MATCH (n:Speaker {name: "Clay Shirky"}), (m:Talk {name: "Clay Shirky: How social media can make history"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Clay Shirky: How social media can make history"}), (m:Event {name: "TED@State"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Clay Shirky: How social media can make history"}), (m:Tag {name: "communication"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Clay Shirky: How social media can make history"}), (m:Tag {name: "culture"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Clay Shirky: How social media can make history"}), (m:Tag {name: "global issues"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Clay Shirky: How social media can make history"}), (m:Tag {name: "politics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Clay Shirky: How social media can make history"}), (m:Tag {name: "social change"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Clay Shirky: How social media can make history"}), (m:Tag {name: "social media"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Clay Shirky: How social media can make history"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Clay Shirky: How social media can make history"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 798}]->(m); MATCH (n:Talk {name: "Clay Shirky: How social media can make history"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 124}]->(m); MATCH (n:Talk {name: "Clay Shirky: How social media can make history"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 476}]->(m); MATCH (n:Talk {name: "Clay Shirky: How social media can make history"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 425}]->(m); MATCH (n:Talk {name: "Clay Shirky: How social media can make history"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 355}]->(m); MATCH (n:Talk {name: "Clay Shirky: How social media can make history"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 31}]->(m); MATCH (n:Talk {name: "Clay Shirky: How social media can make history"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 79}]->(m); MATCH (n:Talk {name: "Clay Shirky: How social media can make history"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 37}]->(m); MATCH (n:Talk {name: "Clay Shirky: How social media can make history"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 81}]->(m); MATCH (n:Talk {name: "Clay Shirky: How social media can make history"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 15}]->(m); MATCH (n:Talk {name: "Clay Shirky: How social media can make history"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 40}]->(m); MATCH (n:Talk {name: "Clay Shirky: How social media can make history"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 13}]->(m); MATCH (n:Talk {name: "Clay Shirky: How social media can make history"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 25}]->(m); MATCH (n:Talk {name: "Clay Shirky: How social media can make history"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 17}]->(m); MERGE (n:Speaker {name: "Stewart Brand"}); MERGE (n:Talk {name: "Stewart Brand: 4 environmental 'heresies'",title: "4 environmental 'heresies'",description: "The man who helped usher in the environmental movement in the 1960s and '70s has been rethinking his positions on cities, nuclear power, genetic modification and geo-engineering. This talk at the US State Department is a foretaste of his major new book, sure to provoke widespread debate."}); MERGE (n:Event {name: "TED@State"}); MERGE (n:Tag {name: "Anthropocene"}); MERGE (n:Tag {name: "TED Brain Trust"}); MERGE (n:Tag {name: "alternative energy"}); MERGE (n:Tag {name: "climate change"}); MERGE (n:Tag {name: "environment"}); MERGE (n:Tag {name: "future"}); MERGE (n:Tag {name: "global development"}); MERGE (n:Tag {name: "global issues"}); MERGE (n:Tag {name: "green"}); MERGE (n:Tag {name: "sustainability"}); MERGE (n:Tag {name: "urban planning"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Beautiful"}); MATCH (n:Speaker {name: "Stewart Brand"}), (m:Talk {name: "Stewart Brand: 4 environmental 'heresies'"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Stewart Brand: 4 environmental 'heresies'"}), (m:Event {name: "TED@State"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Stewart Brand: 4 environmental 'heresies'"}), (m:Tag {name: "Anthropocene"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Stewart Brand: 4 environmental 'heresies'"}), (m:Tag {name: "TED Brain Trust"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Stewart Brand: 4 environmental 'heresies'"}), (m:Tag {name: "alternative energy"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Stewart Brand: 4 environmental 'heresies'"}), (m:Tag {name: "climate change"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Stewart Brand: 4 environmental 'heresies'"}), (m:Tag {name: "environment"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Stewart Brand: 4 environmental 'heresies'"}), (m:Tag {name: "future"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Stewart Brand: 4 environmental 'heresies'"}), (m:Tag {name: "global development"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Stewart Brand: 4 environmental 'heresies'"}), (m:Tag {name: "global issues"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Stewart Brand: 4 environmental 'heresies'"}), (m:Tag {name: "green"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Stewart Brand: 4 environmental 'heresies'"}), (m:Tag {name: "sustainability"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Stewart Brand: 4 environmental 'heresies'"}), (m:Tag {name: "urban planning"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Stewart Brand: 4 environmental 'heresies'"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 328}]->(m); MATCH (n:Talk {name: "Stewart Brand: 4 environmental 'heresies'"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 511}]->(m); MATCH (n:Talk {name: "Stewart Brand: 4 environmental 'heresies'"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 212}]->(m); MATCH (n:Talk {name: "Stewart Brand: 4 environmental 'heresies'"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 273}]->(m); MATCH (n:Talk {name: "Stewart Brand: 4 environmental 'heresies'"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 72}]->(m); MATCH (n:Talk {name: "Stewart Brand: 4 environmental 'heresies'"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 154}]->(m); MATCH (n:Talk {name: "Stewart Brand: 4 environmental 'heresies'"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 113}]->(m); MATCH (n:Talk {name: "Stewart Brand: 4 environmental 'heresies'"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 40}]->(m); MATCH (n:Talk {name: "Stewart Brand: 4 environmental 'heresies'"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 53}]->(m); MATCH (n:Talk {name: "Stewart Brand: 4 environmental 'heresies'"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 7}]->(m); MATCH (n:Talk {name: "Stewart Brand: 4 environmental 'heresies'"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 64}]->(m); MATCH (n:Talk {name: "Stewart Brand: 4 environmental 'heresies'"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 43}]->(m); MATCH (n:Talk {name: "Stewart Brand: 4 environmental 'heresies'"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 56}]->(m); MATCH (n:Talk {name: "Stewart Brand: 4 environmental 'heresies'"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 5}]->(m); MERGE (n:Speaker {name: "Hans Rosling"}); MERGE (n:Talk {name: "Hans Rosling: Let my dataset change your mindset",title: "Let my dataset change your mindset",description: "Talking at the US State Department this summer, Hans Rosling uses his fascinating data-bubble software to burst myths about the developing world. Look for new analysis on China and the post-bailout world, mixed with classic data shows."}); MERGE (n:Event {name: "TED@State"}); MERGE (n:Tag {name: "Africa"}); MERGE (n:Tag {name: "Asia"}); MERGE (n:Tag {name: "data"}); MERGE (n:Tag {name: "global development"}); MERGE (n:Tag {name: "global issues"}); MERGE (n:Tag {name: "math"}); MERGE (n:Tag {name: "medicine"}); MERGE (n:Tag {name: "presentation"}); MERGE (n:Tag {name: "science"}); MERGE (n:Tag {name: "statistics"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Tag {name: "visualizations"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Unconvincing"}); MATCH (n:Speaker {name: "Hans Rosling"}), (m:Talk {name: "Hans Rosling: Let my dataset change your mindset"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Hans Rosling: Let my dataset change your mindset"}), (m:Event {name: "TED@State"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Hans Rosling: Let my dataset change your mindset"}), (m:Tag {name: "Africa"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Let my dataset change your mindset"}), (m:Tag {name: "Asia"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Let my dataset change your mindset"}), (m:Tag {name: "data"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Let my dataset change your mindset"}), (m:Tag {name: "global development"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Let my dataset change your mindset"}), (m:Tag {name: "global issues"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Let my dataset change your mindset"}), (m:Tag {name: "math"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Let my dataset change your mindset"}), (m:Tag {name: "medicine"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Let my dataset change your mindset"}), (m:Tag {name: "presentation"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Let my dataset change your mindset"}), (m:Tag {name: "science"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Let my dataset change your mindset"}), (m:Tag {name: "statistics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Let my dataset change your mindset"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Let my dataset change your mindset"}), (m:Tag {name: "visualizations"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Let my dataset change your mindset"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 613}]->(m); MATCH (n:Talk {name: "Hans Rosling: Let my dataset change your mindset"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 800}]->(m); MATCH (n:Talk {name: "Hans Rosling: Let my dataset change your mindset"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 472}]->(m); MATCH (n:Talk {name: "Hans Rosling: Let my dataset change your mindset"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 245}]->(m); MATCH (n:Talk {name: "Hans Rosling: Let my dataset change your mindset"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 415}]->(m); MATCH (n:Talk {name: "Hans Rosling: Let my dataset change your mindset"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 12}]->(m); MATCH (n:Talk {name: "Hans Rosling: Let my dataset change your mindset"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 182}]->(m); MATCH (n:Talk {name: "Hans Rosling: Let my dataset change your mindset"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 225}]->(m); MATCH (n:Talk {name: "Hans Rosling: Let my dataset change your mindset"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 67}]->(m); MATCH (n:Talk {name: "Hans Rosling: Let my dataset change your mindset"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 46}]->(m); MATCH (n:Talk {name: "Hans Rosling: Let my dataset change your mindset"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 12}]->(m); MATCH (n:Talk {name: "Hans Rosling: Let my dataset change your mindset"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 26}]->(m); MATCH (n:Talk {name: "Hans Rosling: Let my dataset change your mindset"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 11}]->(m); MATCH (n:Talk {name: "Hans Rosling: Let my dataset change your mindset"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 6}]->(m); MERGE (n:Speaker {name: "Jacqueline Novogratz"}); MERGE (n:Talk {name: "Jacqueline Novogratz: A third way to think about aid",title: "A third way to think about aid",description: "The debate over foreign aid often pits those who mistrust 'charity' against those who mistrust reliance on the markets. Jacqueline Novogratz proposes a middle way she calls patient capital, with promising examples of entrepreneurial innovation driving social change."}); MERGE (n:Event {name: "TED@State"}); MERGE (n:Tag {name: "Africa"}); MERGE (n:Tag {name: "business"}); MERGE (n:Tag {name: "economics"}); MERGE (n:Tag {name: "global development"}); MERGE (n:Tag {name: "global issues"}); MERGE (n:Tag {name: "inequality"}); MERGE (n:Tag {name: "innovation"}); MERGE (n:Tag {name: "invention"}); MERGE (n:Tag {name: "philanthropy"}); MERGE (n:Tag {name: "poverty"}); MERGE (n:Tag {name: "women"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Funny"}); MATCH (n:Speaker {name: "Jacqueline Novogratz"}), (m:Talk {name: "Jacqueline Novogratz: A third way to think about aid"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: A third way to think about aid"}), (m:Event {name: "TED@State"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: A third way to think about aid"}), (m:Tag {name: "Africa"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: A third way to think about aid"}), (m:Tag {name: "business"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: A third way to think about aid"}), (m:Tag {name: "economics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: A third way to think about aid"}), (m:Tag {name: "global development"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: A third way to think about aid"}), (m:Tag {name: "global issues"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: A third way to think about aid"}), (m:Tag {name: "inequality"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: A third way to think about aid"}), (m:Tag {name: "innovation"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: A third way to think about aid"}), (m:Tag {name: "invention"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: A third way to think about aid"}), (m:Tag {name: "philanthropy"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: A third way to think about aid"}), (m:Tag {name: "poverty"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: A third way to think about aid"}), (m:Tag {name: "women"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: A third way to think about aid"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 24}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: A third way to think about aid"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 92}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: A third way to think about aid"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 122}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: A third way to think about aid"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 29}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: A third way to think about aid"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 232}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: A third way to think about aid"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 46}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: A third way to think about aid"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 43}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: A third way to think about aid"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 32}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: A third way to think about aid"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 22}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: A third way to think about aid"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 23}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: A third way to think about aid"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 26}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: A third way to think about aid"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 5}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: A third way to think about aid"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 10}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: A third way to think about aid"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 3}]->(m); MERGE (n:Speaker {name: "Julian Treasure"}); MERGE (n:Talk {name: "Julian Treasure: The 4 ways sound affects us",title: "The 4 ways sound affects us",description: "Playing sound effects both pleasant and awful, Julian Treasure shows how sound affects us in four significant ways. Listen carefully for a shocking fact about noisy open-plan offices."}); MERGE (n:Event {name: "TEDGlobal 2009"}); MERGE (n:Tag {name: "birds"}); MERGE (n:Tag {name: "business"}); MERGE (n:Tag {name: "cities"}); MERGE (n:Tag {name: "entertainment"}); MERGE (n:Tag {name: "music"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Longwinded"}); MATCH (n:Speaker {name: "Julian Treasure"}), (m:Talk {name: "Julian Treasure: The 4 ways sound affects us"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Julian Treasure: The 4 ways sound affects us"}), (m:Event {name: "TEDGlobal 2009"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Julian Treasure: The 4 ways sound affects us"}), (m:Tag {name: "birds"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Julian Treasure: The 4 ways sound affects us"}), (m:Tag {name: "business"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Julian Treasure: The 4 ways sound affects us"}), (m:Tag {name: "cities"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Julian Treasure: The 4 ways sound affects us"}), (m:Tag {name: "entertainment"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Julian Treasure: The 4 ways sound affects us"}), (m:Tag {name: "music"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Julian Treasure: The 4 ways sound affects us"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 100}]->(m); MATCH (n:Talk {name: "Julian Treasure: The 4 ways sound affects us"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 251}]->(m); MATCH (n:Talk {name: "Julian Treasure: The 4 ways sound affects us"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 544}]->(m); MATCH (n:Talk {name: "Julian Treasure: The 4 ways sound affects us"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 117}]->(m); MATCH (n:Talk {name: "Julian Treasure: The 4 ways sound affects us"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 911}]->(m); MATCH (n:Talk {name: "Julian Treasure: The 4 ways sound affects us"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 394}]->(m); MATCH (n:Talk {name: "Julian Treasure: The 4 ways sound affects us"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 94}]->(m); MATCH (n:Talk {name: "Julian Treasure: The 4 ways sound affects us"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 50}]->(m); MATCH (n:Talk {name: "Julian Treasure: The 4 ways sound affects us"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 13}]->(m); MATCH (n:Talk {name: "Julian Treasure: The 4 ways sound affects us"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 114}]->(m); MATCH (n:Talk {name: "Julian Treasure: The 4 ways sound affects us"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 19}]->(m); MATCH (n:Talk {name: "Julian Treasure: The 4 ways sound affects us"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 18}]->(m); MATCH (n:Talk {name: "Julian Treasure: The 4 ways sound affects us"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 12}]->(m); MATCH (n:Talk {name: "Julian Treasure: The 4 ways sound affects us"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 5}]->(m); MERGE (n:Speaker {name: "Hans Rosling"}); MERGE (n:Talk {name: "Hans Rosling: Asia's rise -- how and when",title: "Asia's rise -- how and when",description: "Hans Rosling was a young guest student in India when he first realized that Asia had all the capacities to reclaim its place as the world's dominant economic force. At TEDIndia, he graphs global economic growth since 1858 and predicts the exact date that India and China will outstrip the US."}); MERGE (n:Event {name: "TEDIndia 2009"}); MERGE (n:Tag {name: "Asia"}); MERGE (n:Tag {name: "economics"}); MERGE (n:Tag {name: "health"}); MERGE (n:Tag {name: "india"}); MERGE (n:Tag {name: "statistics"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Tag {name: "visualizations"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Confusing"}); MATCH (n:Speaker {name: "Hans Rosling"}), (m:Talk {name: "Hans Rosling: Asia's rise -- how and when"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Hans Rosling: Asia's rise -- how and when"}), (m:Event {name: "TEDIndia 2009"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Hans Rosling: Asia's rise -- how and when"}), (m:Tag {name: "Asia"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Asia's rise -- how and when"}), (m:Tag {name: "economics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Asia's rise -- how and when"}), (m:Tag {name: "health"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Asia's rise -- how and when"}), (m:Tag {name: "india"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Asia's rise -- how and when"}), (m:Tag {name: "statistics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Asia's rise -- how and when"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Asia's rise -- how and when"}), (m:Tag {name: "visualizations"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Asia's rise -- how and when"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 773}]->(m); MATCH (n:Talk {name: "Hans Rosling: Asia's rise -- how and when"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 724}]->(m); MATCH (n:Talk {name: "Hans Rosling: Asia's rise -- how and when"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 384}]->(m); MATCH (n:Talk {name: "Hans Rosling: Asia's rise -- how and when"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 651}]->(m); MATCH (n:Talk {name: "Hans Rosling: Asia's rise -- how and when"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 296}]->(m); MATCH (n:Talk {name: "Hans Rosling: Asia's rise -- how and when"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 480}]->(m); MATCH (n:Talk {name: "Hans Rosling: Asia's rise -- how and when"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 45}]->(m); MATCH (n:Talk {name: "Hans Rosling: Asia's rise -- how and when"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 100}]->(m); MATCH (n:Talk {name: "Hans Rosling: Asia's rise -- how and when"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 298}]->(m); MATCH (n:Talk {name: "Hans Rosling: Asia's rise -- how and when"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 86}]->(m); MATCH (n:Talk {name: "Hans Rosling: Asia's rise -- how and when"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 16}]->(m); MATCH (n:Talk {name: "Hans Rosling: Asia's rise -- how and when"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 7}]->(m); MATCH (n:Talk {name: "Hans Rosling: Asia's rise -- how and when"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 59}]->(m); MATCH (n:Talk {name: "Hans Rosling: Asia's rise -- how and when"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 7}]->(m); MERGE (n:Speaker {name: "Bill Gates"}); MERGE (n:Talk {name: "Bill Gates: Innovating to zero!",title: "Innovating to zero!",description: "At TED2010, Bill Gates unveils his vision for the world's energy future, describing the need for 'miracles' to avoid planetary catastrophe and explaining why he's backing a dramatically different type of nuclear reactor. The necessary goal? Zero carbon emissions globally by 2050."}); MERGE (n:Event {name: "TED2010"}); MERGE (n:Tag {name: "TED Brain Trust"}); MERGE (n:Tag {name: "business"}); MERGE (n:Tag {name: "energy"}); MERGE (n:Tag {name: "global issues"}); MERGE (n:Tag {name: "invention"}); MERGE (n:Tag {name: "science"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Obnoxious"}); MATCH (n:Speaker {name: "Bill Gates"}), (m:Talk {name: "Bill Gates: Innovating to zero!"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Bill Gates: Innovating to zero!"}), (m:Event {name: "TED2010"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Bill Gates: Innovating to zero!"}), (m:Tag {name: "TED Brain Trust"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Bill Gates: Innovating to zero!"}), (m:Tag {name: "business"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Bill Gates: Innovating to zero!"}), (m:Tag {name: "energy"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Bill Gates: Innovating to zero!"}), (m:Tag {name: "global issues"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Bill Gates: Innovating to zero!"}), (m:Tag {name: "invention"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Bill Gates: Innovating to zero!"}), (m:Tag {name: "science"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Bill Gates: Innovating to zero!"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Bill Gates: Innovating to zero!"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 181}]->(m); MATCH (n:Talk {name: "Bill Gates: Innovating to zero!"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 962}]->(m); MATCH (n:Talk {name: "Bill Gates: Innovating to zero!"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 263}]->(m); MATCH (n:Talk {name: "Bill Gates: Innovating to zero!"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 795}]->(m); MATCH (n:Talk {name: "Bill Gates: Innovating to zero!"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 141}]->(m); MATCH (n:Talk {name: "Bill Gates: Innovating to zero!"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 728}]->(m); MATCH (n:Talk {name: "Bill Gates: Innovating to zero!"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 221}]->(m); MATCH (n:Talk {name: "Bill Gates: Innovating to zero!"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 367}]->(m); MATCH (n:Talk {name: "Bill Gates: Innovating to zero!"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 224}]->(m); MATCH (n:Talk {name: "Bill Gates: Innovating to zero!"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 39}]->(m); MATCH (n:Talk {name: "Bill Gates: Innovating to zero!"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 80}]->(m); MATCH (n:Talk {name: "Bill Gates: Innovating to zero!"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 38}]->(m); MATCH (n:Talk {name: "Bill Gates: Innovating to zero!"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 61}]->(m); MATCH (n:Talk {name: "Bill Gates: Innovating to zero!"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 78}]->(m); MERGE (n:Speaker {name: "Kevin Kelly"}); MERGE (n:Talk {name: "Kevin Kelly: Technology's epic story",title: "Technology's epic story",description: "In this wide-ranging, thought-provoking talk, Kevin Kelly muses on what technology means in our lives -- from its impact at the personal level to its place in the cosmos."}); MERGE (n:Event {name: "TEDxAmsterdam"}); MERGE (n:Tag {name: "TEDx"}); MERGE (n:Tag {name: "computers"}); MERGE (n:Tag {name: "history"}); MERGE (n:Tag {name: "life"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Confusing"}); MATCH (n:Speaker {name: "Kevin Kelly"}), (m:Talk {name: "Kevin Kelly: Technology's epic story"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Kevin Kelly: Technology's epic story"}), (m:Event {name: "TEDxAmsterdam"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Kevin Kelly: Technology's epic story"}), (m:Tag {name: "TEDx"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Kevin Kelly: Technology's epic story"}), (m:Tag {name: "computers"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Kevin Kelly: Technology's epic story"}), (m:Tag {name: "history"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Kevin Kelly: Technology's epic story"}), (m:Tag {name: "life"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Kevin Kelly: Technology's epic story"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Kevin Kelly: Technology's epic story"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 189}]->(m); MATCH (n:Talk {name: "Kevin Kelly: Technology's epic story"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 129}]->(m); MATCH (n:Talk {name: "Kevin Kelly: Technology's epic story"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 65}]->(m); MATCH (n:Talk {name: "Kevin Kelly: Technology's epic story"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 141}]->(m); MATCH (n:Talk {name: "Kevin Kelly: Technology's epic story"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 33}]->(m); MATCH (n:Talk {name: "Kevin Kelly: Technology's epic story"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 55}]->(m); MATCH (n:Talk {name: "Kevin Kelly: Technology's epic story"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 175}]->(m); MATCH (n:Talk {name: "Kevin Kelly: Technology's epic story"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 78}]->(m); MATCH (n:Talk {name: "Kevin Kelly: Technology's epic story"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 101}]->(m); MATCH (n:Talk {name: "Kevin Kelly: Technology's epic story"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 6}]->(m); MATCH (n:Talk {name: "Kevin Kelly: Technology's epic story"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 15}]->(m); MATCH (n:Talk {name: "Kevin Kelly: Technology's epic story"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 30}]->(m); MATCH (n:Talk {name: "Kevin Kelly: Technology's epic story"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 27}]->(m); MATCH (n:Talk {name: "Kevin Kelly: Technology's epic story"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 46}]->(m); MERGE (n:Speaker {name: "Ken Robinson"}); MERGE (n:Talk {name: "Ken Robinson: Bring on the learning revolution!",title: "Bring on the learning revolution!",description: "In this poignant, funny follow-up to his fabled 2006 talk, Sir Ken Robinson makes the case for a radical shift from standardized schools to personalized learning -- creating conditions where kids' natural talents can flourish."}); MERGE (n:Event {name: "TED2010"}); MERGE (n:Tag {name: "TED Brain Trust"}); MERGE (n:Tag {name: "children"}); MERGE (n:Tag {name: "creativity"}); MERGE (n:Tag {name: "education"}); MERGE (n:Tag {name: "invention"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Confusing"}); MATCH (n:Speaker {name: "Ken Robinson"}), (m:Talk {name: "Ken Robinson: Bring on the learning revolution!"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Ken Robinson: Bring on the learning revolution!"}), (m:Event {name: "TED2010"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Ken Robinson: Bring on the learning revolution!"}), (m:Tag {name: "TED Brain Trust"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Ken Robinson: Bring on the learning revolution!"}), (m:Tag {name: "children"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Ken Robinson: Bring on the learning revolution!"}), (m:Tag {name: "creativity"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Ken Robinson: Bring on the learning revolution!"}), (m:Tag {name: "education"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Ken Robinson: Bring on the learning revolution!"}), (m:Tag {name: "invention"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Ken Robinson: Bring on the learning revolution!"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 3000}]->(m); MATCH (n:Talk {name: "Ken Robinson: Bring on the learning revolution!"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 7631}]->(m); MATCH (n:Talk {name: "Ken Robinson: Bring on the learning revolution!"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 2876}]->(m); MATCH (n:Talk {name: "Ken Robinson: Bring on the learning revolution!"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 865}]->(m); MATCH (n:Talk {name: "Ken Robinson: Bring on the learning revolution!"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 885}]->(m); MATCH (n:Talk {name: "Ken Robinson: Bring on the learning revolution!"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 2199}]->(m); MATCH (n:Talk {name: "Ken Robinson: Bring on the learning revolution!"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 1237}]->(m); MATCH (n:Talk {name: "Ken Robinson: Bring on the learning revolution!"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 1248}]->(m); MATCH (n:Talk {name: "Ken Robinson: Bring on the learning revolution!"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 1116}]->(m); MATCH (n:Talk {name: "Ken Robinson: Bring on the learning revolution!"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 208}]->(m); MATCH (n:Talk {name: "Ken Robinson: Bring on the learning revolution!"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 83}]->(m); MATCH (n:Talk {name: "Ken Robinson: Bring on the learning revolution!"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 71}]->(m); MATCH (n:Talk {name: "Ken Robinson: Bring on the learning revolution!"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 38}]->(m); MATCH (n:Talk {name: "Ken Robinson: Bring on the learning revolution!"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 34}]->(m); MERGE (n:Speaker {name: "Lawrence Lessig"}); MERGE (n:Talk {name: "Lawrence Lessig: Re-examining the remix",title: "Re-examining the remix",description: "Former 'young Republican' Larry Lessig talks about what Democrats can learn about copyright from their opposite party, considered more conservative. A surprising lens on remix culture."}); MERGE (n:Event {name: "TEDxNYED"}); MERGE (n:Tag {name: "Internet"}); MERGE (n:Tag {name: "TEDx"}); MERGE (n:Tag {name: "law"}); MERGE (n:Tag {name: "music"}); MERGE (n:Tag {name: "online video"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Tag {name: "web"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Beautiful"}); MATCH (n:Speaker {name: "Lawrence Lessig"}), (m:Talk {name: "Lawrence Lessig: Re-examining the remix"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Re-examining the remix"}), (m:Event {name: "TEDxNYED"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Re-examining the remix"}), (m:Tag {name: "Internet"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Re-examining the remix"}), (m:Tag {name: "TEDx"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Re-examining the remix"}), (m:Tag {name: "law"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Re-examining the remix"}), (m:Tag {name: "music"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Re-examining the remix"}), (m:Tag {name: "online video"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Re-examining the remix"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Re-examining the remix"}), (m:Tag {name: "web"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Re-examining the remix"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 133}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Re-examining the remix"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 50}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Re-examining the remix"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 172}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Re-examining the remix"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 36}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Re-examining the remix"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 61}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Re-examining the remix"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 48}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Re-examining the remix"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 41}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Re-examining the remix"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 40}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Re-examining the remix"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 30}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Re-examining the remix"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 9}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Re-examining the remix"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 31}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Re-examining the remix"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 66}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Re-examining the remix"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 47}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: Re-examining the remix"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 5}]->(m); MERGE (n:Speaker {name: "Clay Shirky"}); MERGE (n:Talk {name: "Clay Shirky: How cognitive surplus will change the world",title: "How cognitive surplus will change the world",description: "Clay Shirky looks at 'cognitive surplus' -- the shared, online work we do with our spare brain cycles. While we're busy editing Wikipedia, posting to Ushahidi (and yes, making LOLcats), we're building a better, more cooperative world."}); MERGE (n:Event {name: "TED@Cannes"}); MERGE (n:Tag {name: "collaboration"}); MERGE (n:Tag {name: "community"}); MERGE (n:Tag {name: "culture"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Tag {name: "wikipedia"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Funny"}); MATCH (n:Speaker {name: "Clay Shirky"}), (m:Talk {name: "Clay Shirky: How cognitive surplus will change the world"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Clay Shirky: How cognitive surplus will change the world"}), (m:Event {name: "TED@Cannes"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Clay Shirky: How cognitive surplus will change the world"}), (m:Tag {name: "collaboration"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Clay Shirky: How cognitive surplus will change the world"}), (m:Tag {name: "community"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Clay Shirky: How cognitive surplus will change the world"}), (m:Tag {name: "culture"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Clay Shirky: How cognitive surplus will change the world"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Clay Shirky: How cognitive surplus will change the world"}), (m:Tag {name: "wikipedia"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Clay Shirky: How cognitive surplus will change the world"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 358}]->(m); MATCH (n:Talk {name: "Clay Shirky: How cognitive surplus will change the world"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 411}]->(m); MATCH (n:Talk {name: "Clay Shirky: How cognitive surplus will change the world"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 114}]->(m); MATCH (n:Talk {name: "Clay Shirky: How cognitive surplus will change the world"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 444}]->(m); MATCH (n:Talk {name: "Clay Shirky: How cognitive surplus will change the world"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 15}]->(m); MATCH (n:Talk {name: "Clay Shirky: How cognitive surplus will change the world"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 245}]->(m); MATCH (n:Talk {name: "Clay Shirky: How cognitive surplus will change the world"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 105}]->(m); MATCH (n:Talk {name: "Clay Shirky: How cognitive surplus will change the world"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 28}]->(m); MATCH (n:Talk {name: "Clay Shirky: How cognitive surplus will change the world"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 30}]->(m); MATCH (n:Talk {name: "Clay Shirky: How cognitive surplus will change the world"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 14}]->(m); MATCH (n:Talk {name: "Clay Shirky: How cognitive surplus will change the world"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 24}]->(m); MATCH (n:Talk {name: "Clay Shirky: How cognitive surplus will change the world"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 14}]->(m); MATCH (n:Talk {name: "Clay Shirky: How cognitive surplus will change the world"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 24}]->(m); MATCH (n:Talk {name: "Clay Shirky: How cognitive surplus will change the world"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 20}]->(m); MERGE (n:Speaker {name: "Hans Rosling"}); MERGE (n:Talk {name: "Hans Rosling: Global population growth, box by box",title: "Global population growth, box by box",description: "The world's population will grow to 9 billion over the next 50 years -- and only by raising the living standards of the poorest can we check population growth. This is the paradoxical answer that Hans Rosling unveils at TED@Cannes using colorful new data display technology (you'll see)."}); MERGE (n:Event {name: "TED@Cannes"}); MERGE (n:Tag {name: "culture"}); MERGE (n:Tag {name: "data"}); MERGE (n:Tag {name: "demo"}); MERGE (n:Tag {name: "global issues"}); MERGE (n:Tag {name: "poverty"}); MERGE (n:Tag {name: "prediction"}); MERGE (n:Tag {name: "presentation"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Longwinded"}); MATCH (n:Speaker {name: "Hans Rosling"}), (m:Talk {name: "Hans Rosling: Global population growth, box by box"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Hans Rosling: Global population growth, box by box"}), (m:Event {name: "TED@Cannes"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Hans Rosling: Global population growth, box by box"}), (m:Tag {name: "culture"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Global population growth, box by box"}), (m:Tag {name: "data"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Global population growth, box by box"}), (m:Tag {name: "demo"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Global population growth, box by box"}), (m:Tag {name: "global issues"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Global population growth, box by box"}), (m:Tag {name: "poverty"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Global population growth, box by box"}), (m:Tag {name: "prediction"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Global population growth, box by box"}), (m:Tag {name: "presentation"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Global population growth, box by box"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 766}]->(m); MATCH (n:Talk {name: "Hans Rosling: Global population growth, box by box"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 1167}]->(m); MATCH (n:Talk {name: "Hans Rosling: Global population growth, box by box"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 866}]->(m); MATCH (n:Talk {name: "Hans Rosling: Global population growth, box by box"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 74}]->(m); MATCH (n:Talk {name: "Hans Rosling: Global population growth, box by box"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 679}]->(m); MATCH (n:Talk {name: "Hans Rosling: Global population growth, box by box"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 187}]->(m); MATCH (n:Talk {name: "Hans Rosling: Global population growth, box by box"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 134}]->(m); MATCH (n:Talk {name: "Hans Rosling: Global population growth, box by box"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 339}]->(m); MATCH (n:Talk {name: "Hans Rosling: Global population growth, box by box"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 156}]->(m); MATCH (n:Talk {name: "Hans Rosling: Global population growth, box by box"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 88}]->(m); MATCH (n:Talk {name: "Hans Rosling: Global population growth, box by box"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 30}]->(m); MATCH (n:Talk {name: "Hans Rosling: Global population growth, box by box"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 22}]->(m); MATCH (n:Talk {name: "Hans Rosling: Global population growth, box by box"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 111}]->(m); MATCH (n:Talk {name: "Hans Rosling: Global population growth, box by box"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 18}]->(m); MERGE (n:Speaker {name: "Chris Anderson"}); MERGE (n:Talk {name: "Chris Anderson: How web video powers global innovation",title: "How web video powers global innovation",description: "TED's Chris Anderson says the rise of web video is driving a worldwide phenomenon he calls Crowd Accelerated Innovation -- a self-fueling cycle of learning that could be as significant as the invention of print. But to tap into its power, organizations will need to embrace radical openness. And for TED, it means the dawn of a whole new chapter ..."}); MERGE (n:Event {name: "TEDGlobal 2010"}); MERGE (n:Tag {name: "business"}); MERGE (n:Tag {name: "education"}); MERGE (n:Tag {name: "global issues"}); MERGE (n:Tag {name: "innovation"}); MERGE (n:Tag {name: "online video"}); MERGE (n:Tag {name: "science"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Tag {name: "web"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Funny"}); MATCH (n:Speaker {name: "Chris Anderson"}), (m:Talk {name: "Chris Anderson: How web video powers global innovation"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Chris Anderson: How web video powers global innovation"}), (m:Event {name: "TEDGlobal 2010"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Chris Anderson: How web video powers global innovation"}), (m:Tag {name: "business"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Chris Anderson: How web video powers global innovation"}), (m:Tag {name: "education"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Chris Anderson: How web video powers global innovation"}), (m:Tag {name: "global issues"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Chris Anderson: How web video powers global innovation"}), (m:Tag {name: "innovation"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Chris Anderson: How web video powers global innovation"}), (m:Tag {name: "online video"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Chris Anderson: How web video powers global innovation"}), (m:Tag {name: "science"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Chris Anderson: How web video powers global innovation"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Chris Anderson: How web video powers global innovation"}), (m:Tag {name: "web"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Chris Anderson: How web video powers global innovation"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 431}]->(m); MATCH (n:Talk {name: "Chris Anderson: How web video powers global innovation"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 381}]->(m); MATCH (n:Talk {name: "Chris Anderson: How web video powers global innovation"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 1193}]->(m); MATCH (n:Talk {name: "Chris Anderson: How web video powers global innovation"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 174}]->(m); MATCH (n:Talk {name: "Chris Anderson: How web video powers global innovation"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 309}]->(m); MATCH (n:Talk {name: "Chris Anderson: How web video powers global innovation"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 96}]->(m); MATCH (n:Talk {name: "Chris Anderson: How web video powers global innovation"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 24}]->(m); MATCH (n:Talk {name: "Chris Anderson: How web video powers global innovation"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 146}]->(m); MATCH (n:Talk {name: "Chris Anderson: How web video powers global innovation"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 149}]->(m); MATCH (n:Talk {name: "Chris Anderson: How web video powers global innovation"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 88}]->(m); MATCH (n:Talk {name: "Chris Anderson: How web video powers global innovation"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 41}]->(m); MATCH (n:Talk {name: "Chris Anderson: How web video powers global innovation"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 8}]->(m); MATCH (n:Talk {name: "Chris Anderson: How web video powers global innovation"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 13}]->(m); MATCH (n:Talk {name: "Chris Anderson: How web video powers global innovation"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 14}]->(m); MERGE (n:Speaker {name: "Steven Johnson"}); MERGE (n:Talk {name: "Steven Johnson: Where good ideas come from",title: "Where good ideas come from",description: "People often credit their ideas to individual 'Eureka!' moments. But Steven Johnson shows how history tells a different story. His fascinating tour takes us from the 'liquid networks' of London's coffee houses to Charles Darwin's long, slow hunch to today's high-velocity web."}); MERGE (n:Event {name: "TEDGlobal 2010"}); MERGE (n:Tag {name: "collaboration"}); MERGE (n:Tag {name: "innovation"}); MERGE (n:Tag {name: "novel"}); MERGE (n:Tag {name: "science"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Confusing"}); MATCH (n:Speaker {name: "Steven Johnson"}), (m:Talk {name: "Steven Johnson: Where good ideas come from"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Steven Johnson: Where good ideas come from"}), (m:Event {name: "TEDGlobal 2010"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Steven Johnson: Where good ideas come from"}), (m:Tag {name: "collaboration"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Steven Johnson: Where good ideas come from"}), (m:Tag {name: "innovation"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Steven Johnson: Where good ideas come from"}), (m:Tag {name: "novel"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Steven Johnson: Where good ideas come from"}), (m:Tag {name: "science"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Steven Johnson: Where good ideas come from"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Steven Johnson: Where good ideas come from"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 298}]->(m); MATCH (n:Talk {name: "Steven Johnson: Where good ideas come from"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 1404}]->(m); MATCH (n:Talk {name: "Steven Johnson: Where good ideas come from"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 1014}]->(m); MATCH (n:Talk {name: "Steven Johnson: Where good ideas come from"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 473}]->(m); MATCH (n:Talk {name: "Steven Johnson: Where good ideas come from"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 230}]->(m); MATCH (n:Talk {name: "Steven Johnson: Where good ideas come from"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 970}]->(m); MATCH (n:Talk {name: "Steven Johnson: Where good ideas come from"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 97}]->(m); MATCH (n:Talk {name: "Steven Johnson: Where good ideas come from"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 381}]->(m); MATCH (n:Talk {name: "Steven Johnson: Where good ideas come from"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 80}]->(m); MATCH (n:Talk {name: "Steven Johnson: Where good ideas come from"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 115}]->(m); MATCH (n:Talk {name: "Steven Johnson: Where good ideas come from"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 35}]->(m); MATCH (n:Talk {name: "Steven Johnson: Where good ideas come from"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 52}]->(m); MATCH (n:Talk {name: "Steven Johnson: Where good ideas come from"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 16}]->(m); MATCH (n:Talk {name: "Steven Johnson: Where good ideas come from"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 19}]->(m); MERGE (n:Speaker {name: "Julian Treasure"}); MERGE (n:Talk {name: "Julian Treasure: Shh! Sound health in 8 steps",title: "Shh! Sound health in 8 steps",description: "Julian Treasure says our increasingly noisy world is gnawing away at our mental health -- even costing lives. He lays out an 8-step plan to soften this sonic assault (starting with those cheap earbuds) and restore our relationship with sound."}); MERGE (n:Event {name: "TEDGlobal 2010"}); MERGE (n:Tag {name: "Senses"}); MERGE (n:Tag {name: "design"}); MERGE (n:Tag {name: "music"}); MERGE (n:Tag {name: "nature"}); MERGE (n:Tag {name: "psychology"}); MERGE (n:Tag {name: "science"}); MERGE (n:Tag {name: "sound"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Funny"}); MATCH (n:Speaker {name: "Julian Treasure"}), (m:Talk {name: "Julian Treasure: Shh! Sound health in 8 steps"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Julian Treasure: Shh! Sound health in 8 steps"}), (m:Event {name: "TEDGlobal 2010"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Julian Treasure: Shh! Sound health in 8 steps"}), (m:Tag {name: "Senses"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Julian Treasure: Shh! Sound health in 8 steps"}), (m:Tag {name: "design"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Julian Treasure: Shh! Sound health in 8 steps"}), (m:Tag {name: "music"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Julian Treasure: Shh! Sound health in 8 steps"}), (m:Tag {name: "nature"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Julian Treasure: Shh! Sound health in 8 steps"}), (m:Tag {name: "psychology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Julian Treasure: Shh! Sound health in 8 steps"}), (m:Tag {name: "science"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Julian Treasure: Shh! Sound health in 8 steps"}), (m:Tag {name: "sound"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Julian Treasure: Shh! Sound health in 8 steps"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 204}]->(m); MATCH (n:Talk {name: "Julian Treasure: Shh! Sound health in 8 steps"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 28}]->(m); MATCH (n:Talk {name: "Julian Treasure: Shh! Sound health in 8 steps"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 262}]->(m); MATCH (n:Talk {name: "Julian Treasure: Shh! Sound health in 8 steps"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 374}]->(m); MATCH (n:Talk {name: "Julian Treasure: Shh! Sound health in 8 steps"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 363}]->(m); MATCH (n:Talk {name: "Julian Treasure: Shh! Sound health in 8 steps"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 37}]->(m); MATCH (n:Talk {name: "Julian Treasure: Shh! Sound health in 8 steps"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 688}]->(m); MATCH (n:Talk {name: "Julian Treasure: Shh! Sound health in 8 steps"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 191}]->(m); MATCH (n:Talk {name: "Julian Treasure: Shh! Sound health in 8 steps"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 127}]->(m); MATCH (n:Talk {name: "Julian Treasure: Shh! Sound health in 8 steps"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 24}]->(m); MATCH (n:Talk {name: "Julian Treasure: Shh! Sound health in 8 steps"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 21}]->(m); MATCH (n:Talk {name: "Julian Treasure: Shh! Sound health in 8 steps"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 14}]->(m); MATCH (n:Talk {name: "Julian Treasure: Shh! Sound health in 8 steps"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 49}]->(m); MATCH (n:Talk {name: "Julian Treasure: Shh! Sound health in 8 steps"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 26}]->(m); MERGE (n:Speaker {name: "Hans Rosling"}); MERGE (n:Talk {name: "Hans Rosling: The good news of the decade? We're winning the war against child mortality",title: "The good news of the decade? We're winning the war against child mortality",description: "Hans Rosling reframes 10 years of UN data with his spectacular visuals, lighting up an astonishing -- and under-reported -- piece of front-page good news: We're winning the war against child death. Along the way, he debunks one flawed approach to stats that blots out such vital stories."}); MERGE (n:Event {name: "TEDxChange"}); MERGE (n:Tag {name: "Africa"}); MERGE (n:Tag {name: "TEDx"}); MERGE (n:Tag {name: "data"}); MERGE (n:Tag {name: "global development"}); MERGE (n:Tag {name: "health"}); MERGE (n:Tag {name: "inequality"}); MERGE (n:Tag {name: "statistics"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Confusing"}); MATCH (n:Speaker {name: "Hans Rosling"}), (m:Talk {name: "Hans Rosling: The good news of the decade? We're winning the war against child mortality"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Hans Rosling: The good news of the decade? We're winning the war against child mortality"}), (m:Event {name: "TEDxChange"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Hans Rosling: The good news of the decade? We're winning the war against child mortality"}), (m:Tag {name: "Africa"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: The good news of the decade? We're winning the war against child mortality"}), (m:Tag {name: "TEDx"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: The good news of the decade? We're winning the war against child mortality"}), (m:Tag {name: "data"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: The good news of the decade? We're winning the war against child mortality"}), (m:Tag {name: "global development"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: The good news of the decade? We're winning the war against child mortality"}), (m:Tag {name: "health"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: The good news of the decade? We're winning the war against child mortality"}), (m:Tag {name: "inequality"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: The good news of the decade? We're winning the war against child mortality"}), (m:Tag {name: "statistics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: The good news of the decade? We're winning the war against child mortality"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 554}]->(m); MATCH (n:Talk {name: "Hans Rosling: The good news of the decade? We're winning the war against child mortality"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 535}]->(m); MATCH (n:Talk {name: "Hans Rosling: The good news of the decade? We're winning the war against child mortality"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 471}]->(m); MATCH (n:Talk {name: "Hans Rosling: The good news of the decade? We're winning the war against child mortality"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 167}]->(m); MATCH (n:Talk {name: "Hans Rosling: The good news of the decade? We're winning the war against child mortality"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 330}]->(m); MATCH (n:Talk {name: "Hans Rosling: The good news of the decade? We're winning the war against child mortality"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 116}]->(m); MATCH (n:Talk {name: "Hans Rosling: The good news of the decade? We're winning the war against child mortality"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 135}]->(m); MATCH (n:Talk {name: "Hans Rosling: The good news of the decade? We're winning the war against child mortality"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 17}]->(m); MATCH (n:Talk {name: "Hans Rosling: The good news of the decade? We're winning the war against child mortality"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 7}]->(m); MATCH (n:Talk {name: "Hans Rosling: The good news of the decade? We're winning the war against child mortality"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 75}]->(m); MATCH (n:Talk {name: "Hans Rosling: The good news of the decade? We're winning the war against child mortality"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 42}]->(m); MATCH (n:Talk {name: "Hans Rosling: The good news of the decade? We're winning the war against child mortality"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 32}]->(m); MATCH (n:Talk {name: "Hans Rosling: The good news of the decade? We're winning the war against child mortality"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 4}]->(m); MATCH (n:Talk {name: "Hans Rosling: The good news of the decade? We're winning the war against child mortality"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 8}]->(m); MERGE (n:Speaker {name: "Ken Robinson"}); MERGE (n:Talk {name: "Ken Robinson: Changing education paradigms",title: "Changing education paradigms",description: "In this talk from RSA Animate, Sir Ken Robinson lays out the link between 3 troubling trends: rising drop-out rates, schools' dwindling stake in the arts, and ADHD. An important, timely talk for parents and teachers."}); MERGE (n:Event {name: "RSA Animate"}); MERGE (n:Tag {name: "TED Brain Trust"}); MERGE (n:Tag {name: "business"}); MERGE (n:Tag {name: "children"}); MERGE (n:Tag {name: "disease"}); MERGE (n:Tag {name: "economics"}); MERGE (n:Tag {name: "education"}); MERGE (n:Tag {name: "history"}); MERGE (n:Tag {name: "medicine"}); MERGE (n:Tag {name: "money"}); MERGE (n:Tag {name: "psychology"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Obnoxious"}); MATCH (n:Speaker {name: "Ken Robinson"}), (m:Talk {name: "Ken Robinson: Changing education paradigms"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Ken Robinson: Changing education paradigms"}), (m:Event {name: "RSA Animate"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Ken Robinson: Changing education paradigms"}), (m:Tag {name: "TED Brain Trust"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Ken Robinson: Changing education paradigms"}), (m:Tag {name: "business"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Ken Robinson: Changing education paradigms"}), (m:Tag {name: "children"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Ken Robinson: Changing education paradigms"}), (m:Tag {name: "disease"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Ken Robinson: Changing education paradigms"}), (m:Tag {name: "economics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Ken Robinson: Changing education paradigms"}), (m:Tag {name: "education"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Ken Robinson: Changing education paradigms"}), (m:Tag {name: "history"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Ken Robinson: Changing education paradigms"}), (m:Tag {name: "medicine"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Ken Robinson: Changing education paradigms"}), (m:Tag {name: "money"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Ken Robinson: Changing education paradigms"}), (m:Tag {name: "psychology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Ken Robinson: Changing education paradigms"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 1452}]->(m); MATCH (n:Talk {name: "Ken Robinson: Changing education paradigms"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 1460}]->(m); MATCH (n:Talk {name: "Ken Robinson: Changing education paradigms"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 1364}]->(m); MATCH (n:Talk {name: "Ken Robinson: Changing education paradigms"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 1803}]->(m); MATCH (n:Talk {name: "Ken Robinson: Changing education paradigms"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 27}]->(m); MATCH (n:Talk {name: "Ken Robinson: Changing education paradigms"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 330}]->(m); MATCH (n:Talk {name: "Ken Robinson: Changing education paradigms"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 893}]->(m); MATCH (n:Talk {name: "Ken Robinson: Changing education paradigms"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 634}]->(m); MATCH (n:Talk {name: "Ken Robinson: Changing education paradigms"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 574}]->(m); MATCH (n:Talk {name: "Ken Robinson: Changing education paradigms"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 280}]->(m); MATCH (n:Talk {name: "Ken Robinson: Changing education paradigms"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 118}]->(m); MATCH (n:Talk {name: "Ken Robinson: Changing education paradigms"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 22}]->(m); MATCH (n:Talk {name: "Ken Robinson: Changing education paradigms"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 41}]->(m); MATCH (n:Talk {name: "Ken Robinson: Changing education paradigms"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 34}]->(m); MERGE (n:Speaker {name: "Barry Schwartz"}); MERGE (n:Talk {name: "Barry Schwartz: Using our practical wisdom",title: "Using our practical wisdom",description: "In an intimate talk, Barry Schwartz dives into the question 'How do we do the right thing?' With help from collaborator Kenneth Sharpe, he shares stories that illustrate the difference between following the rules and truly choosing wisely."}); MERGE (n:Event {name: "TEDSalon NY2011"}); MERGE (n:Tag {name: "culture"}); MERGE (n:Tag {name: "global issues"}); MERGE (n:Tag {name: "happiness"}); MERGE (n:Tag {name: "philosophy"}); MERGE (n:Tag {name: "self"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Funny"}); MATCH (n:Speaker {name: "Barry Schwartz"}), (m:Talk {name: "Barry Schwartz: Using our practical wisdom"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Barry Schwartz: Using our practical wisdom"}), (m:Event {name: "TEDSalon NY2011"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Barry Schwartz: Using our practical wisdom"}), (m:Tag {name: "culture"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Barry Schwartz: Using our practical wisdom"}), (m:Tag {name: "global issues"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Barry Schwartz: Using our practical wisdom"}), (m:Tag {name: "happiness"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Barry Schwartz: Using our practical wisdom"}), (m:Tag {name: "philosophy"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Barry Schwartz: Using our practical wisdom"}), (m:Tag {name: "self"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Barry Schwartz: Using our practical wisdom"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 175}]->(m); MATCH (n:Talk {name: "Barry Schwartz: Using our practical wisdom"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 383}]->(m); MATCH (n:Talk {name: "Barry Schwartz: Using our practical wisdom"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 96}]->(m); MATCH (n:Talk {name: "Barry Schwartz: Using our practical wisdom"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 583}]->(m); MATCH (n:Talk {name: "Barry Schwartz: Using our practical wisdom"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 99}]->(m); MATCH (n:Talk {name: "Barry Schwartz: Using our practical wisdom"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 805}]->(m); MATCH (n:Talk {name: "Barry Schwartz: Using our practical wisdom"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 18}]->(m); MATCH (n:Talk {name: "Barry Schwartz: Using our practical wisdom"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 186}]->(m); MATCH (n:Talk {name: "Barry Schwartz: Using our practical wisdom"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 70}]->(m); MATCH (n:Talk {name: "Barry Schwartz: Using our practical wisdom"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 84}]->(m); MATCH (n:Talk {name: "Barry Schwartz: Using our practical wisdom"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 35}]->(m); MATCH (n:Talk {name: "Barry Schwartz: Using our practical wisdom"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 95}]->(m); MATCH (n:Talk {name: "Barry Schwartz: Using our practical wisdom"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 9}]->(m); MATCH (n:Talk {name: "Barry Schwartz: Using our practical wisdom"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 9}]->(m); MERGE (n:Speaker {name: "Jacqueline Novogratz"}); MERGE (n:Talk {name: "Jacqueline Novogratz: Inspiring a life of immersion",title: "Inspiring a life of immersion",description: "We each want to live a life of purpose, but where to start? In this luminous, wide-ranging talk, Jacqueline Novogratz introduces us to people she's met in her work in 'patient capital' -- people who have immersed themselves in a cause, a community, a passion for justice. These human stories carry powerful moments of inspiration."}); MERGE (n:Event {name: "TEDWomen 2010"}); MERGE (n:Tag {name: "culture"}); MERGE (n:Tag {name: "economics"}); MERGE (n:Tag {name: "global issues"}); MERGE (n:Tag {name: "investment"}); MERGE (n:Tag {name: "women in business"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Funny"}); MATCH (n:Speaker {name: "Jacqueline Novogratz"}), (m:Talk {name: "Jacqueline Novogratz: Inspiring a life of immersion"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Inspiring a life of immersion"}), (m:Event {name: "TEDWomen 2010"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Inspiring a life of immersion"}), (m:Tag {name: "culture"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Inspiring a life of immersion"}), (m:Tag {name: "economics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Inspiring a life of immersion"}), (m:Tag {name: "global issues"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Inspiring a life of immersion"}), (m:Tag {name: "investment"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Inspiring a life of immersion"}), (m:Tag {name: "women in business"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Inspiring a life of immersion"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 261}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Inspiring a life of immersion"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 864}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Inspiring a life of immersion"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 307}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Inspiring a life of immersion"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 294}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Inspiring a life of immersion"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 108}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Inspiring a life of immersion"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 109}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Inspiring a life of immersion"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 102}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Inspiring a life of immersion"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 54}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Inspiring a life of immersion"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 73}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Inspiring a life of immersion"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 44}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Inspiring a life of immersion"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 6}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Inspiring a life of immersion"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 27}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Inspiring a life of immersion"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 13}]->(m); MATCH (n:Talk {name: "Jacqueline Novogratz: Inspiring a life of immersion"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 4}]->(m); MERGE (n:Speaker {name: "Bill Gates"}); MERGE (n:Talk {name: "Bill Gates: How state budgets are breaking US schools",title: "How state budgets are breaking US schools",description: "America's school systems are funded by the 50 states. In this fiery talk, Bill Gates says that state budgets are riddled with accounting tricks that disguise the true cost of health care and pensions and weighted with worsening deficits -- with the financing of education at the losing end."}); MERGE (n:Event {name: "TED2011"}); MERGE (n:Tag {name: "aging"}); MERGE (n:Tag {name: "education"}); MERGE (n:Tag {name: "money"}); MERGE (n:Tag {name: "youth"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Beautiful"}); MATCH (n:Speaker {name: "Bill Gates"}), (m:Talk {name: "Bill Gates: How state budgets are breaking US schools"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Bill Gates: How state budgets are breaking US schools"}), (m:Event {name: "TED2011"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Bill Gates: How state budgets are breaking US schools"}), (m:Tag {name: "aging"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Bill Gates: How state budgets are breaking US schools"}), (m:Tag {name: "education"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Bill Gates: How state budgets are breaking US schools"}), (m:Tag {name: "money"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Bill Gates: How state budgets are breaking US schools"}), (m:Tag {name: "youth"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Bill Gates: How state budgets are breaking US schools"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 690}]->(m); MATCH (n:Talk {name: "Bill Gates: How state budgets are breaking US schools"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 385}]->(m); MATCH (n:Talk {name: "Bill Gates: How state budgets are breaking US schools"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 61}]->(m); MATCH (n:Talk {name: "Bill Gates: How state budgets are breaking US schools"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 207}]->(m); MATCH (n:Talk {name: "Bill Gates: How state budgets are breaking US schools"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 124}]->(m); MATCH (n:Talk {name: "Bill Gates: How state budgets are breaking US schools"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 28}]->(m); MATCH (n:Talk {name: "Bill Gates: How state budgets are breaking US schools"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 125}]->(m); MATCH (n:Talk {name: "Bill Gates: How state budgets are breaking US schools"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 64}]->(m); MATCH (n:Talk {name: "Bill Gates: How state budgets are breaking US schools"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 53}]->(m); MATCH (n:Talk {name: "Bill Gates: How state budgets are breaking US schools"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 108}]->(m); MATCH (n:Talk {name: "Bill Gates: How state budgets are breaking US schools"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 31}]->(m); MATCH (n:Talk {name: "Bill Gates: How state budgets are breaking US schools"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 69}]->(m); MATCH (n:Talk {name: "Bill Gates: How state budgets are breaking US schools"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 9}]->(m); MATCH (n:Talk {name: "Bill Gates: How state budgets are breaking US schools"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 15}]->(m); MERGE (n:Speaker {name: "Hans Rosling"}); MERGE (n:Talk {name: "Hans Rosling: The magic washing machine",title: "The magic washing machine",description: "What was the greatest invention of the industrial revolution? Hans Rosling makes the case for the washing machine. With newly designed graphics from Gapminder, Rosling shows us the magic that pops up when economic growth and electricity turn a boring wash day into an intellectual day of reading."}); MERGE (n:Event {name: "TEDWomen 2010"}); MERGE (n:Tag {name: "culture"}); MERGE (n:Tag {name: "data"}); MERGE (n:Tag {name: "economics"}); MERGE (n:Tag {name: "women"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Confusing"}); MATCH (n:Speaker {name: "Hans Rosling"}), (m:Talk {name: "Hans Rosling: The magic washing machine"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Hans Rosling: The magic washing machine"}), (m:Event {name: "TEDWomen 2010"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Hans Rosling: The magic washing machine"}), (m:Tag {name: "culture"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: The magic washing machine"}), (m:Tag {name: "data"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: The magic washing machine"}), (m:Tag {name: "economics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: The magic washing machine"}), (m:Tag {name: "women"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: The magic washing machine"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 457}]->(m); MATCH (n:Talk {name: "Hans Rosling: The magic washing machine"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 506}]->(m); MATCH (n:Talk {name: "Hans Rosling: The magic washing machine"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 826}]->(m); MATCH (n:Talk {name: "Hans Rosling: The magic washing machine"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 750}]->(m); MATCH (n:Talk {name: "Hans Rosling: The magic washing machine"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 869}]->(m); MATCH (n:Talk {name: "Hans Rosling: The magic washing machine"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 692}]->(m); MATCH (n:Talk {name: "Hans Rosling: The magic washing machine"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 195}]->(m); MATCH (n:Talk {name: "Hans Rosling: The magic washing machine"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 84}]->(m); MATCH (n:Talk {name: "Hans Rosling: The magic washing machine"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 122}]->(m); MATCH (n:Talk {name: "Hans Rosling: The magic washing machine"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 21}]->(m); MATCH (n:Talk {name: "Hans Rosling: The magic washing machine"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 124}]->(m); MATCH (n:Talk {name: "Hans Rosling: The magic washing machine"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 26}]->(m); MATCH (n:Talk {name: "Hans Rosling: The magic washing machine"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 19}]->(m); MATCH (n:Talk {name: "Hans Rosling: The magic washing machine"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 25}]->(m); MERGE (n:Speaker {name: "Julian Treasure"}); MERGE (n:Talk {name: "Julian Treasure: 5 ways to listen better",title: "5 ways to listen better",description: "In our louder and louder world, says sound expert Julian Treasure, 'We are losing our listening.' In this short, fascinating talk, Treasure shares five ways to re-tune your ears for conscious listening -- to other people and the world around you."}); MERGE (n:Event {name: "TEDGlobal 2011"}); MERGE (n:Tag {name: "culture"}); MERGE (n:Tag {name: "social change"}); MERGE (n:Tag {name: "sound"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Longwinded"}); MATCH (n:Speaker {name: "Julian Treasure"}), (m:Talk {name: "Julian Treasure: 5 ways to listen better"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Julian Treasure: 5 ways to listen better"}), (m:Event {name: "TEDGlobal 2011"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Julian Treasure: 5 ways to listen better"}), (m:Tag {name: "culture"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Julian Treasure: 5 ways to listen better"}), (m:Tag {name: "social change"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Julian Treasure: 5 ways to listen better"}), (m:Tag {name: "sound"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Julian Treasure: 5 ways to listen better"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 74}]->(m); MATCH (n:Talk {name: "Julian Treasure: 5 ways to listen better"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 532}]->(m); MATCH (n:Talk {name: "Julian Treasure: 5 ways to listen better"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 164}]->(m); MATCH (n:Talk {name: "Julian Treasure: 5 ways to listen better"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 2334}]->(m); MATCH (n:Talk {name: "Julian Treasure: 5 ways to listen better"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 2027}]->(m); MATCH (n:Talk {name: "Julian Treasure: 5 ways to listen better"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 577}]->(m); MATCH (n:Talk {name: "Julian Treasure: 5 ways to listen better"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 1219}]->(m); MATCH (n:Talk {name: "Julian Treasure: 5 ways to listen better"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 984}]->(m); MATCH (n:Talk {name: "Julian Treasure: 5 ways to listen better"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 229}]->(m); MATCH (n:Talk {name: "Julian Treasure: 5 ways to listen better"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 83}]->(m); MATCH (n:Talk {name: "Julian Treasure: 5 ways to listen better"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 132}]->(m); MATCH (n:Talk {name: "Julian Treasure: 5 ways to listen better"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 92}]->(m); MATCH (n:Talk {name: "Julian Treasure: 5 ways to listen better"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 60}]->(m); MATCH (n:Talk {name: "Julian Treasure: 5 ways to listen better"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 52}]->(m); MERGE (n:Speaker {name: "Marco Tempest"}); MERGE (n:Talk {name: "Marco Tempest: The magic of truth and lies (and iPods)",title: "The magic of truth and lies (and iPods)",description: "Using three iPods like magical props, Marco Tempest spins a clever, surprisingly heartfelt meditation on truth and lies, art and emotion."}); MERGE (n:Event {name: "TEDGlobal 2011"}); MERGE (n:Tag {name: "art"}); MERGE (n:Tag {name: "design"}); MERGE (n:Tag {name: "entertainment"}); MERGE (n:Tag {name: "illusion"}); MERGE (n:Tag {name: "magic"}); MERGE (n:Tag {name: "music"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Longwinded"}); MATCH (n:Speaker {name: "Marco Tempest"}), (m:Talk {name: "Marco Tempest: The magic of truth and lies (and iPods)"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Marco Tempest: The magic of truth and lies (and iPods)"}), (m:Event {name: "TEDGlobal 2011"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Marco Tempest: The magic of truth and lies (and iPods)"}), (m:Tag {name: "art"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Marco Tempest: The magic of truth and lies (and iPods)"}), (m:Tag {name: "design"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Marco Tempest: The magic of truth and lies (and iPods)"}), (m:Tag {name: "entertainment"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Marco Tempest: The magic of truth and lies (and iPods)"}), (m:Tag {name: "illusion"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Marco Tempest: The magic of truth and lies (and iPods)"}), (m:Tag {name: "magic"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Marco Tempest: The magic of truth and lies (and iPods)"}), (m:Tag {name: "music"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Marco Tempest: The magic of truth and lies (and iPods)"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Marco Tempest: The magic of truth and lies (and iPods)"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 1646}]->(m); MATCH (n:Talk {name: "Marco Tempest: The magic of truth and lies (and iPods)"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 1419}]->(m); MATCH (n:Talk {name: "Marco Tempest: The magic of truth and lies (and iPods)"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 1324}]->(m); MATCH (n:Talk {name: "Marco Tempest: The magic of truth and lies (and iPods)"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 527}]->(m); MATCH (n:Talk {name: "Marco Tempest: The magic of truth and lies (and iPods)"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 1102}]->(m); MATCH (n:Talk {name: "Marco Tempest: The magic of truth and lies (and iPods)"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 574}]->(m); MATCH (n:Talk {name: "Marco Tempest: The magic of truth and lies (and iPods)"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 116}]->(m); MATCH (n:Talk {name: "Marco Tempest: The magic of truth and lies (and iPods)"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 226}]->(m); MATCH (n:Talk {name: "Marco Tempest: The magic of truth and lies (and iPods)"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 116}]->(m); MATCH (n:Talk {name: "Marco Tempest: The magic of truth and lies (and iPods)"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 100}]->(m); MATCH (n:Talk {name: "Marco Tempest: The magic of truth and lies (and iPods)"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 37}]->(m); MATCH (n:Talk {name: "Marco Tempest: The magic of truth and lies (and iPods)"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 40}]->(m); MATCH (n:Talk {name: "Marco Tempest: The magic of truth and lies (and iPods)"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 35}]->(m); MATCH (n:Talk {name: "Marco Tempest: The magic of truth and lies (and iPods)"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 41}]->(m); MERGE (n:Speaker {name: "Dan Ariely"}); MERGE (n:Talk {name: "Dan Ariely: Beware conflicts of interest",title: "Beware conflicts of interest",description: "In this short talk, psychologist Dan Ariely tells two personal stories that explore scientific conflict of interest: How the pursuit of knowledge and insight can be affected, consciously or not, by shortsighted personal goals. When we're thinking about the big questions, he reminds us, let's be aware of our all-too-human brains."}); MERGE (n:Event {name: "TED2011"}); MERGE (n:Tag {name: "cognitive science"}); MERGE (n:Tag {name: "economics"}); MERGE (n:Tag {name: "medical research"}); MERGE (n:Tag {name: "science"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Jaw-dropping"}); MATCH (n:Speaker {name: "Dan Ariely"}), (m:Talk {name: "Dan Ariely: Beware conflicts of interest"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Dan Ariely: Beware conflicts of interest"}), (m:Event {name: "TED2011"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Dan Ariely: Beware conflicts of interest"}), (m:Tag {name: "cognitive science"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Dan Ariely: Beware conflicts of interest"}), (m:Tag {name: "economics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Dan Ariely: Beware conflicts of interest"}), (m:Tag {name: "medical research"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Dan Ariely: Beware conflicts of interest"}), (m:Tag {name: "science"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Dan Ariely: Beware conflicts of interest"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Dan Ariely: Beware conflicts of interest"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 190}]->(m); MATCH (n:Talk {name: "Dan Ariely: Beware conflicts of interest"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 132}]->(m); MATCH (n:Talk {name: "Dan Ariely: Beware conflicts of interest"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 222}]->(m); MATCH (n:Talk {name: "Dan Ariely: Beware conflicts of interest"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 257}]->(m); MATCH (n:Talk {name: "Dan Ariely: Beware conflicts of interest"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 93}]->(m); MATCH (n:Talk {name: "Dan Ariely: Beware conflicts of interest"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 52}]->(m); MATCH (n:Talk {name: "Dan Ariely: Beware conflicts of interest"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 61}]->(m); MATCH (n:Talk {name: "Dan Ariely: Beware conflicts of interest"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 35}]->(m); MATCH (n:Talk {name: "Dan Ariely: Beware conflicts of interest"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 18}]->(m); MATCH (n:Talk {name: "Dan Ariely: Beware conflicts of interest"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 20}]->(m); MATCH (n:Talk {name: "Dan Ariely: Beware conflicts of interest"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 92}]->(m); MATCH (n:Talk {name: "Dan Ariely: Beware conflicts of interest"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 9}]->(m); MATCH (n:Talk {name: "Dan Ariely: Beware conflicts of interest"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 24}]->(m); MATCH (n:Talk {name: "Dan Ariely: Beware conflicts of interest"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 7}]->(m); MERGE (n:Speaker {name: "Marco Tempest"}); MERGE (n:Talk {name: "Marco Tempest: Augmented reality, techno-magic",title: "Augmented reality, techno-magic",description: "Using sleight-of-hand techniques and charming storytelling, illusionist Marco Tempest brings a jaunty stick figure to life onstage at TEDGlobal."}); MERGE (n:Event {name: "TEDGlobal 2011"}); MERGE (n:Tag {name: "entertainment"}); MERGE (n:Tag {name: "magic"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Courageous"}); MATCH (n:Speaker {name: "Marco Tempest"}), (m:Talk {name: "Marco Tempest: Augmented reality, techno-magic"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Marco Tempest: Augmented reality, techno-magic"}), (m:Event {name: "TEDGlobal 2011"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Marco Tempest: Augmented reality, techno-magic"}), (m:Tag {name: "entertainment"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Marco Tempest: Augmented reality, techno-magic"}), (m:Tag {name: "magic"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Marco Tempest: Augmented reality, techno-magic"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Marco Tempest: Augmented reality, techno-magic"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 117}]->(m); MATCH (n:Talk {name: "Marco Tempest: Augmented reality, techno-magic"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 467}]->(m); MATCH (n:Talk {name: "Marco Tempest: Augmented reality, techno-magic"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 137}]->(m); MATCH (n:Talk {name: "Marco Tempest: Augmented reality, techno-magic"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 258}]->(m); MATCH (n:Talk {name: "Marco Tempest: Augmented reality, techno-magic"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 257}]->(m); MATCH (n:Talk {name: "Marco Tempest: Augmented reality, techno-magic"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 174}]->(m); MATCH (n:Talk {name: "Marco Tempest: Augmented reality, techno-magic"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 13}]->(m); MATCH (n:Talk {name: "Marco Tempest: Augmented reality, techno-magic"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 83}]->(m); MATCH (n:Talk {name: "Marco Tempest: Augmented reality, techno-magic"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 3}]->(m); MATCH (n:Talk {name: "Marco Tempest: Augmented reality, techno-magic"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 54}]->(m); MATCH (n:Talk {name: "Marco Tempest: Augmented reality, techno-magic"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 7}]->(m); MATCH (n:Talk {name: "Marco Tempest: Augmented reality, techno-magic"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 22}]->(m); MATCH (n:Talk {name: "Marco Tempest: Augmented reality, techno-magic"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 32}]->(m); MATCH (n:Talk {name: "Marco Tempest: Augmented reality, techno-magic"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 7}]->(m); MERGE (n:Speaker {name: "Clay Shirky"}); MERGE (n:Talk {name: "Clay Shirky: Why SOPA is a bad idea",title: "Why SOPA is a bad idea",description: "What does a bill like PIPA/SOPA mean to our shareable world? At the TED offices, Clay Shirky delivers a proper manifesto -- a call to defend our freedom to create, discuss, link and share, rather than passively consume."}); MERGE (n:Event {name: "TEDSalon NY2012"}); MERGE (n:Tag {name: "business"}); MERGE (n:Tag {name: "creativity"}); MERGE (n:Tag {name: "media"}); MERGE (n:Tag {name: "politics"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Unconvincing"}); MATCH (n:Speaker {name: "Clay Shirky"}), (m:Talk {name: "Clay Shirky: Why SOPA is a bad idea"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Clay Shirky: Why SOPA is a bad idea"}), (m:Event {name: "TEDSalon NY2012"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Clay Shirky: Why SOPA is a bad idea"}), (m:Tag {name: "business"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Clay Shirky: Why SOPA is a bad idea"}), (m:Tag {name: "creativity"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Clay Shirky: Why SOPA is a bad idea"}), (m:Tag {name: "media"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Clay Shirky: Why SOPA is a bad idea"}), (m:Tag {name: "politics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Clay Shirky: Why SOPA is a bad idea"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Clay Shirky: Why SOPA is a bad idea"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 516}]->(m); MATCH (n:Talk {name: "Clay Shirky: Why SOPA is a bad idea"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 1210}]->(m); MATCH (n:Talk {name: "Clay Shirky: Why SOPA is a bad idea"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 389}]->(m); MATCH (n:Talk {name: "Clay Shirky: Why SOPA is a bad idea"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 1430}]->(m); MATCH (n:Talk {name: "Clay Shirky: Why SOPA is a bad idea"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 202}]->(m); MATCH (n:Talk {name: "Clay Shirky: Why SOPA is a bad idea"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 284}]->(m); MATCH (n:Talk {name: "Clay Shirky: Why SOPA is a bad idea"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 20}]->(m); MATCH (n:Talk {name: "Clay Shirky: Why SOPA is a bad idea"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 16}]->(m); MATCH (n:Talk {name: "Clay Shirky: Why SOPA is a bad idea"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 38}]->(m); MATCH (n:Talk {name: "Clay Shirky: Why SOPA is a bad idea"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 33}]->(m); MATCH (n:Talk {name: "Clay Shirky: Why SOPA is a bad idea"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 72}]->(m); MATCH (n:Talk {name: "Clay Shirky: Why SOPA is a bad idea"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 25}]->(m); MATCH (n:Talk {name: "Clay Shirky: Why SOPA is a bad idea"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 21}]->(m); MATCH (n:Talk {name: "Clay Shirky: Why SOPA is a bad idea"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 37}]->(m); MERGE (n:Speaker {name: "Jonathan Haidt"}); MERGE (n:Talk {name: "Jonathan Haidt: Religion, evolution, and the ecstasy of self-transcendence",title: "Religion, evolution, and the ecstasy of self-transcendence",description: "Psychologist Jonathan Haidt asks a simple, but difficult question: why do we search for self-transcendence? Why do we attempt to lose ourselves? In a tour through the science of evolution by group selection, he proposes a provocative answer."}); MERGE (n:Event {name: "TED2012"}); MERGE (n:Tag {name: "culture"}); MERGE (n:Tag {name: "evolution"}); MERGE (n:Tag {name: "evolutionary psychology"}); MERGE (n:Tag {name: "religion"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Funny"}); MATCH (n:Speaker {name: "Jonathan Haidt"}), (m:Talk {name: "Jonathan Haidt: Religion, evolution, and the ecstasy of self-transcendence"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Religion, evolution, and the ecstasy of self-transcendence"}), (m:Event {name: "TED2012"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Religion, evolution, and the ecstasy of self-transcendence"}), (m:Tag {name: "culture"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Religion, evolution, and the ecstasy of self-transcendence"}), (m:Tag {name: "evolution"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Religion, evolution, and the ecstasy of self-transcendence"}), (m:Tag {name: "evolutionary psychology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Religion, evolution, and the ecstasy of self-transcendence"}), (m:Tag {name: "religion"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Religion, evolution, and the ecstasy of self-transcendence"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 201}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Religion, evolution, and the ecstasy of self-transcendence"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 60}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Religion, evolution, and the ecstasy of self-transcendence"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 76}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Religion, evolution, and the ecstasy of self-transcendence"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 257}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Religion, evolution, and the ecstasy of self-transcendence"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 280}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Religion, evolution, and the ecstasy of self-transcendence"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 464}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Religion, evolution, and the ecstasy of self-transcendence"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 333}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Religion, evolution, and the ecstasy of self-transcendence"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 111}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Religion, evolution, and the ecstasy of self-transcendence"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 69}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Religion, evolution, and the ecstasy of self-transcendence"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 131}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Religion, evolution, and the ecstasy of self-transcendence"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 66}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Religion, evolution, and the ecstasy of self-transcendence"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 77}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Religion, evolution, and the ecstasy of self-transcendence"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 39}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Religion, evolution, and the ecstasy of self-transcendence"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 5}]->(m); MERGE (n:Speaker {name: "Marco Tempest"}); MERGE (n:Talk {name: "Marco Tempest: A magical tale (with augmented reality)",title: "A magical tale (with augmented reality)",description: "Marco Tempest spins a beautiful story of what magic is, how it entertains us and how it highlights our humanity -- all while working extraordinary illusions with his hands and an augmented reality machine."}); MERGE (n:Event {name: "TED2012"}); MERGE (n:Tag {name: "art"}); MERGE (n:Tag {name: "design"}); MERGE (n:Tag {name: "entertainment"}); MERGE (n:Tag {name: "illusion"}); MERGE (n:Tag {name: "magic"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Confusing"}); MATCH (n:Speaker {name: "Marco Tempest"}), (m:Talk {name: "Marco Tempest: A magical tale (with augmented reality)"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Marco Tempest: A magical tale (with augmented reality)"}), (m:Event {name: "TED2012"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Marco Tempest: A magical tale (with augmented reality)"}), (m:Tag {name: "art"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Marco Tempest: A magical tale (with augmented reality)"}), (m:Tag {name: "design"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Marco Tempest: A magical tale (with augmented reality)"}), (m:Tag {name: "entertainment"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Marco Tempest: A magical tale (with augmented reality)"}), (m:Tag {name: "illusion"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Marco Tempest: A magical tale (with augmented reality)"}), (m:Tag {name: "magic"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Marco Tempest: A magical tale (with augmented reality)"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Marco Tempest: A magical tale (with augmented reality)"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 511}]->(m); MATCH (n:Talk {name: "Marco Tempest: A magical tale (with augmented reality)"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 239}]->(m); MATCH (n:Talk {name: "Marco Tempest: A magical tale (with augmented reality)"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 230}]->(m); MATCH (n:Talk {name: "Marco Tempest: A magical tale (with augmented reality)"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 190}]->(m); MATCH (n:Talk {name: "Marco Tempest: A magical tale (with augmented reality)"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 277}]->(m); MATCH (n:Talk {name: "Marco Tempest: A magical tale (with augmented reality)"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 98}]->(m); MATCH (n:Talk {name: "Marco Tempest: A magical tale (with augmented reality)"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 342}]->(m); MATCH (n:Talk {name: "Marco Tempest: A magical tale (with augmented reality)"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 38}]->(m); MATCH (n:Talk {name: "Marco Tempest: A magical tale (with augmented reality)"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 29}]->(m); MATCH (n:Talk {name: "Marco Tempest: A magical tale (with augmented reality)"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 21}]->(m); MATCH (n:Talk {name: "Marco Tempest: A magical tale (with augmented reality)"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 60}]->(m); MATCH (n:Talk {name: "Marco Tempest: A magical tale (with augmented reality)"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 87}]->(m); MATCH (n:Talk {name: "Marco Tempest: A magical tale (with augmented reality)"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 11}]->(m); MATCH (n:Talk {name: "Marco Tempest: A magical tale (with augmented reality)"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 17}]->(m); MERGE (n:Speaker {name: "Hans Rosling"}); MERGE (n:Talk {name: "Hans Rosling: Religions and babies",title: "Religions and babies",description: "Hans Rosling had a question: Do some religions have a higher birth rate than others -- and how does this affect global population growth? Speaking at the TEDxSummit in Doha, Qatar, he graphs data over time and across religions. With his trademark humor and sharp insight, Hans reaches a surprising conclusion on world fertility rates."}); MERGE (n:Event {name: "TEDxSummit"}); MERGE (n:Tag {name: "TEDx"}); MERGE (n:Tag {name: "data"}); MERGE (n:Tag {name: "global issues"}); MERGE (n:Tag {name: "population"}); MERGE (n:Tag {name: "presentation"}); MERGE (n:Tag {name: "religion"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Obnoxious"}); MATCH (n:Speaker {name: "Hans Rosling"}), (m:Talk {name: "Hans Rosling: Religions and babies"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Hans Rosling: Religions and babies"}), (m:Event {name: "TEDxSummit"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Hans Rosling: Religions and babies"}), (m:Tag {name: "TEDx"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Religions and babies"}), (m:Tag {name: "data"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Religions and babies"}), (m:Tag {name: "global issues"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Religions and babies"}), (m:Tag {name: "population"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Religions and babies"}), (m:Tag {name: "presentation"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Religions and babies"}), (m:Tag {name: "religion"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Hans Rosling: Religions and babies"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 861}]->(m); MATCH (n:Talk {name: "Hans Rosling: Religions and babies"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 686}]->(m); MATCH (n:Talk {name: "Hans Rosling: Religions and babies"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 411}]->(m); MATCH (n:Talk {name: "Hans Rosling: Religions and babies"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 1178}]->(m); MATCH (n:Talk {name: "Hans Rosling: Religions and babies"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 100}]->(m); MATCH (n:Talk {name: "Hans Rosling: Religions and babies"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 170}]->(m); MATCH (n:Talk {name: "Hans Rosling: Religions and babies"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 266}]->(m); MATCH (n:Talk {name: "Hans Rosling: Religions and babies"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 41}]->(m); MATCH (n:Talk {name: "Hans Rosling: Religions and babies"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 243}]->(m); MATCH (n:Talk {name: "Hans Rosling: Religions and babies"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 34}]->(m); MATCH (n:Talk {name: "Hans Rosling: Religions and babies"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 13}]->(m); MATCH (n:Talk {name: "Hans Rosling: Religions and babies"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 62}]->(m); MATCH (n:Talk {name: "Hans Rosling: Religions and babies"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 18}]->(m); MATCH (n:Talk {name: "Hans Rosling: Religions and babies"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 6}]->(m); MERGE (n:Speaker {name: "Juan Enriquez"}); MERGE (n:Talk {name: "Juan Enriquez: Will our kids be a different species?",title: "Will our kids be a different species?",description: "Throughout human evolution, multiple versions of humans co-existed. Could we be mid-upgrade now? Juan Enriquez sweeps across time and space to bring us to the present moment -- and shows how technology is revealing evidence that suggests rapid evolution may be under way."}); MERGE (n:Event {name: "TEDxSummit"}); MERGE (n:Tag {name: "Autism spectrum disorder"}); MERGE (n:Tag {name: "Bioethics"}); MERGE (n:Tag {name: "DNA"}); MERGE (n:Tag {name: "Planets"}); MERGE (n:Tag {name: "TED Brain Trust"}); MERGE (n:Tag {name: "TEDx"}); MERGE (n:Tag {name: "astronomy"}); MERGE (n:Tag {name: "biodiversity"}); MERGE (n:Tag {name: "biology"}); MERGE (n:Tag {name: "biotech"}); MERGE (n:Tag {name: "brain"}); MERGE (n:Tag {name: "culture"}); MERGE (n:Tag {name: "evolution"}); MERGE (n:Tag {name: "future"}); MERGE (n:Tag {name: "genetics"}); MERGE (n:Tag {name: "history"}); MERGE (n:Tag {name: "innovation"}); MERGE (n:Tag {name: "life"}); MERGE (n:Tag {name: "physiology"}); MERGE (n:Tag {name: "population"}); MERGE (n:Tag {name: "science"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Confusing"}); MATCH (n:Speaker {name: "Juan Enriquez"}), (m:Talk {name: "Juan Enriquez: Will our kids be a different species?"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Juan Enriquez: Will our kids be a different species?"}), (m:Event {name: "TEDxSummit"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Juan Enriquez: Will our kids be a different species?"}), (m:Tag {name: "Autism spectrum disorder"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: Will our kids be a different species?"}), (m:Tag {name: "Bioethics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: Will our kids be a different species?"}), (m:Tag {name: "DNA"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: Will our kids be a different species?"}), (m:Tag {name: "Planets"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: Will our kids be a different species?"}), (m:Tag {name: "TED Brain Trust"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: Will our kids be a different species?"}), (m:Tag {name: "TEDx"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: Will our kids be a different species?"}), (m:Tag {name: "astronomy"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: Will our kids be a different species?"}), (m:Tag {name: "biodiversity"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: Will our kids be a different species?"}), (m:Tag {name: "biology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: Will our kids be a different species?"}), (m:Tag {name: "biotech"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: Will our kids be a different species?"}), (m:Tag {name: "brain"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: Will our kids be a different species?"}), (m:Tag {name: "culture"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: Will our kids be a different species?"}), (m:Tag {name: "evolution"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: Will our kids be a different species?"}), (m:Tag {name: "future"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: Will our kids be a different species?"}), (m:Tag {name: "genetics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: Will our kids be a different species?"}), (m:Tag {name: "history"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: Will our kids be a different species?"}), (m:Tag {name: "innovation"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: Will our kids be a different species?"}), (m:Tag {name: "life"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: Will our kids be a different species?"}), (m:Tag {name: "physiology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: Will our kids be a different species?"}), (m:Tag {name: "population"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: Will our kids be a different species?"}), (m:Tag {name: "science"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: Will our kids be a different species?"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: Will our kids be a different species?"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 1084}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Will our kids be a different species?"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 289}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Will our kids be a different species?"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 171}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Will our kids be a different species?"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 734}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Will our kids be a different species?"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 281}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Will our kids be a different species?"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 1406}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Will our kids be a different species?"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 323}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Will our kids be a different species?"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 32}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Will our kids be a different species?"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 35}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Will our kids be a different species?"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 90}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Will our kids be a different species?"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 58}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Will our kids be a different species?"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 34}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Will our kids be a different species?"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 84}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Will our kids be a different species?"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 11}]->(m); MERGE (n:Speaker {name: "Marco Tempest"}); MERGE (n:Talk {name: "Marco Tempest: The electric rise and fall of Nikola Tesla",title: "The electric rise and fall of Nikola Tesla",description: "Combining projection mapping and a pop-up book, Marco Tempest tells the visually arresting story of Nikola Tesla -- called 'the greatest geek who ever lived' -- from his triumphant invention of alternating current to his penniless last days."}); MERGE (n:Event {name: "TED2012"}); MERGE (n:Tag {name: "Internet"}); MERGE (n:Tag {name: "art"}); MERGE (n:Tag {name: "design"}); MERGE (n:Tag {name: "industrial design"}); MERGE (n:Tag {name: "invention"}); MERGE (n:Tag {name: "science"}); MERGE (n:Tag {name: "science and art"}); MERGE (n:Tag {name: "storytelling"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Tag {name: "visualizations"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Longwinded"}); MATCH (n:Speaker {name: "Marco Tempest"}), (m:Talk {name: "Marco Tempest: The electric rise and fall of Nikola Tesla"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Marco Tempest: The electric rise and fall of Nikola Tesla"}), (m:Event {name: "TED2012"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Marco Tempest: The electric rise and fall of Nikola Tesla"}), (m:Tag {name: "Internet"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Marco Tempest: The electric rise and fall of Nikola Tesla"}), (m:Tag {name: "art"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Marco Tempest: The electric rise and fall of Nikola Tesla"}), (m:Tag {name: "design"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Marco Tempest: The electric rise and fall of Nikola Tesla"}), (m:Tag {name: "industrial design"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Marco Tempest: The electric rise and fall of Nikola Tesla"}), (m:Tag {name: "invention"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Marco Tempest: The electric rise and fall of Nikola Tesla"}), (m:Tag {name: "science"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Marco Tempest: The electric rise and fall of Nikola Tesla"}), (m:Tag {name: "science and art"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Marco Tempest: The electric rise and fall of Nikola Tesla"}), (m:Tag {name: "storytelling"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Marco Tempest: The electric rise and fall of Nikola Tesla"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Marco Tempest: The electric rise and fall of Nikola Tesla"}), (m:Tag {name: "visualizations"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Marco Tempest: The electric rise and fall of Nikola Tesla"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 312}]->(m); MATCH (n:Talk {name: "Marco Tempest: The electric rise and fall of Nikola Tesla"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 746}]->(m); MATCH (n:Talk {name: "Marco Tempest: The electric rise and fall of Nikola Tesla"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 345}]->(m); MATCH (n:Talk {name: "Marco Tempest: The electric rise and fall of Nikola Tesla"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 588}]->(m); MATCH (n:Talk {name: "Marco Tempest: The electric rise and fall of Nikola Tesla"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 383}]->(m); MATCH (n:Talk {name: "Marco Tempest: The electric rise and fall of Nikola Tesla"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 354}]->(m); MATCH (n:Talk {name: "Marco Tempest: The electric rise and fall of Nikola Tesla"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 90}]->(m); MATCH (n:Talk {name: "Marco Tempest: The electric rise and fall of Nikola Tesla"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 94}]->(m); MATCH (n:Talk {name: "Marco Tempest: The electric rise and fall of Nikola Tesla"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 27}]->(m); MATCH (n:Talk {name: "Marco Tempest: The electric rise and fall of Nikola Tesla"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 31}]->(m); MATCH (n:Talk {name: "Marco Tempest: The electric rise and fall of Nikola Tesla"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 20}]->(m); MATCH (n:Talk {name: "Marco Tempest: The electric rise and fall of Nikola Tesla"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 13}]->(m); MATCH (n:Talk {name: "Marco Tempest: The electric rise and fall of Nikola Tesla"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 22}]->(m); MATCH (n:Talk {name: "Marco Tempest: The electric rise and fall of Nikola Tesla"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 15}]->(m); MERGE (n:Speaker {name: "Rives"}); MERGE (n:Talk {name: "Rives: Reinventing the encyclopedia game",title: "Reinventing the encyclopedia game",description: "Prompted by the Encyclopaedia Britannica ending its print publication, performance poet Rives resurrects a game from his childhood. Speaking at the TEDxSummit in Doha, Rives takes us on a charming tour through random (and less random) bits of human knowledge: from Chimborazo, the farthest point from the center of the Earth, to Ham the Astrochimp, the first chimpanzee in outer space."}); MERGE (n:Event {name: "TEDxSummit"}); MERGE (n:Tag {name: "Internet"}); MERGE (n:Tag {name: "TEDx"}); MERGE (n:Tag {name: "entertainment"}); MERGE (n:Tag {name: "future"}); MERGE (n:Tag {name: "humor"}); MERGE (n:Tag {name: "insects"}); MERGE (n:Tag {name: "life"}); MERGE (n:Tag {name: "nature"}); MERGE (n:Tag {name: "science"}); MERGE (n:Tag {name: "web"}); MERGE (n:Tag {name: "wikipedia"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Confusing"}); MATCH (n:Speaker {name: "Rives"}), (m:Talk {name: "Rives: Reinventing the encyclopedia game"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Rives: Reinventing the encyclopedia game"}), (m:Event {name: "TEDxSummit"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Rives: Reinventing the encyclopedia game"}), (m:Tag {name: "Internet"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Rives: Reinventing the encyclopedia game"}), (m:Tag {name: "TEDx"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Rives: Reinventing the encyclopedia game"}), (m:Tag {name: "entertainment"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Rives: Reinventing the encyclopedia game"}), (m:Tag {name: "future"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Rives: Reinventing the encyclopedia game"}), (m:Tag {name: "humor"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Rives: Reinventing the encyclopedia game"}), (m:Tag {name: "insects"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Rives: Reinventing the encyclopedia game"}), (m:Tag {name: "life"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Rives: Reinventing the encyclopedia game"}), (m:Tag {name: "nature"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Rives: Reinventing the encyclopedia game"}), (m:Tag {name: "science"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Rives: Reinventing the encyclopedia game"}), (m:Tag {name: "web"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Rives: Reinventing the encyclopedia game"}), (m:Tag {name: "wikipedia"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Rives: Reinventing the encyclopedia game"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 317}]->(m); MATCH (n:Talk {name: "Rives: Reinventing the encyclopedia game"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 183}]->(m); MATCH (n:Talk {name: "Rives: Reinventing the encyclopedia game"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 223}]->(m); MATCH (n:Talk {name: "Rives: Reinventing the encyclopedia game"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 84}]->(m); MATCH (n:Talk {name: "Rives: Reinventing the encyclopedia game"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 143}]->(m); MATCH (n:Talk {name: "Rives: Reinventing the encyclopedia game"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 111}]->(m); MATCH (n:Talk {name: "Rives: Reinventing the encyclopedia game"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 17}]->(m); MATCH (n:Talk {name: "Rives: Reinventing the encyclopedia game"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 40}]->(m); MATCH (n:Talk {name: "Rives: Reinventing the encyclopedia game"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 12}]->(m); MATCH (n:Talk {name: "Rives: Reinventing the encyclopedia game"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 25}]->(m); MATCH (n:Talk {name: "Rives: Reinventing the encyclopedia game"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 5}]->(m); MATCH (n:Talk {name: "Rives: Reinventing the encyclopedia game"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 6}]->(m); MATCH (n:Talk {name: "Rives: Reinventing the encyclopedia game"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 2}]->(m); MATCH (n:Talk {name: "Rives: Reinventing the encyclopedia game"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 4}]->(m); MERGE (n:Speaker {name: "Julian Treasure"}); MERGE (n:Talk {name: "Julian Treasure: Why architects need to use their ears",title: "Why architects need to use their ears",description: "Because of poor acoustics, students in classrooms miss 50 percent of what their teachers say and patients in hospitals have trouble sleeping because they continually feel stressed. Julian Treasure sounds a call to action for designers to pay attention to the “invisible architecture” of sound."}); MERGE (n:Event {name: "TEDGlobal 2012"}); MERGE (n:Tag {name: "Senses"}); MERGE (n:Tag {name: "architecture"}); MERGE (n:Tag {name: "design"}); MERGE (n:Tag {name: "sound"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Funny"}); MATCH (n:Speaker {name: "Julian Treasure"}), (m:Talk {name: "Julian Treasure: Why architects need to use their ears"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Julian Treasure: Why architects need to use their ears"}), (m:Event {name: "TEDGlobal 2012"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Julian Treasure: Why architects need to use their ears"}), (m:Tag {name: "Senses"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Julian Treasure: Why architects need to use their ears"}), (m:Tag {name: "architecture"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Julian Treasure: Why architects need to use their ears"}), (m:Tag {name: "design"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Julian Treasure: Why architects need to use their ears"}), (m:Tag {name: "sound"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Julian Treasure: Why architects need to use their ears"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 307}]->(m); MATCH (n:Talk {name: "Julian Treasure: Why architects need to use their ears"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 221}]->(m); MATCH (n:Talk {name: "Julian Treasure: Why architects need to use their ears"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 346}]->(m); MATCH (n:Talk {name: "Julian Treasure: Why architects need to use their ears"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 35}]->(m); MATCH (n:Talk {name: "Julian Treasure: Why architects need to use their ears"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 75}]->(m); MATCH (n:Talk {name: "Julian Treasure: Why architects need to use their ears"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 5}]->(m); MATCH (n:Talk {name: "Julian Treasure: Why architects need to use their ears"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 157}]->(m); MATCH (n:Talk {name: "Julian Treasure: Why architects need to use their ears"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 35}]->(m); MATCH (n:Talk {name: "Julian Treasure: Why architects need to use their ears"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 1}]->(m); MATCH (n:Talk {name: "Julian Treasure: Why architects need to use their ears"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 10}]->(m); MATCH (n:Talk {name: "Julian Treasure: Why architects need to use their ears"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 24}]->(m); MATCH (n:Talk {name: "Julian Treasure: Why architects need to use their ears"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 5}]->(m); MATCH (n:Talk {name: "Julian Treasure: Why architects need to use their ears"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 3}]->(m); MATCH (n:Talk {name: "Julian Treasure: Why architects need to use their ears"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 5}]->(m); MERGE (n:Speaker {name: "Clay Shirky"}); MERGE (n:Talk {name: "Clay Shirky: How the Internet will (one day) transform government",title: "How the Internet will (one day) transform government",description: "The open-source world has learned to deal with a flood of new, oftentimes divergent, ideas using hosting services like GitHub -- so why can’t governments? In this rousing talk Clay Shirky shows how democracies can take a lesson from the Internet, to be not just transparent but also to draw on the knowledge of all their citizens."}); MERGE (n:Event {name: "TEDGlobal 2012"}); MERGE (n:Tag {name: "Internet"}); MERGE (n:Tag {name: "collaboration"}); MERGE (n:Tag {name: "future"}); MERGE (n:Tag {name: "government"}); MERGE (n:Tag {name: "law"}); MERGE (n:Tag {name: "open-source"}); MERGE (n:Tag {name: "politics"}); MERGE (n:Tag {name: "social media"}); MERGE (n:Tag {name: "software"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Obnoxious"}); MATCH (n:Speaker {name: "Clay Shirky"}), (m:Talk {name: "Clay Shirky: How the Internet will (one day) transform government"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Clay Shirky: How the Internet will (one day) transform government"}), (m:Event {name: "TEDGlobal 2012"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Clay Shirky: How the Internet will (one day) transform government"}), (m:Tag {name: "Internet"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Clay Shirky: How the Internet will (one day) transform government"}), (m:Tag {name: "collaboration"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Clay Shirky: How the Internet will (one day) transform government"}), (m:Tag {name: "future"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Clay Shirky: How the Internet will (one day) transform government"}), (m:Tag {name: "government"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Clay Shirky: How the Internet will (one day) transform government"}), (m:Tag {name: "law"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Clay Shirky: How the Internet will (one day) transform government"}), (m:Tag {name: "open-source"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Clay Shirky: How the Internet will (one day) transform government"}), (m:Tag {name: "politics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Clay Shirky: How the Internet will (one day) transform government"}), (m:Tag {name: "social media"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Clay Shirky: How the Internet will (one day) transform government"}), (m:Tag {name: "software"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Clay Shirky: How the Internet will (one day) transform government"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Clay Shirky: How the Internet will (one day) transform government"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 349}]->(m); MATCH (n:Talk {name: "Clay Shirky: How the Internet will (one day) transform government"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 185}]->(m); MATCH (n:Talk {name: "Clay Shirky: How the Internet will (one day) transform government"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 302}]->(m); MATCH (n:Talk {name: "Clay Shirky: How the Internet will (one day) transform government"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 83}]->(m); MATCH (n:Talk {name: "Clay Shirky: How the Internet will (one day) transform government"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 385}]->(m); MATCH (n:Talk {name: "Clay Shirky: How the Internet will (one day) transform government"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 197}]->(m); MATCH (n:Talk {name: "Clay Shirky: How the Internet will (one day) transform government"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 71}]->(m); MATCH (n:Talk {name: "Clay Shirky: How the Internet will (one day) transform government"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 46}]->(m); MATCH (n:Talk {name: "Clay Shirky: How the Internet will (one day) transform government"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 13}]->(m); MATCH (n:Talk {name: "Clay Shirky: How the Internet will (one day) transform government"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 6}]->(m); MATCH (n:Talk {name: "Clay Shirky: How the Internet will (one day) transform government"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 21}]->(m); MATCH (n:Talk {name: "Clay Shirky: How the Internet will (one day) transform government"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 10}]->(m); MATCH (n:Talk {name: "Clay Shirky: How the Internet will (one day) transform government"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 13}]->(m); MATCH (n:Talk {name: "Clay Shirky: How the Internet will (one day) transform government"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 4}]->(m); MERGE (n:Speaker {name: "Marco Tempest"}); MERGE (n:Talk {name: "Marco Tempest: A cyber-magic card trick like no other",title: "A cyber-magic card trick like no other",description: "The suits, numbers and colors in a deck of cards correspond to the seasons, moon cycles and calendar. Marco Tempest straps on augmented reality goggles and does a card trick like you've never seen before, weaving a lyrical tale as he deals. (This version fixes a glitch in the original performance, but is otherwise exactly as seen live by the TEDGlobal audience, including the dazzling augmented reality effects.)"}); MERGE (n:Event {name: "TEDGlobal 2012"}); MERGE (n:Tag {name: "illusion"}); MERGE (n:Tag {name: "magic"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Courageous"}); MATCH (n:Speaker {name: "Marco Tempest"}), (m:Talk {name: "Marco Tempest: A cyber-magic card trick like no other"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Marco Tempest: A cyber-magic card trick like no other"}), (m:Event {name: "TEDGlobal 2012"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Marco Tempest: A cyber-magic card trick like no other"}), (m:Tag {name: "illusion"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Marco Tempest: A cyber-magic card trick like no other"}), (m:Tag {name: "magic"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Marco Tempest: A cyber-magic card trick like no other"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Marco Tempest: A cyber-magic card trick like no other"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 552}]->(m); MATCH (n:Talk {name: "Marco Tempest: A cyber-magic card trick like no other"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 13}]->(m); MATCH (n:Talk {name: "Marco Tempest: A cyber-magic card trick like no other"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 456}]->(m); MATCH (n:Talk {name: "Marco Tempest: A cyber-magic card trick like no other"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 60}]->(m); MATCH (n:Talk {name: "Marco Tempest: A cyber-magic card trick like no other"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 88}]->(m); MATCH (n:Talk {name: "Marco Tempest: A cyber-magic card trick like no other"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 14}]->(m); MATCH (n:Talk {name: "Marco Tempest: A cyber-magic card trick like no other"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 26}]->(m); MATCH (n:Talk {name: "Marco Tempest: A cyber-magic card trick like no other"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 222}]->(m); MATCH (n:Talk {name: "Marco Tempest: A cyber-magic card trick like no other"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 150}]->(m); MATCH (n:Talk {name: "Marco Tempest: A cyber-magic card trick like no other"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 242}]->(m); MATCH (n:Talk {name: "Marco Tempest: A cyber-magic card trick like no other"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 11}]->(m); MATCH (n:Talk {name: "Marco Tempest: A cyber-magic card trick like no other"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 53}]->(m); MATCH (n:Talk {name: "Marco Tempest: A cyber-magic card trick like no other"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 22}]->(m); MATCH (n:Talk {name: "Marco Tempest: A cyber-magic card trick like no other"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 10}]->(m); MERGE (n:Speaker {name: "Jonathan Haidt"}); MERGE (n:Talk {name: "Jonathan Haidt: How common threats can make common (political) ground",title: "How common threats can make common (political) ground",description: "If an asteroid were headed for Earth, we'd all band together and figure out how to stop it, just like in the movies, right? And yet, when faced with major, data-supported, end-of-the-world problems in real life, too often we retreat into partisan shouting and stalemate. Jonathan Haidt shows us a few of the very real asteroids headed our way -- some pet causes of the left wing, some of the right -- and suggests how both wings could work together productively to benefit humanity as a whole."}); MERGE (n:Event {name: "TEDSalon NY2012"}); MERGE (n:Tag {name: "global issues"}); MERGE (n:Tag {name: "politics"}); MERGE (n:Tag {name: "psychology"}); MERGE (n:Tag {name: "society"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Jaw-dropping"}); MATCH (n:Speaker {name: "Jonathan Haidt"}), (m:Talk {name: "Jonathan Haidt: How common threats can make common (political) ground"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Jonathan Haidt: How common threats can make common (political) ground"}), (m:Event {name: "TEDSalon NY2012"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Jonathan Haidt: How common threats can make common (political) ground"}), (m:Tag {name: "global issues"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: How common threats can make common (political) ground"}), (m:Tag {name: "politics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: How common threats can make common (political) ground"}), (m:Tag {name: "psychology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: How common threats can make common (political) ground"}), (m:Tag {name: "society"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: How common threats can make common (political) ground"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 114}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: How common threats can make common (political) ground"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 228}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: How common threats can make common (political) ground"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 37}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: How common threats can make common (political) ground"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 62}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: How common threats can make common (political) ground"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 161}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: How common threats can make common (political) ground"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 8}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: How common threats can make common (political) ground"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 26}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: How common threats can make common (political) ground"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 26}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: How common threats can make common (political) ground"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 42}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: How common threats can make common (political) ground"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 25}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: How common threats can make common (political) ground"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 17}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: How common threats can make common (political) ground"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 4}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: How common threats can make common (political) ground"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 4}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: How common threats can make common (political) ground"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 16}]->(m); MERGE (n:Speaker {name: "Stewart Brand"}); MERGE (n:Talk {name: "Stewart Brand: The dawn of de-extinction. Are you ready?",title: "The dawn of de-extinction. Are you ready?",description: "Throughout humankind's history, we've driven species after species extinct: the passenger pigeon, the Eastern cougar, the dodo ... But now, says Stewart Brand, we have the technology (and the biology) to bring back species that humanity wiped out. So -- should we? Which ones? He asks a big question whose answer is closer than you may think."}); MERGE (n:Event {name: "TED2013"}); MERGE (n:Tag {name: "TED Brain Trust"}); MERGE (n:Tag {name: "biology"}); MERGE (n:Tag {name: "deextinction"}); MERGE (n:Tag {name: "philosophy"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Funny"}); MATCH (n:Speaker {name: "Stewart Brand"}), (m:Talk {name: "Stewart Brand: The dawn of de-extinction. Are you ready?"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Stewart Brand: The dawn of de-extinction. Are you ready?"}), (m:Event {name: "TED2013"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Stewart Brand: The dawn of de-extinction. Are you ready?"}), (m:Tag {name: "TED Brain Trust"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Stewart Brand: The dawn of de-extinction. Are you ready?"}), (m:Tag {name: "biology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Stewart Brand: The dawn of de-extinction. Are you ready?"}), (m:Tag {name: "deextinction"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Stewart Brand: The dawn of de-extinction. Are you ready?"}), (m:Tag {name: "philosophy"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Stewart Brand: The dawn of de-extinction. Are you ready?"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Stewart Brand: The dawn of de-extinction. Are you ready?"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 251}]->(m); MATCH (n:Talk {name: "Stewart Brand: The dawn of de-extinction. Are you ready?"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 20}]->(m); MATCH (n:Talk {name: "Stewart Brand: The dawn of de-extinction. Are you ready?"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 313}]->(m); MATCH (n:Talk {name: "Stewart Brand: The dawn of de-extinction. Are you ready?"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 121}]->(m); MATCH (n:Talk {name: "Stewart Brand: The dawn of de-extinction. Are you ready?"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 50}]->(m); MATCH (n:Talk {name: "Stewart Brand: The dawn of de-extinction. Are you ready?"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 61}]->(m); MATCH (n:Talk {name: "Stewart Brand: The dawn of de-extinction. Are you ready?"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 186}]->(m); MATCH (n:Talk {name: "Stewart Brand: The dawn of de-extinction. Are you ready?"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 5}]->(m); MATCH (n:Talk {name: "Stewart Brand: The dawn of de-extinction. Are you ready?"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 5}]->(m); MATCH (n:Talk {name: "Stewart Brand: The dawn of de-extinction. Are you ready?"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 8}]->(m); MATCH (n:Talk {name: "Stewart Brand: The dawn of de-extinction. Are you ready?"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 58}]->(m); MATCH (n:Talk {name: "Stewart Brand: The dawn of de-extinction. Are you ready?"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 24}]->(m); MATCH (n:Talk {name: "Stewart Brand: The dawn of de-extinction. Are you ready?"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 180}]->(m); MATCH (n:Talk {name: "Stewart Brand: The dawn of de-extinction. Are you ready?"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 2}]->(m); MERGE (n:Speaker {name: "Lawrence Lessig"}); MERGE (n:Talk {name: "Lawrence Lessig: We the People, and the Republic we must reclaim",title: "We the People, and the Republic we must reclaim",description: "There is a corruption at the heart of American politics, caused by the dependence of Congressional candidates on funding from the tiniest percentage of citizens. That's the argument at the core of this blistering talk by legal scholar Lawrence Lessig. With rapid-fire visuals, he shows how the funding process weakens the Republic in the most fundamental way, and issues a rallying bipartisan cry that will resonate with many in the U.S. and beyond."}); MERGE (n:Event {name: "TED2013"}); MERGE (n:Tag {name: "corruption"}); MERGE (n:Tag {name: "democracy"}); MERGE (n:Tag {name: "global issues"}); MERGE (n:Tag {name: "government"}); MERGE (n:Tag {name: "law"}); MERGE (n:Tag {name: "politics"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "OK"}); MATCH (n:Speaker {name: "Lawrence Lessig"}), (m:Talk {name: "Lawrence Lessig: We the People, and the Republic we must reclaim"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Lawrence Lessig: We the People, and the Republic we must reclaim"}), (m:Event {name: "TED2013"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Lawrence Lessig: We the People, and the Republic we must reclaim"}), (m:Tag {name: "corruption"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Lawrence Lessig: We the People, and the Republic we must reclaim"}), (m:Tag {name: "democracy"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Lawrence Lessig: We the People, and the Republic we must reclaim"}), (m:Tag {name: "global issues"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Lawrence Lessig: We the People, and the Republic we must reclaim"}), (m:Tag {name: "government"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Lawrence Lessig: We the People, and the Republic we must reclaim"}), (m:Tag {name: "law"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Lawrence Lessig: We the People, and the Republic we must reclaim"}), (m:Tag {name: "politics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Lawrence Lessig: We the People, and the Republic we must reclaim"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 44}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: We the People, and the Republic we must reclaim"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 592}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: We the People, and the Republic we must reclaim"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 1061}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: We the People, and the Republic we must reclaim"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 487}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: We the People, and the Republic we must reclaim"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 906}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: We the People, and the Republic we must reclaim"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 238}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: We the People, and the Republic we must reclaim"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 158}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: We the People, and the Republic we must reclaim"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 93}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: We the People, and the Republic we must reclaim"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 30}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: We the People, and the Republic we must reclaim"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 15}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: We the People, and the Republic we must reclaim"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 12}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: We the People, and the Republic we must reclaim"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 28}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: We the People, and the Republic we must reclaim"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 14}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: We the People, and the Republic we must reclaim"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 28}]->(m); MERGE (n:Speaker {name: "Dan Ariely"}); MERGE (n:Talk {name: "Dan Ariely: What makes us feel good about our work?",title: "What makes us feel good about our work?",description: "What motivates us to work? Contrary to conventional wisdom, it isn't just money. But it's not exactly joy either. It seems that most of us thrive by making constant progress and feeling a sense of purpose. Behavioral economist Dan Ariely presents two eye-opening experiments that reveal our unexpected and nuanced attitudes toward meaning in our work."}); MERGE (n:Event {name: "TEDxRiodelaPlata"}); MERGE (n:Tag {name: "TEDx"}); MERGE (n:Tag {name: "behavioral economics"}); MERGE (n:Tag {name: "business"}); MERGE (n:Tag {name: "leadership"}); MERGE (n:Tag {name: "motivation"}); MERGE (n:Tag {name: "productivity"}); MERGE (n:Tag {name: "work"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Obnoxious"}); MATCH (n:Speaker {name: "Dan Ariely"}), (m:Talk {name: "Dan Ariely: What makes us feel good about our work?"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Dan Ariely: What makes us feel good about our work?"}), (m:Event {name: "TEDxRiodelaPlata"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Dan Ariely: What makes us feel good about our work?"}), (m:Tag {name: "TEDx"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Dan Ariely: What makes us feel good about our work?"}), (m:Tag {name: "behavioral economics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Dan Ariely: What makes us feel good about our work?"}), (m:Tag {name: "business"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Dan Ariely: What makes us feel good about our work?"}), (m:Tag {name: "leadership"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Dan Ariely: What makes us feel good about our work?"}), (m:Tag {name: "motivation"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Dan Ariely: What makes us feel good about our work?"}), (m:Tag {name: "productivity"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Dan Ariely: What makes us feel good about our work?"}), (m:Tag {name: "work"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Dan Ariely: What makes us feel good about our work?"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 1534}]->(m); MATCH (n:Talk {name: "Dan Ariely: What makes us feel good about our work?"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 1363}]->(m); MATCH (n:Talk {name: "Dan Ariely: What makes us feel good about our work?"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 292}]->(m); MATCH (n:Talk {name: "Dan Ariely: What makes us feel good about our work?"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 783}]->(m); MATCH (n:Talk {name: "Dan Ariely: What makes us feel good about our work?"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 172}]->(m); MATCH (n:Talk {name: "Dan Ariely: What makes us feel good about our work?"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 825}]->(m); MATCH (n:Talk {name: "Dan Ariely: What makes us feel good about our work?"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 203}]->(m); MATCH (n:Talk {name: "Dan Ariely: What makes us feel good about our work?"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 65}]->(m); MATCH (n:Talk {name: "Dan Ariely: What makes us feel good about our work?"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 90}]->(m); MATCH (n:Talk {name: "Dan Ariely: What makes us feel good about our work?"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 16}]->(m); MATCH (n:Talk {name: "Dan Ariely: What makes us feel good about our work?"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 66}]->(m); MATCH (n:Talk {name: "Dan Ariely: What makes us feel good about our work?"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 26}]->(m); MATCH (n:Talk {name: "Dan Ariely: What makes us feel good about our work?"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 16}]->(m); MATCH (n:Talk {name: "Dan Ariely: What makes us feel good about our work?"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 7}]->(m); MERGE (n:Speaker {name: "David Pogue"}); MERGE (n:Talk {name: "David Pogue: 10 top time-saving tech tips",title: "10 top time-saving tech tips",description: "Tech columnist David Pogue shares 10 simple, clever tips for computer, web, smartphone and camera users. And yes, you may know a few of these already -- but there's probably at least one you don't."}); MERGE (n:Event {name: "TED2013"}); MERGE (n:Tag {name: "culture"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Courageous"}); MATCH (n:Speaker {name: "David Pogue"}), (m:Talk {name: "David Pogue: 10 top time-saving tech tips"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "David Pogue: 10 top time-saving tech tips"}), (m:Event {name: "TED2013"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "David Pogue: 10 top time-saving tech tips"}), (m:Tag {name: "culture"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "David Pogue: 10 top time-saving tech tips"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "David Pogue: 10 top time-saving tech tips"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 1545}]->(m); MATCH (n:Talk {name: "David Pogue: 10 top time-saving tech tips"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 726}]->(m); MATCH (n:Talk {name: "David Pogue: 10 top time-saving tech tips"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 112}]->(m); MATCH (n:Talk {name: "David Pogue: 10 top time-saving tech tips"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 182}]->(m); MATCH (n:Talk {name: "David Pogue: 10 top time-saving tech tips"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 85}]->(m); MATCH (n:Talk {name: "David Pogue: 10 top time-saving tech tips"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 139}]->(m); MATCH (n:Talk {name: "David Pogue: 10 top time-saving tech tips"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 41}]->(m); MATCH (n:Talk {name: "David Pogue: 10 top time-saving tech tips"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 52}]->(m); MATCH (n:Talk {name: "David Pogue: 10 top time-saving tech tips"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 300}]->(m); MATCH (n:Talk {name: "David Pogue: 10 top time-saving tech tips"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 39}]->(m); MATCH (n:Talk {name: "David Pogue: 10 top time-saving tech tips"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 54}]->(m); MATCH (n:Talk {name: "David Pogue: 10 top time-saving tech tips"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 69}]->(m); MATCH (n:Talk {name: "David Pogue: 10 top time-saving tech tips"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 19}]->(m); MATCH (n:Talk {name: "David Pogue: 10 top time-saving tech tips"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 8}]->(m); MERGE (n:Speaker {name: "Juan Enriquez"}); MERGE (n:Talk {name: "Juan Enriquez: Your online life, permanent as a tattoo",title: "Your online life, permanent as a tattoo",description: "What if Andy Warhol had it wrong, and instead of being famous for 15 minutes, we’re only anonymous for that long? In this short talk, Juan Enriquez looks at the surprisingly permanent effects of digital sharing on our personal privacy. He shares insight from the ancient Greeks to help us deal with our new “digital tattoos.”"}); MERGE (n:Event {name: "TED2013"}); MERGE (n:Tag {name: "TED Brain Trust"}); MERGE (n:Tag {name: "culture"}); MERGE (n:Tag {name: "security"}); MERGE (n:Tag {name: "social media"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Beautiful"}); MATCH (n:Speaker {name: "Juan Enriquez"}), (m:Talk {name: "Juan Enriquez: Your online life, permanent as a tattoo"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Juan Enriquez: Your online life, permanent as a tattoo"}), (m:Event {name: "TED2013"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Juan Enriquez: Your online life, permanent as a tattoo"}), (m:Tag {name: "TED Brain Trust"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: Your online life, permanent as a tattoo"}), (m:Tag {name: "culture"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: Your online life, permanent as a tattoo"}), (m:Tag {name: "security"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: Your online life, permanent as a tattoo"}), (m:Tag {name: "social media"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: Your online life, permanent as a tattoo"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: Your online life, permanent as a tattoo"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 447}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Your online life, permanent as a tattoo"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 249}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Your online life, permanent as a tattoo"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 135}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Your online life, permanent as a tattoo"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 26}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Your online life, permanent as a tattoo"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 14}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Your online life, permanent as a tattoo"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 94}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Your online life, permanent as a tattoo"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 78}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Your online life, permanent as a tattoo"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 190}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Your online life, permanent as a tattoo"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 39}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Your online life, permanent as a tattoo"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 71}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Your online life, permanent as a tattoo"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 72}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Your online life, permanent as a tattoo"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 25}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Your online life, permanent as a tattoo"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 30}]->(m); MATCH (n:Talk {name: "Juan Enriquez: Your online life, permanent as a tattoo"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 23}]->(m); MERGE (n:Speaker {name: "Bill Gates"}); MERGE (n:Talk {name: "Bill Gates: Teachers need real feedback",title: "Teachers need real feedback",description: "Until recently, many teachers only got one word of feedback a year: 'satisfactory.' And with no feedback, no coaching, there's just no way to improve. Bill Gates suggests that even great teachers can get better with smart feedback -- and lays out a program from his foundation to bring it to every classroom."}); MERGE (n:Event {name: "TED Talks Education"}); MERGE (n:Tag {name: "TED Brain Trust"}); MERGE (n:Tag {name: "culture"}); MERGE (n:Tag {name: "education"}); MERGE (n:Tag {name: "global issues"}); MERGE (n:Tag {name: "teaching"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Funny"}); MATCH (n:Speaker {name: "Bill Gates"}), (m:Talk {name: "Bill Gates: Teachers need real feedback"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Bill Gates: Teachers need real feedback"}), (m:Event {name: "TED Talks Education"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Bill Gates: Teachers need real feedback"}), (m:Tag {name: "TED Brain Trust"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Bill Gates: Teachers need real feedback"}), (m:Tag {name: "culture"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Bill Gates: Teachers need real feedback"}), (m:Tag {name: "education"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Bill Gates: Teachers need real feedback"}), (m:Tag {name: "global issues"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Bill Gates: Teachers need real feedback"}), (m:Tag {name: "teaching"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Bill Gates: Teachers need real feedback"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 326}]->(m); MATCH (n:Talk {name: "Bill Gates: Teachers need real feedback"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 171}]->(m); MATCH (n:Talk {name: "Bill Gates: Teachers need real feedback"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 329}]->(m); MATCH (n:Talk {name: "Bill Gates: Teachers need real feedback"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 104}]->(m); MATCH (n:Talk {name: "Bill Gates: Teachers need real feedback"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 102}]->(m); MATCH (n:Talk {name: "Bill Gates: Teachers need real feedback"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 44}]->(m); MATCH (n:Talk {name: "Bill Gates: Teachers need real feedback"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 66}]->(m); MATCH (n:Talk {name: "Bill Gates: Teachers need real feedback"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 11}]->(m); MATCH (n:Talk {name: "Bill Gates: Teachers need real feedback"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 45}]->(m); MATCH (n:Talk {name: "Bill Gates: Teachers need real feedback"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 32}]->(m); MATCH (n:Talk {name: "Bill Gates: Teachers need real feedback"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 30}]->(m); MATCH (n:Talk {name: "Bill Gates: Teachers need real feedback"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 4}]->(m); MATCH (n:Talk {name: "Bill Gates: Teachers need real feedback"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 55}]->(m); MATCH (n:Talk {name: "Bill Gates: Teachers need real feedback"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 5}]->(m); MERGE (n:Speaker {name: "Ken Robinson"}); MERGE (n:Talk {name: "Ken Robinson: How to escape education's death valley",title: "How to escape education's death valley",description: "Sir Ken Robinson outlines 3 principles crucial for the human mind to flourish -- and how current education culture works against them. In a funny, stirring talk he tells us how to get out of the educational 'death valley' we now face, and how to nurture our youngest generations with a climate of possibility."}); MERGE (n:Event {name: "TED Talks Education"}); MERGE (n:Tag {name: "culture"}); MERGE (n:Tag {name: "education"}); MERGE (n:Tag {name: "student"}); MERGE (n:Tag {name: "teaching"}); MERGE (n:Tag {name: "testing"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Confusing"}); MATCH (n:Speaker {name: "Ken Robinson"}), (m:Talk {name: "Ken Robinson: How to escape education's death valley"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Ken Robinson: How to escape education's death valley"}), (m:Event {name: "TED Talks Education"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Ken Robinson: How to escape education's death valley"}), (m:Tag {name: "culture"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Ken Robinson: How to escape education's death valley"}), (m:Tag {name: "education"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Ken Robinson: How to escape education's death valley"}), (m:Tag {name: "student"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Ken Robinson: How to escape education's death valley"}), (m:Tag {name: "teaching"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Ken Robinson: How to escape education's death valley"}), (m:Tag {name: "testing"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Ken Robinson: How to escape education's death valley"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 24}]->(m); MATCH (n:Talk {name: "Ken Robinson: How to escape education's death valley"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 16}]->(m); MATCH (n:Talk {name: "Ken Robinson: How to escape education's death valley"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 1541}]->(m); MATCH (n:Talk {name: "Ken Robinson: How to escape education's death valley"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 1434}]->(m); MATCH (n:Talk {name: "Ken Robinson: How to escape education's death valley"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 1233}]->(m); MATCH (n:Talk {name: "Ken Robinson: How to escape education's death valley"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 3018}]->(m); MATCH (n:Talk {name: "Ken Robinson: How to escape education's death valley"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 419}]->(m); MATCH (n:Talk {name: "Ken Robinson: How to escape education's death valley"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 252}]->(m); MATCH (n:Talk {name: "Ken Robinson: How to escape education's death valley"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 559}]->(m); MATCH (n:Talk {name: "Ken Robinson: How to escape education's death valley"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 911}]->(m); MATCH (n:Talk {name: "Ken Robinson: How to escape education's death valley"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 385}]->(m); MATCH (n:Talk {name: "Ken Robinson: How to escape education's death valley"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 14}]->(m); MATCH (n:Talk {name: "Ken Robinson: How to escape education's death valley"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 72}]->(m); MATCH (n:Talk {name: "Ken Robinson: How to escape education's death valley"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 8}]->(m); MERGE (n:Speaker {name: "Michael Green"}); MERGE (n:Talk {name: "Michael Green: Why we should build wooden skyscrapers",title: "Why we should build wooden skyscrapers",description: "Building a skyscraper? Forget about steel and concrete, says architect Michael Green, and build it out of … wood. As he details in this intriguing talk, it's not only possible to build safe wooden structures up to 30 stories tall (and, he hopes, higher), it's necessary."}); MERGE (n:Event {name: "TED2013"}); MERGE (n:Tag {name: "architecture"}); MERGE (n:Tag {name: "design"}); MERGE (n:Tag {name: "materials"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Funny"}); MATCH (n:Speaker {name: "Michael Green"}), (m:Talk {name: "Michael Green: Why we should build wooden skyscrapers"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Michael Green: Why we should build wooden skyscrapers"}), (m:Event {name: "TED2013"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Michael Green: Why we should build wooden skyscrapers"}), (m:Tag {name: "architecture"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Michael Green: Why we should build wooden skyscrapers"}), (m:Tag {name: "design"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Michael Green: Why we should build wooden skyscrapers"}), (m:Tag {name: "materials"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Michael Green: Why we should build wooden skyscrapers"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 297}]->(m); MATCH (n:Talk {name: "Michael Green: Why we should build wooden skyscrapers"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 195}]->(m); MATCH (n:Talk {name: "Michael Green: Why we should build wooden skyscrapers"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 50}]->(m); MATCH (n:Talk {name: "Michael Green: Why we should build wooden skyscrapers"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 224}]->(m); MATCH (n:Talk {name: "Michael Green: Why we should build wooden skyscrapers"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 66}]->(m); MATCH (n:Talk {name: "Michael Green: Why we should build wooden skyscrapers"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 188}]->(m); MATCH (n:Talk {name: "Michael Green: Why we should build wooden skyscrapers"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 76}]->(m); MATCH (n:Talk {name: "Michael Green: Why we should build wooden skyscrapers"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 31}]->(m); MATCH (n:Talk {name: "Michael Green: Why we should build wooden skyscrapers"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 164}]->(m); MATCH (n:Talk {name: "Michael Green: Why we should build wooden skyscrapers"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 50}]->(m); MATCH (n:Talk {name: "Michael Green: Why we should build wooden skyscrapers"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 10}]->(m); MATCH (n:Talk {name: "Michael Green: Why we should build wooden skyscrapers"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 3}]->(m); MATCH (n:Talk {name: "Michael Green: Why we should build wooden skyscrapers"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 8}]->(m); MATCH (n:Talk {name: "Michael Green: Why we should build wooden skyscrapers"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 6}]->(m); MERGE (n:Speaker {name: "Lawrence Lessig"}); MERGE (n:Talk {name: "Lawrence Lessig: The unstoppable walk to political reform",title: "The unstoppable walk to political reform",description: "Seven years ago, Internet activist Aaron Swartz convinced Lawrence Lessig to take up the fight for political reform. A year after Swartz's tragic death, Lessig continues his campaign to free US politics from the stranglehold of corruption. In this fiery, deeply personal talk, he calls for all citizens to engage, and offers a heartfelt reminder to never give up hope."}); MERGE (n:Event {name: "TED2014"}); MERGE (n:Tag {name: "corruption"}); MERGE (n:Tag {name: "democracy"}); MERGE (n:Tag {name: "government"}); MERGE (n:Tag {name: "politics"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Funny"}); MATCH (n:Speaker {name: "Lawrence Lessig"}), (m:Talk {name: "Lawrence Lessig: The unstoppable walk to political reform"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Lawrence Lessig: The unstoppable walk to political reform"}), (m:Event {name: "TED2014"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Lawrence Lessig: The unstoppable walk to political reform"}), (m:Tag {name: "corruption"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Lawrence Lessig: The unstoppable walk to political reform"}), (m:Tag {name: "democracy"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Lawrence Lessig: The unstoppable walk to political reform"}), (m:Tag {name: "government"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Lawrence Lessig: The unstoppable walk to political reform"}), (m:Tag {name: "politics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Lawrence Lessig: The unstoppable walk to political reform"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 532}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: The unstoppable walk to political reform"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 66}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: The unstoppable walk to political reform"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 95}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: The unstoppable walk to political reform"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 191}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: The unstoppable walk to political reform"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 253}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: The unstoppable walk to political reform"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 106}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: The unstoppable walk to political reform"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 32}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: The unstoppable walk to political reform"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 31}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: The unstoppable walk to political reform"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 42}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: The unstoppable walk to political reform"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 23}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: The unstoppable walk to political reform"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 10}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: The unstoppable walk to political reform"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 4}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: The unstoppable walk to political reform"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 11}]->(m); MATCH (n:Talk {name: "Lawrence Lessig: The unstoppable walk to political reform"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 6}]->(m); MERGE (n:Speaker {name: "Marco Tempest"}); MERGE (n:Talk {name: "Marco Tempest: And for my next trick, a robot",title: "And for my next trick, a robot",description: "Marco Tempest uses charming stagecraft to demo EDI, the multi-purpose robot designed to work very closely with humans. Less a magic trick than an intricately choreographed performance, Tempest shows off the robot’s sensing technology, safety features and strength, and makes the case for a closer human-robot relationship. (Okay, there’s a little magic, too.)"}); MERGE (n:Event {name: "TED2014"}); MERGE (n:Tag {name: "entertainment"}); MERGE (n:Tag {name: "magic"}); MERGE (n:Tag {name: "robots"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Confusing"}); MATCH (n:Speaker {name: "Marco Tempest"}), (m:Talk {name: "Marco Tempest: And for my next trick, a robot"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Marco Tempest: And for my next trick, a robot"}), (m:Event {name: "TED2014"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Marco Tempest: And for my next trick, a robot"}), (m:Tag {name: "entertainment"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Marco Tempest: And for my next trick, a robot"}), (m:Tag {name: "magic"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Marco Tempest: And for my next trick, a robot"}), (m:Tag {name: "robots"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Marco Tempest: And for my next trick, a robot"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Marco Tempest: And for my next trick, a robot"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 518}]->(m); MATCH (n:Talk {name: "Marco Tempest: And for my next trick, a robot"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 147}]->(m); MATCH (n:Talk {name: "Marco Tempest: And for my next trick, a robot"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 189}]->(m); MATCH (n:Talk {name: "Marco Tempest: And for my next trick, a robot"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 123}]->(m); MATCH (n:Talk {name: "Marco Tempest: And for my next trick, a robot"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 87}]->(m); MATCH (n:Talk {name: "Marco Tempest: And for my next trick, a robot"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 182}]->(m); MATCH (n:Talk {name: "Marco Tempest: And for my next trick, a robot"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 67}]->(m); MATCH (n:Talk {name: "Marco Tempest: And for my next trick, a robot"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 79}]->(m); MATCH (n:Talk {name: "Marco Tempest: And for my next trick, a robot"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 49}]->(m); MATCH (n:Talk {name: "Marco Tempest: And for my next trick, a robot"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 83}]->(m); MATCH (n:Talk {name: "Marco Tempest: And for my next trick, a robot"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 14}]->(m); MATCH (n:Talk {name: "Marco Tempest: And for my next trick, a robot"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 29}]->(m); MATCH (n:Talk {name: "Marco Tempest: And for my next trick, a robot"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 23}]->(m); MATCH (n:Talk {name: "Marco Tempest: And for my next trick, a robot"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 31}]->(m); MERGE (n:Speaker {name: "Rives"}); MERGE (n:Talk {name: "Rives: The Museum of Four in the Morning",title: "The Museum of Four in the Morning",description: "Beware: Rives has a contagious obsession with 4 a.m. At TED2007, the poet shared what was then a minor fixation with a time that kept popping up everywhere. After the talk, emails starting pouring in with an avalanche of hilarious references—from the cover of 'Crochet Today!' magazine to the opening scene of 'The Metamorphosis.' A lyrical peek into his Museum of Four in the Morning, which overflows with treasures."}); MERGE (n:Event {name: "TEDActive 2014"}); MERGE (n:Tag {name: "entertainment"}); MERGE (n:Tag {name: "humor"}); MERGE (n:Tag {name: "online video"}); MERGE (n:Tag {name: "spoken word"}); MERGE (n:Tag {name: "storytelling"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Confusing"}); MATCH (n:Speaker {name: "Rives"}), (m:Talk {name: "Rives: The Museum of Four in the Morning"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Rives: The Museum of Four in the Morning"}), (m:Event {name: "TEDActive 2014"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Rives: The Museum of Four in the Morning"}), (m:Tag {name: "entertainment"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Rives: The Museum of Four in the Morning"}), (m:Tag {name: "humor"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Rives: The Museum of Four in the Morning"}), (m:Tag {name: "online video"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Rives: The Museum of Four in the Morning"}), (m:Tag {name: "spoken word"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Rives: The Museum of Four in the Morning"}), (m:Tag {name: "storytelling"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Rives: The Museum of Four in the Morning"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 112}]->(m); MATCH (n:Talk {name: "Rives: The Museum of Four in the Morning"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 701}]->(m); MATCH (n:Talk {name: "Rives: The Museum of Four in the Morning"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 169}]->(m); MATCH (n:Talk {name: "Rives: The Museum of Four in the Morning"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 29}]->(m); MATCH (n:Talk {name: "Rives: The Museum of Four in the Morning"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 283}]->(m); MATCH (n:Talk {name: "Rives: The Museum of Four in the Morning"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 50}]->(m); MATCH (n:Talk {name: "Rives: The Museum of Four in the Morning"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 548}]->(m); MATCH (n:Talk {name: "Rives: The Museum of Four in the Morning"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 196}]->(m); MATCH (n:Talk {name: "Rives: The Museum of Four in the Morning"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 482}]->(m); MATCH (n:Talk {name: "Rives: The Museum of Four in the Morning"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 16}]->(m); MATCH (n:Talk {name: "Rives: The Museum of Four in the Morning"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 17}]->(m); MATCH (n:Talk {name: "Rives: The Museum of Four in the Morning"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 39}]->(m); MATCH (n:Talk {name: "Rives: The Museum of Four in the Morning"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 24}]->(m); MATCH (n:Talk {name: "Rives: The Museum of Four in the Morning"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 16}]->(m); MERGE (n:Speaker {name: "Julian Treasure"}); MERGE (n:Talk {name: "Julian Treasure: How to speak so that people want to listen",title: "How to speak so that people want to listen",description: "Have you ever felt like you're talking, but nobody is listening? Here's Julian Treasure to help. In this useful talk, the sound expert demonstrates the how-to's of powerful speaking — from some handy vocal exercises to tips on how to speak with empathy. A talk that might help the world sound more beautiful."}); MERGE (n:Event {name: "TEDGlobal 2013"}); MERGE (n:Tag {name: "culture"}); MERGE (n:Tag {name: "sound"}); MERGE (n:Tag {name: "speech"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Confusing"}); MATCH (n:Speaker {name: "Julian Treasure"}), (m:Talk {name: "Julian Treasure: How to speak so that people want to listen"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Julian Treasure: How to speak so that people want to listen"}), (m:Event {name: "TEDGlobal 2013"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Julian Treasure: How to speak so that people want to listen"}), (m:Tag {name: "culture"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Julian Treasure: How to speak so that people want to listen"}), (m:Tag {name: "sound"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Julian Treasure: How to speak so that people want to listen"}), (m:Tag {name: "speech"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Julian Treasure: How to speak so that people want to listen"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 2678}]->(m); MATCH (n:Talk {name: "Julian Treasure: How to speak so that people want to listen"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 4133}]->(m); MATCH (n:Talk {name: "Julian Treasure: How to speak so that people want to listen"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 5167}]->(m); MATCH (n:Talk {name: "Julian Treasure: How to speak so that people want to listen"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 1801}]->(m); MATCH (n:Talk {name: "Julian Treasure: How to speak so that people want to listen"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 697}]->(m); MATCH (n:Talk {name: "Julian Treasure: How to speak so that people want to listen"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 735}]->(m); MATCH (n:Talk {name: "Julian Treasure: How to speak so that people want to listen"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 650}]->(m); MATCH (n:Talk {name: "Julian Treasure: How to speak so that people want to listen"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 810}]->(m); MATCH (n:Talk {name: "Julian Treasure: How to speak so that people want to listen"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 270}]->(m); MATCH (n:Talk {name: "Julian Treasure: How to speak so that people want to listen"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 48}]->(m); MATCH (n:Talk {name: "Julian Treasure: How to speak so that people want to listen"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 152}]->(m); MATCH (n:Talk {name: "Julian Treasure: How to speak so that people want to listen"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 153}]->(m); MATCH (n:Talk {name: "Julian Treasure: How to speak so that people want to listen"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 43}]->(m); MATCH (n:Talk {name: "Julian Treasure: How to speak so that people want to listen"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 49}]->(m); MERGE (n:Speaker {name: "Nicholas Negroponte"}); MERGE (n:Talk {name: "Nicholas Negroponte: A 30-year history of the future",title: "A 30-year history of the future",description: "MIT Media Lab founder Nicholas Negroponte takes you on a journey through the last 30 years of tech. The consummate predictor highlights interfaces and innovations he foresaw in the 1970s and 1980s that were scoffed at then but are ubiquitous today. And he leaves you with one last (absurd? brilliant?) prediction for the coming 30 years."}); MERGE (n:Event {name: "TED2014"}); MERGE (n:Tag {name: "computers"}); MERGE (n:Tag {name: "future"}); MERGE (n:Tag {name: "innovation"}); MERGE (n:Tag {name: "intelligence"}); MERGE (n:Tag {name: "interface design"}); MERGE (n:Tag {name: "prediction"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Unconvincing"}); MATCH (n:Speaker {name: "Nicholas Negroponte"}), (m:Talk {name: "Nicholas Negroponte: A 30-year history of the future"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: A 30-year history of the future"}), (m:Event {name: "TED2014"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: A 30-year history of the future"}), (m:Tag {name: "computers"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: A 30-year history of the future"}), (m:Tag {name: "future"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: A 30-year history of the future"}), (m:Tag {name: "innovation"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: A 30-year history of the future"}), (m:Tag {name: "intelligence"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: A 30-year history of the future"}), (m:Tag {name: "interface design"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: A 30-year history of the future"}), (m:Tag {name: "prediction"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: A 30-year history of the future"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: A 30-year history of the future"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 495}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: A 30-year history of the future"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 347}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: A 30-year history of the future"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 86}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: A 30-year history of the future"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 111}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: A 30-year history of the future"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 333}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: A 30-year history of the future"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 70}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: A 30-year history of the future"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 42}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: A 30-year history of the future"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 36}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: A 30-year history of the future"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 43}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: A 30-year history of the future"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 23}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: A 30-year history of the future"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 67}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: A 30-year history of the future"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 25}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: A 30-year history of the future"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 31}]->(m); MATCH (n:Talk {name: "Nicholas Negroponte: A 30-year history of the future"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 23}]->(m); MERGE (n:Speaker {name: "Michael Green"}); MERGE (n:Talk {name: "Michael Green: What the Social Progress Index can reveal about your country",title: "What the Social Progress Index can reveal about your country",description: "The term Gross Domestic Product is often talked about as if it were “handed down from god on tablets of stone.” But this concept was invented by an economist in the 1930s. We need a more effective measurement tool to match 21st century needs, says Michael Green: the Social Progress Index. With charm and wit, he shows how this tool measures societies across the three dimensions that actually matter. And reveals the dramatic reordering of nations that occurs when you use it."}); MERGE (n:Event {name: "TEDGlobal 2014"}); MERGE (n:Tag {name: "economics"}); MERGE (n:Tag {name: "global issues"}); MERGE (n:Tag {name: "policy"}); MERGE (n:Tag {name: "statistics"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Confusing"}); MATCH (n:Speaker {name: "Michael Green"}), (m:Talk {name: "Michael Green: What the Social Progress Index can reveal about your country"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Michael Green: What the Social Progress Index can reveal about your country"}), (m:Event {name: "TEDGlobal 2014"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Michael Green: What the Social Progress Index can reveal about your country"}), (m:Tag {name: "economics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Michael Green: What the Social Progress Index can reveal about your country"}), (m:Tag {name: "global issues"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Michael Green: What the Social Progress Index can reveal about your country"}), (m:Tag {name: "policy"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Michael Green: What the Social Progress Index can reveal about your country"}), (m:Tag {name: "statistics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Michael Green: What the Social Progress Index can reveal about your country"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 564}]->(m); MATCH (n:Talk {name: "Michael Green: What the Social Progress Index can reveal about your country"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 166}]->(m); MATCH (n:Talk {name: "Michael Green: What the Social Progress Index can reveal about your country"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 301}]->(m); MATCH (n:Talk {name: "Michael Green: What the Social Progress Index can reveal about your country"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 234}]->(m); MATCH (n:Talk {name: "Michael Green: What the Social Progress Index can reveal about your country"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 45}]->(m); MATCH (n:Talk {name: "Michael Green: What the Social Progress Index can reveal about your country"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 376}]->(m); MATCH (n:Talk {name: "Michael Green: What the Social Progress Index can reveal about your country"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 13}]->(m); MATCH (n:Talk {name: "Michael Green: What the Social Progress Index can reveal about your country"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 13}]->(m); MATCH (n:Talk {name: "Michael Green: What the Social Progress Index can reveal about your country"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 13}]->(m); MATCH (n:Talk {name: "Michael Green: What the Social Progress Index can reveal about your country"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 8}]->(m); MATCH (n:Talk {name: "Michael Green: What the Social Progress Index can reveal about your country"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 55}]->(m); MATCH (n:Talk {name: "Michael Green: What the Social Progress Index can reveal about your country"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 39}]->(m); MATCH (n:Talk {name: "Michael Green: What the Social Progress Index can reveal about your country"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 35}]->(m); MATCH (n:Talk {name: "Michael Green: What the Social Progress Index can reveal about your country"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 11}]->(m); MERGE (n:Speaker {name: "Bill Gates"}); MERGE (n:Talk {name: "Bill Gates: The next outbreak? We’re not ready",title: "The next outbreak? We’re not ready",description: "In 2014, the world avoided a global outbreak of Ebola, thanks to thousands of selfless health workers -- plus, frankly, some very good luck. In hindsight, we know what we should have done better. So, now's the time, Bill Gates suggests, to put all our good ideas into practice, from scenario planning to vaccine research to health worker training. As he says, 'There's no need to panic ... but we need to get going.'"}); MERGE (n:Event {name: "TED2015"}); MERGE (n:Tag {name: "TED Brain Trust"}); MERGE (n:Tag {name: "disaster relief"}); MERGE (n:Tag {name: "disease"}); MERGE (n:Tag {name: "ebola"}); MERGE (n:Tag {name: "global issues"}); MERGE (n:Tag {name: "medicine"}); MERGE (n:Tag {name: "war"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Confusing"}); MATCH (n:Speaker {name: "Bill Gates"}), (m:Talk {name: "Bill Gates: The next outbreak? We’re not ready"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Bill Gates: The next outbreak? We’re not ready"}), (m:Event {name: "TED2015"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Bill Gates: The next outbreak? We’re not ready"}), (m:Tag {name: "TED Brain Trust"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Bill Gates: The next outbreak? We’re not ready"}), (m:Tag {name: "disaster relief"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Bill Gates: The next outbreak? We’re not ready"}), (m:Tag {name: "disease"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Bill Gates: The next outbreak? We’re not ready"}), (m:Tag {name: "ebola"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Bill Gates: The next outbreak? We’re not ready"}), (m:Tag {name: "global issues"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Bill Gates: The next outbreak? We’re not ready"}), (m:Tag {name: "medicine"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Bill Gates: The next outbreak? We’re not ready"}), (m:Tag {name: "war"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Bill Gates: The next outbreak? We’re not ready"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 894}]->(m); MATCH (n:Talk {name: "Bill Gates: The next outbreak? We’re not ready"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 376}]->(m); MATCH (n:Talk {name: "Bill Gates: The next outbreak? We’re not ready"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 357}]->(m); MATCH (n:Talk {name: "Bill Gates: The next outbreak? We’re not ready"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 66}]->(m); MATCH (n:Talk {name: "Bill Gates: The next outbreak? We’re not ready"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 87}]->(m); MATCH (n:Talk {name: "Bill Gates: The next outbreak? We’re not ready"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 11}]->(m); MATCH (n:Talk {name: "Bill Gates: The next outbreak? We’re not ready"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 46}]->(m); MATCH (n:Talk {name: "Bill Gates: The next outbreak? We’re not ready"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 72}]->(m); MATCH (n:Talk {name: "Bill Gates: The next outbreak? We’re not ready"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 17}]->(m); MATCH (n:Talk {name: "Bill Gates: The next outbreak? We’re not ready"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 131}]->(m); MATCH (n:Talk {name: "Bill Gates: The next outbreak? We’re not ready"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 33}]->(m); MATCH (n:Talk {name: "Bill Gates: The next outbreak? We’re not ready"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 34}]->(m); MATCH (n:Talk {name: "Bill Gates: The next outbreak? We’re not ready"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 32}]->(m); MATCH (n:Talk {name: "Bill Gates: The next outbreak? We’re not ready"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 9}]->(m); MERGE (n:Speaker {name: "Dan Ariely"}); MERGE (n:Talk {name: "Dan Ariely: How equal do we want the world to be? You'd be surprised",title: "How equal do we want the world to be? You'd be surprised",description: "The news of society's growing inequality makes all of us uneasy. But why? Dan Ariely reveals some new, surprising research on what we think is fair, as far as how wealth is distributed over societies ... then shows how it stacks up to the real stats."}); MERGE (n:Event {name: "TED2015"}); MERGE (n:Tag {name: "behavioral economics"}); MERGE (n:Tag {name: "economics"}); MERGE (n:Tag {name: "inequality"}); MERGE (n:Tag {name: "psychology"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Funny"}); MATCH (n:Speaker {name: "Dan Ariely"}), (m:Talk {name: "Dan Ariely: How equal do we want the world to be? You'd be surprised"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Dan Ariely: How equal do we want the world to be? You'd be surprised"}), (m:Event {name: "TED2015"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Dan Ariely: How equal do we want the world to be? You'd be surprised"}), (m:Tag {name: "behavioral economics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Dan Ariely: How equal do we want the world to be? You'd be surprised"}), (m:Tag {name: "economics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Dan Ariely: How equal do we want the world to be? You'd be surprised"}), (m:Tag {name: "inequality"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Dan Ariely: How equal do we want the world to be? You'd be surprised"}), (m:Tag {name: "psychology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Dan Ariely: How equal do we want the world to be? You'd be surprised"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 699}]->(m); MATCH (n:Talk {name: "Dan Ariely: How equal do we want the world to be? You'd be surprised"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 248}]->(m); MATCH (n:Talk {name: "Dan Ariely: How equal do we want the world to be? You'd be surprised"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 52}]->(m); MATCH (n:Talk {name: "Dan Ariely: How equal do we want the world to be? You'd be surprised"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 61}]->(m); MATCH (n:Talk {name: "Dan Ariely: How equal do we want the world to be? You'd be surprised"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 176}]->(m); MATCH (n:Talk {name: "Dan Ariely: How equal do we want the world to be? You'd be surprised"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 16}]->(m); MATCH (n:Talk {name: "Dan Ariely: How equal do we want the world to be? You'd be surprised"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 199}]->(m); MATCH (n:Talk {name: "Dan Ariely: How equal do we want the world to be? You'd be surprised"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 19}]->(m); MATCH (n:Talk {name: "Dan Ariely: How equal do we want the world to be? You'd be surprised"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 39}]->(m); MATCH (n:Talk {name: "Dan Ariely: How equal do we want the world to be? You'd be surprised"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 47}]->(m); MATCH (n:Talk {name: "Dan Ariely: How equal do we want the world to be? You'd be surprised"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 113}]->(m); MATCH (n:Talk {name: "Dan Ariely: How equal do we want the world to be? You'd be surprised"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 8}]->(m); MATCH (n:Talk {name: "Dan Ariely: How equal do we want the world to be? You'd be surprised"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 13}]->(m); MATCH (n:Talk {name: "Dan Ariely: How equal do we want the world to be? You'd be surprised"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 16}]->(m); MERGE (n:Speaker {name: "Barry Schwartz"}); MERGE (n:Talk {name: "Barry Schwartz: The way we think about work is broken",title: "The way we think about work is broken",description: "What makes work satisfying? Apart from a paycheck, there are intangible values that, Barry Schwartz suggests, our current way of thinking about work simply ignores. It's time to stop thinking of workers as cogs on a wheel."}); MERGE (n:Event {name: "TED2014"}); MERGE (n:Tag {name: "TED Books"}); MERGE (n:Tag {name: "business"}); MERGE (n:Tag {name: "economics"}); MERGE (n:Tag {name: "happiness"}); MERGE (n:Tag {name: "psychology"}); MERGE (n:Tag {name: "science"}); MERGE (n:Tag {name: "work"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Jaw-dropping"}); MATCH (n:Speaker {name: "Barry Schwartz"}), (m:Talk {name: "Barry Schwartz: The way we think about work is broken"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Barry Schwartz: The way we think about work is broken"}), (m:Event {name: "TED2014"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Barry Schwartz: The way we think about work is broken"}), (m:Tag {name: "TED Books"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Barry Schwartz: The way we think about work is broken"}), (m:Tag {name: "business"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Barry Schwartz: The way we think about work is broken"}), (m:Tag {name: "economics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Barry Schwartz: The way we think about work is broken"}), (m:Tag {name: "happiness"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Barry Schwartz: The way we think about work is broken"}), (m:Tag {name: "psychology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Barry Schwartz: The way we think about work is broken"}), (m:Tag {name: "science"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Barry Schwartz: The way we think about work is broken"}), (m:Tag {name: "work"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Barry Schwartz: The way we think about work is broken"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 392}]->(m); MATCH (n:Talk {name: "Barry Schwartz: The way we think about work is broken"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 526}]->(m); MATCH (n:Talk {name: "Barry Schwartz: The way we think about work is broken"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 287}]->(m); MATCH (n:Talk {name: "Barry Schwartz: The way we think about work is broken"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 73}]->(m); MATCH (n:Talk {name: "Barry Schwartz: The way we think about work is broken"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 215}]->(m); MATCH (n:Talk {name: "Barry Schwartz: The way we think about work is broken"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 135}]->(m); MATCH (n:Talk {name: "Barry Schwartz: The way we think about work is broken"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 218}]->(m); MATCH (n:Talk {name: "Barry Schwartz: The way we think about work is broken"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 38}]->(m); MATCH (n:Talk {name: "Barry Schwartz: The way we think about work is broken"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 51}]->(m); MATCH (n:Talk {name: "Barry Schwartz: The way we think about work is broken"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 70}]->(m); MATCH (n:Talk {name: "Barry Schwartz: The way we think about work is broken"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 18}]->(m); MATCH (n:Talk {name: "Barry Schwartz: The way we think about work is broken"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 67}]->(m); MATCH (n:Talk {name: "Barry Schwartz: The way we think about work is broken"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 38}]->(m); MATCH (n:Talk {name: "Barry Schwartz: The way we think about work is broken"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 17}]->(m); MERGE (n:Speaker {name: "Michael Green"}); MERGE (n:Talk {name: "Michael Green: How we can make the world a better place by 2030",title: "How we can make the world a better place by 2030",description: "Can we end hunger and poverty, halt climate change and achieve gender equality in the next 15 years? The governments of the world think we can. Meeting at the UN in September 2015, they agreed to a new set of Global Goals for the development of the world to 2030. Social progress expert Michael Green invites us to imagine how these goals and their vision for a better world can be achieved."}); MERGE (n:Event {name: "TEDGlobal>London"}); MERGE (n:Tag {name: "big problems"}); MERGE (n:Tag {name: "economics"}); MERGE (n:Tag {name: "future"}); MERGE (n:Tag {name: "global development"}); MERGE (n:Tag {name: "global issues"}); MERGE (n:Tag {name: "goal-setting"}); MERGE (n:Tag {name: "policy"}); MERGE (n:Tag {name: "statistics"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Funny"}); MATCH (n:Speaker {name: "Michael Green"}), (m:Talk {name: "Michael Green: How we can make the world a better place by 2030"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Michael Green: How we can make the world a better place by 2030"}), (m:Event {name: "TEDGlobal>London"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Michael Green: How we can make the world a better place by 2030"}), (m:Tag {name: "big problems"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Michael Green: How we can make the world a better place by 2030"}), (m:Tag {name: "economics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Michael Green: How we can make the world a better place by 2030"}), (m:Tag {name: "future"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Michael Green: How we can make the world a better place by 2030"}), (m:Tag {name: "global development"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Michael Green: How we can make the world a better place by 2030"}), (m:Tag {name: "global issues"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Michael Green: How we can make the world a better place by 2030"}), (m:Tag {name: "goal-setting"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Michael Green: How we can make the world a better place by 2030"}), (m:Tag {name: "policy"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Michael Green: How we can make the world a better place by 2030"}), (m:Tag {name: "statistics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Michael Green: How we can make the world a better place by 2030"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 421}]->(m); MATCH (n:Talk {name: "Michael Green: How we can make the world a better place by 2030"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 413}]->(m); MATCH (n:Talk {name: "Michael Green: How we can make the world a better place by 2030"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 151}]->(m); MATCH (n:Talk {name: "Michael Green: How we can make the world a better place by 2030"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 40}]->(m); MATCH (n:Talk {name: "Michael Green: How we can make the world a better place by 2030"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 38}]->(m); MATCH (n:Talk {name: "Michael Green: How we can make the world a better place by 2030"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 84}]->(m); MATCH (n:Talk {name: "Michael Green: How we can make the world a better place by 2030"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 117}]->(m); MATCH (n:Talk {name: "Michael Green: How we can make the world a better place by 2030"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 15}]->(m); MATCH (n:Talk {name: "Michael Green: How we can make the world a better place by 2030"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 3}]->(m); MATCH (n:Talk {name: "Michael Green: How we can make the world a better place by 2030"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 15}]->(m); MATCH (n:Talk {name: "Michael Green: How we can make the world a better place by 2030"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 43}]->(m); MATCH (n:Talk {name: "Michael Green: How we can make the world a better place by 2030"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 30}]->(m); MATCH (n:Talk {name: "Michael Green: How we can make the world a better place by 2030"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 16}]->(m); MATCH (n:Talk {name: "Michael Green: How we can make the world a better place by 2030"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 9}]->(m); MERGE (n:Speaker {name: "Chris Anderson"}); MERGE (n:Talk {name: "Chris Anderson: TED's secret to great public speaking",title: "TED's secret to great public speaking",description: "There's no single formula for a great talk, but there is a secret ingredient that all the best ones have in common. TED curator Chris Anderson shares this secret -- along with four ways to make it work for you. Do you have what it takes to share an idea worth spreading?"}); MERGE (n:Event {name: "TED Studio"}); MERGE (n:Tag {name: "brain"}); MERGE (n:Tag {name: "communication"}); MERGE (n:Tag {name: "language"}); MERGE (n:Tag {name: "mind"}); MERGE (n:Tag {name: "speech"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Funny"}); MATCH (n:Speaker {name: "Chris Anderson"}), (m:Talk {name: "Chris Anderson: TED's secret to great public speaking"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's secret to great public speaking"}), (m:Event {name: "TED Studio"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's secret to great public speaking"}), (m:Tag {name: "brain"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's secret to great public speaking"}), (m:Tag {name: "communication"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's secret to great public speaking"}), (m:Tag {name: "language"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's secret to great public speaking"}), (m:Tag {name: "mind"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's secret to great public speaking"}), (m:Tag {name: "speech"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's secret to great public speaking"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 179}]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's secret to great public speaking"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 902}]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's secret to great public speaking"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 416}]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's secret to great public speaking"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 539}]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's secret to great public speaking"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 266}]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's secret to great public speaking"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 95}]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's secret to great public speaking"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 111}]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's secret to great public speaking"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 12}]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's secret to great public speaking"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 25}]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's secret to great public speaking"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 23}]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's secret to great public speaking"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 14}]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's secret to great public speaking"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 18}]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's secret to great public speaking"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 33}]->(m); MATCH (n:Talk {name: "Chris Anderson: TED's secret to great public speaking"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 39}]->(m); MERGE (n:Speaker {name: "Juan Enriquez"}); MERGE (n:Talk {name: "Juan Enriquez: We can reprogram life. How to do it wisely",title: "We can reprogram life. How to do it wisely",description: "For four billion years, what lived and died on Earth depended on two principles: natural selection and random mutation. Then humans came along and changed everything — hybridizing plants, breeding animals, altering the environment and even purposefully evolving ourselves. Juan Enriquez provides five guidelines for a future where this ability to program life rapidly accelerates. 'This is the single most exciting adventure human beings have been on,' Enriquez says. 'This is the single greatest superpower humans have ever had.'"}); MERGE (n:Event {name: "TED Talks Live"}); MERGE (n:Tag {name: "DNA"}); MERGE (n:Tag {name: "biodiversity"}); MERGE (n:Tag {name: "biology"}); MERGE (n:Tag {name: "brain"}); MERGE (n:Tag {name: "conservation"}); MERGE (n:Tag {name: "environment"}); MERGE (n:Tag {name: "evolution"}); MERGE (n:Tag {name: "future"}); MERGE (n:Tag {name: "genetics"}); MERGE (n:Tag {name: "global issues"}); MERGE (n:Tag {name: "history"}); MERGE (n:Tag {name: "humanity"}); MERGE (n:Tag {name: "life"}); MERGE (n:Tag {name: "nature"}); MERGE (n:Tag {name: "potential"}); MERGE (n:Tag {name: "science"}); MERGE (n:Tag {name: "sustainability"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Longwinded"}); MATCH (n:Speaker {name: "Juan Enriquez"}), (m:Talk {name: "Juan Enriquez: We can reprogram life. How to do it wisely"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Juan Enriquez: We can reprogram life. How to do it wisely"}), (m:Event {name: "TED Talks Live"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Juan Enriquez: We can reprogram life. How to do it wisely"}), (m:Tag {name: "DNA"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: We can reprogram life. How to do it wisely"}), (m:Tag {name: "biodiversity"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: We can reprogram life. How to do it wisely"}), (m:Tag {name: "biology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: We can reprogram life. How to do it wisely"}), (m:Tag {name: "brain"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: We can reprogram life. How to do it wisely"}), (m:Tag {name: "conservation"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: We can reprogram life. How to do it wisely"}), (m:Tag {name: "environment"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: We can reprogram life. How to do it wisely"}), (m:Tag {name: "evolution"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: We can reprogram life. How to do it wisely"}), (m:Tag {name: "future"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: We can reprogram life. How to do it wisely"}), (m:Tag {name: "genetics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: We can reprogram life. How to do it wisely"}), (m:Tag {name: "global issues"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: We can reprogram life. How to do it wisely"}), (m:Tag {name: "history"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: We can reprogram life. How to do it wisely"}), (m:Tag {name: "humanity"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: We can reprogram life. How to do it wisely"}), (m:Tag {name: "life"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: We can reprogram life. How to do it wisely"}), (m:Tag {name: "nature"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: We can reprogram life. How to do it wisely"}), (m:Tag {name: "potential"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: We can reprogram life. How to do it wisely"}), (m:Tag {name: "science"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: We can reprogram life. How to do it wisely"}), (m:Tag {name: "sustainability"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: We can reprogram life. How to do it wisely"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 149}]->(m); MATCH (n:Talk {name: "Juan Enriquez: We can reprogram life. How to do it wisely"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 416}]->(m); MATCH (n:Talk {name: "Juan Enriquez: We can reprogram life. How to do it wisely"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 29}]->(m); MATCH (n:Talk {name: "Juan Enriquez: We can reprogram life. How to do it wisely"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 299}]->(m); MATCH (n:Talk {name: "Juan Enriquez: We can reprogram life. How to do it wisely"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 191}]->(m); MATCH (n:Talk {name: "Juan Enriquez: We can reprogram life. How to do it wisely"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 40}]->(m); MATCH (n:Talk {name: "Juan Enriquez: We can reprogram life. How to do it wisely"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 172}]->(m); MATCH (n:Talk {name: "Juan Enriquez: We can reprogram life. How to do it wisely"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 55}]->(m); MATCH (n:Talk {name: "Juan Enriquez: We can reprogram life. How to do it wisely"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 51}]->(m); MATCH (n:Talk {name: "Juan Enriquez: We can reprogram life. How to do it wisely"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 25}]->(m); MATCH (n:Talk {name: "Juan Enriquez: We can reprogram life. How to do it wisely"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 36}]->(m); MATCH (n:Talk {name: "Juan Enriquez: We can reprogram life. How to do it wisely"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 16}]->(m); MATCH (n:Talk {name: "Juan Enriquez: We can reprogram life. How to do it wisely"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 5}]->(m); MATCH (n:Talk {name: "Juan Enriquez: We can reprogram life. How to do it wisely"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 6}]->(m); MERGE (n:Speaker {name: "Jonathan Haidt"}); MERGE (n:Talk {name: "Jonathan Haidt: Can a divided America heal?",title: "Can a divided America heal?",description: "How can the US recover after the negative, partisan presidential election of 2016? Social psychologist Jonathan Haidt studies the morals that form the basis of our political choices. In conversation with TED Curator Chris Anderson, he describes the patterns of thinking and historical causes that have led to such sharp divisions in America -- and provides a vision for how the country might move forward."}); MERGE (n:Event {name: "TEDNYC"}); MERGE (n:Tag {name: "TEDNYC"}); MERGE (n:Tag {name: "United States"}); MERGE (n:Tag {name: "choice"}); MERGE (n:Tag {name: "communication"}); MERGE (n:Tag {name: "community"}); MERGE (n:Tag {name: "democracy"}); MERGE (n:Tag {name: "economics"}); MERGE (n:Tag {name: "evolutionary psychology"}); MERGE (n:Tag {name: "government"}); MERGE (n:Tag {name: "identity"}); MERGE (n:Tag {name: "inequality"}); MERGE (n:Tag {name: "interview"}); MERGE (n:Tag {name: "media"}); MERGE (n:Tag {name: "peace"}); MERGE (n:Tag {name: "philosophy"}); MERGE (n:Tag {name: "policy"}); MERGE (n:Tag {name: "psychology"}); MERGE (n:Tag {name: "religion"}); MERGE (n:Tag {name: "security"}); MERGE (n:Tag {name: "social change"}); MERGE (n:Tag {name: "social media"}); MERGE (n:Tag {name: "society"}); MERGE (n:Tag {name: "sociology"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Funny"}); MATCH (n:Speaker {name: "Jonathan Haidt"}), (m:Talk {name: "Jonathan Haidt: Can a divided America heal?"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Can a divided America heal?"}), (m:Event {name: "TEDNYC"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Can a divided America heal?"}), (m:Tag {name: "TEDNYC"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Can a divided America heal?"}), (m:Tag {name: "United States"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Can a divided America heal?"}), (m:Tag {name: "choice"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Can a divided America heal?"}), (m:Tag {name: "communication"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Can a divided America heal?"}), (m:Tag {name: "community"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Can a divided America heal?"}), (m:Tag {name: "democracy"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Can a divided America heal?"}), (m:Tag {name: "economics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Can a divided America heal?"}), (m:Tag {name: "evolutionary psychology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Can a divided America heal?"}), (m:Tag {name: "government"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Can a divided America heal?"}), (m:Tag {name: "identity"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Can a divided America heal?"}), (m:Tag {name: "inequality"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Can a divided America heal?"}), (m:Tag {name: "interview"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Can a divided America heal?"}), (m:Tag {name: "media"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Can a divided America heal?"}), (m:Tag {name: "peace"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Can a divided America heal?"}), (m:Tag {name: "philosophy"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Can a divided America heal?"}), (m:Tag {name: "policy"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Can a divided America heal?"}), (m:Tag {name: "psychology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Can a divided America heal?"}), (m:Tag {name: "religion"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Can a divided America heal?"}), (m:Tag {name: "security"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Can a divided America heal?"}), (m:Tag {name: "social change"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Can a divided America heal?"}), (m:Tag {name: "social media"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Can a divided America heal?"}), (m:Tag {name: "society"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Can a divided America heal?"}), (m:Tag {name: "sociology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Can a divided America heal?"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 117}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Can a divided America heal?"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 452}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Can a divided America heal?"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 334}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Can a divided America heal?"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 234}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Can a divided America heal?"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 169}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Can a divided America heal?"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 34}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Can a divided America heal?"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 29}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Can a divided America heal?"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 41}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Can a divided America heal?"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 14}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Can a divided America heal?"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 46}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Can a divided America heal?"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 10}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Can a divided America heal?"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 18}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Can a divided America heal?"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 33}]->(m); MATCH (n:Talk {name: "Jonathan Haidt: Can a divided America heal?"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 9}]->(m); MERGE (n:Speaker {name: "Steven Johnson"}); MERGE (n:Talk {name: "Steven Johnson: The playful wonderland behind great inventions",title: "The playful wonderland behind great inventions",description: "Necessity is the mother of invention, right? Well, not always. Steven Johnson shows us how some of the most transformative ideas and technologies, like the computer, didn't emerge out of necessity at all but instead from the strange delight of play. Share this captivating, illustrated exploration of the history of invention. Turns out, you'll find the future wherever people are having the most fun."}); MERGE (n:Event {name: "TED Studio"}); MERGE (n:Tag {name: "adventure"}); MERGE (n:Tag {name: "animation"}); MERGE (n:Tag {name: "art"}); MERGE (n:Tag {name: "beauty"}); MERGE (n:Tag {name: "collaboration"}); MERGE (n:Tag {name: "computers"}); MERGE (n:Tag {name: "design"}); MERGE (n:Tag {name: "discovery"}); MERGE (n:Tag {name: "exploration"}); MERGE (n:Tag {name: "history"}); MERGE (n:Tag {name: "innovation"}); MERGE (n:Tag {name: "invention"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Tag {name: "visualizations"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Obnoxious"}); MATCH (n:Speaker {name: "Steven Johnson"}), (m:Talk {name: "Steven Johnson: The playful wonderland behind great inventions"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Steven Johnson: The playful wonderland behind great inventions"}), (m:Event {name: "TED Studio"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Steven Johnson: The playful wonderland behind great inventions"}), (m:Tag {name: "adventure"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Steven Johnson: The playful wonderland behind great inventions"}), (m:Tag {name: "animation"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Steven Johnson: The playful wonderland behind great inventions"}), (m:Tag {name: "art"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Steven Johnson: The playful wonderland behind great inventions"}), (m:Tag {name: "beauty"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Steven Johnson: The playful wonderland behind great inventions"}), (m:Tag {name: "collaboration"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Steven Johnson: The playful wonderland behind great inventions"}), (m:Tag {name: "computers"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Steven Johnson: The playful wonderland behind great inventions"}), (m:Tag {name: "design"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Steven Johnson: The playful wonderland behind great inventions"}), (m:Tag {name: "discovery"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Steven Johnson: The playful wonderland behind great inventions"}), (m:Tag {name: "exploration"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Steven Johnson: The playful wonderland behind great inventions"}), (m:Tag {name: "history"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Steven Johnson: The playful wonderland behind great inventions"}), (m:Tag {name: "innovation"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Steven Johnson: The playful wonderland behind great inventions"}), (m:Tag {name: "invention"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Steven Johnson: The playful wonderland behind great inventions"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Steven Johnson: The playful wonderland behind great inventions"}), (m:Tag {name: "visualizations"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Steven Johnson: The playful wonderland behind great inventions"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 466}]->(m); MATCH (n:Talk {name: "Steven Johnson: The playful wonderland behind great inventions"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 416}]->(m); MATCH (n:Talk {name: "Steven Johnson: The playful wonderland behind great inventions"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 443}]->(m); MATCH (n:Talk {name: "Steven Johnson: The playful wonderland behind great inventions"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 98}]->(m); MATCH (n:Talk {name: "Steven Johnson: The playful wonderland behind great inventions"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 171}]->(m); MATCH (n:Talk {name: "Steven Johnson: The playful wonderland behind great inventions"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 165}]->(m); MATCH (n:Talk {name: "Steven Johnson: The playful wonderland behind great inventions"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 27}]->(m); MATCH (n:Talk {name: "Steven Johnson: The playful wonderland behind great inventions"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 5}]->(m); MATCH (n:Talk {name: "Steven Johnson: The playful wonderland behind great inventions"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 152}]->(m); MATCH (n:Talk {name: "Steven Johnson: The playful wonderland behind great inventions"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 22}]->(m); MATCH (n:Talk {name: "Steven Johnson: The playful wonderland behind great inventions"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 57}]->(m); MATCH (n:Talk {name: "Steven Johnson: The playful wonderland behind great inventions"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 3}]->(m); MATCH (n:Talk {name: "Steven Johnson: The playful wonderland behind great inventions"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 5}]->(m); MATCH (n:Talk {name: "Steven Johnson: The playful wonderland behind great inventions"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 0}]->(m); MERGE (n:Speaker {name: "Juan Enriquez"}); MERGE (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?",title: "What will humans look like in 100 years?",description: "We can evolve bacteria, plants and animals -- futurist Juan Enriquez asks: Is it ethical to evolve the human body? In a visionary talk that ranges from medieval prosthetics to present day neuroengineering and genetics, Enriquez sorts out the ethics associated with evolving humans and imagines the ways we'll have to transform our own bodies if we hope to explore and live in places other than Earth."}); MERGE (n:Event {name: "TEDSummit"}); MERGE (n:Tag {name: "DNA"}); MERGE (n:Tag {name: "Human body"}); MERGE (n:Tag {name: "aging"}); MERGE (n:Tag {name: "bacteria"}); MERGE (n:Tag {name: "biology"}); MERGE (n:Tag {name: "biotech"}); MERGE (n:Tag {name: "brain"}); MERGE (n:Tag {name: "chemistry"}); MERGE (n:Tag {name: "collaboration"}); MERGE (n:Tag {name: "engineering"}); MERGE (n:Tag {name: "evolution"}); MERGE (n:Tag {name: "future"}); MERGE (n:Tag {name: "genetics"}); MERGE (n:Tag {name: "humanity"}); MERGE (n:Tag {name: "innovation"}); MERGE (n:Tag {name: "invention"}); MERGE (n:Tag {name: "life"}); MERGE (n:Tag {name: "nature"}); MERGE (n:Tag {name: "neuroscience"}); MERGE (n:Tag {name: "physiology"}); MERGE (n:Tag {name: "science"}); MERGE (n:Tag {name: "society"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "Confusing"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "OK"}); MATCH (n:Speaker {name: "Juan Enriquez"}), (m:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}), (m:Event {name: "TEDSummit"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}), (m:Tag {name: "DNA"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}), (m:Tag {name: "Human body"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}), (m:Tag {name: "aging"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}), (m:Tag {name: "bacteria"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}), (m:Tag {name: "biology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}), (m:Tag {name: "biotech"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}), (m:Tag {name: "brain"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}), (m:Tag {name: "chemistry"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}), (m:Tag {name: "collaboration"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}), (m:Tag {name: "engineering"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}), (m:Tag {name: "evolution"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}), (m:Tag {name: "future"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}), (m:Tag {name: "genetics"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}), (m:Tag {name: "humanity"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}), (m:Tag {name: "innovation"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}), (m:Tag {name: "invention"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}), (m:Tag {name: "life"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}), (m:Tag {name: "nature"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}), (m:Tag {name: "neuroscience"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}), (m:Tag {name: "physiology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}), (m:Tag {name: "science"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}), (m:Tag {name: "society"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 251}]->(m); MATCH (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 209}]->(m); MATCH (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 389}]->(m); MATCH (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 696}]->(m); MATCH (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 135}]->(m); MATCH (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 225}]->(m); MATCH (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 542}]->(m); MATCH (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 84}]->(m); MATCH (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 67}]->(m); MATCH (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 10}]->(m); MATCH (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 17}]->(m); MATCH (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 15}]->(m); MATCH (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 24}]->(m); MATCH (n:Talk {name: "Juan Enriquez: What will humans look like in 100 years?"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 37}]->(m); MERGE (n:Speaker {name: "Kevin Kelly"}); MERGE (n:Talk {name: "Kevin Kelly: How AI can bring on a second Industrial Revolution",title: "How AI can bring on a second Industrial Revolution",description: "'The actual path of a raindrop as it goes down the valley is unpredictable, but the general direction is inevitable,' says digital visionary Kevin Kelly -- and technology is much the same, driven by patterns that are surprising but inevitable. Over the next 20 years, he says, our penchant for making things smarter and smarter will have a profound impact on nearly everything we do. Kelly explores three trends in AI we need to understand in order to embrace it and steer its development. 'The most popular AI product 20 years from now that everyone uses has not been invented yet,' Kelly says. 'That means that you're not late.'"}); MERGE (n:Event {name: "TEDSummit"}); MERGE (n:Tag {name: "AI"}); MERGE (n:Tag {name: "Internet"}); MERGE (n:Tag {name: "algorithm"}); MERGE (n:Tag {name: "business"}); MERGE (n:Tag {name: "collaboration"}); MERGE (n:Tag {name: "computers"}); MERGE (n:Tag {name: "data"}); MERGE (n:Tag {name: "decision-making"}); MERGE (n:Tag {name: "driverless cars"}); MERGE (n:Tag {name: "future"}); MERGE (n:Tag {name: "humanity"}); MERGE (n:Tag {name: "industrial design"}); MERGE (n:Tag {name: "innovation"}); MERGE (n:Tag {name: "intelligence"}); MERGE (n:Tag {name: "invention"}); MERGE (n:Tag {name: "machine learning"}); MERGE (n:Tag {name: "mind"}); MERGE (n:Tag {name: "robots"}); MERGE (n:Tag {name: "society"}); MERGE (n:Tag {name: "technology"}); MERGE (n:Rating {name: "Jaw-dropping"}); MERGE (n:Rating {name: "Ingenious"}); MERGE (n:Rating {name: "Inspiring"}); MERGE (n:Rating {name: "Persuasive"}); MERGE (n:Rating {name: "Fascinating"}); MERGE (n:Rating {name: "Informative"}); MERGE (n:Rating {name: "Unconvincing"}); MERGE (n:Rating {name: "Obnoxious"}); MERGE (n:Rating {name: "Funny"}); MERGE (n:Rating {name: "OK"}); MERGE (n:Rating {name: "Longwinded"}); MERGE (n:Rating {name: "Beautiful"}); MERGE (n:Rating {name: "Courageous"}); MERGE (n:Rating {name: "Confusing"}); MATCH (n:Speaker {name: "Kevin Kelly"}), (m:Talk {name: "Kevin Kelly: How AI can bring on a second Industrial Revolution"}) MERGE (n)-[:Gave]->(m); MATCH (n:Talk {name: "Kevin Kelly: How AI can bring on a second Industrial Revolution"}), (m:Event {name: "TEDSummit"}) MERGE (n)-[:InEvent]->(m); MATCH (n:Talk {name: "Kevin Kelly: How AI can bring on a second Industrial Revolution"}), (m:Tag {name: "AI"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Kevin Kelly: How AI can bring on a second Industrial Revolution"}), (m:Tag {name: "Internet"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Kevin Kelly: How AI can bring on a second Industrial Revolution"}), (m:Tag {name: "algorithm"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Kevin Kelly: How AI can bring on a second Industrial Revolution"}), (m:Tag {name: "business"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Kevin Kelly: How AI can bring on a second Industrial Revolution"}), (m:Tag {name: "collaboration"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Kevin Kelly: How AI can bring on a second Industrial Revolution"}), (m:Tag {name: "computers"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Kevin Kelly: How AI can bring on a second Industrial Revolution"}), (m:Tag {name: "data"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Kevin Kelly: How AI can bring on a second Industrial Revolution"}), (m:Tag {name: "decision-making"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Kevin Kelly: How AI can bring on a second Industrial Revolution"}), (m:Tag {name: "driverless cars"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Kevin Kelly: How AI can bring on a second Industrial Revolution"}), (m:Tag {name: "future"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Kevin Kelly: How AI can bring on a second Industrial Revolution"}), (m:Tag {name: "humanity"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Kevin Kelly: How AI can bring on a second Industrial Revolution"}), (m:Tag {name: "industrial design"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Kevin Kelly: How AI can bring on a second Industrial Revolution"}), (m:Tag {name: "innovation"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Kevin Kelly: How AI can bring on a second Industrial Revolution"}), (m:Tag {name: "intelligence"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Kevin Kelly: How AI can bring on a second Industrial Revolution"}), (m:Tag {name: "invention"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Kevin Kelly: How AI can bring on a second Industrial Revolution"}), (m:Tag {name: "machine learning"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Kevin Kelly: How AI can bring on a second Industrial Revolution"}), (m:Tag {name: "mind"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Kevin Kelly: How AI can bring on a second Industrial Revolution"}), (m:Tag {name: "robots"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Kevin Kelly: How AI can bring on a second Industrial Revolution"}), (m:Tag {name: "society"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Kevin Kelly: How AI can bring on a second Industrial Revolution"}), (m:Tag {name: "technology"}) MERGE (n)-[:HasTag]->(m); MATCH (n:Talk {name: "Kevin Kelly: How AI can bring on a second Industrial Revolution"}), (m:Rating {name: "Jaw-dropping"}) MERGE (n)-[:HasRating{user_count: 64}]->(m); MATCH (n:Talk {name: "Kevin Kelly: How AI can bring on a second Industrial Revolution"}), (m:Rating {name: "Ingenious"}) MERGE (n)-[:HasRating{user_count: 102}]->(m); MATCH (n:Talk {name: "Kevin Kelly: How AI can bring on a second Industrial Revolution"}), (m:Rating {name: "Inspiring"}) MERGE (n)-[:HasRating{user_count: 281}]->(m); MATCH (n:Talk {name: "Kevin Kelly: How AI can bring on a second Industrial Revolution"}), (m:Rating {name: "Persuasive"}) MERGE (n)-[:HasRating{user_count: 126}]->(m); MATCH (n:Talk {name: "Kevin Kelly: How AI can bring on a second Industrial Revolution"}), (m:Rating {name: "Fascinating"}) MERGE (n)-[:HasRating{user_count: 223}]->(m); MATCH (n:Talk {name: "Kevin Kelly: How AI can bring on a second Industrial Revolution"}), (m:Rating {name: "Informative"}) MERGE (n)-[:HasRating{user_count: 329}]->(m); MATCH (n:Talk {name: "Kevin Kelly: How AI can bring on a second Industrial Revolution"}), (m:Rating {name: "Unconvincing"}) MERGE (n)-[:HasRating{user_count: 17}]->(m); MATCH (n:Talk {name: "Kevin Kelly: How AI can bring on a second Industrial Revolution"}), (m:Rating {name: "Obnoxious"}) MERGE (n)-[:HasRating{user_count: 2}]->(m); MATCH (n:Talk {name: "Kevin Kelly: How AI can bring on a second Industrial Revolution"}), (m:Rating {name: "Funny"}) MERGE (n)-[:HasRating{user_count: 23}]->(m); MATCH (n:Talk {name: "Kevin Kelly: How AI can bring on a second Industrial Revolution"}), (m:Rating {name: "OK"}) MERGE (n)-[:HasRating{user_count: 33}]->(m); MATCH (n:Talk {name: "Kevin Kelly: How AI can bring on a second Industrial Revolution"}), (m:Rating {name: "Longwinded"}) MERGE (n)-[:HasRating{user_count: 21}]->(m); MATCH (n:Talk {name: "Kevin Kelly: How AI can bring on a second Industrial Revolution"}), (m:Rating {name: "Beautiful"}) MERGE (n)-[:HasRating{user_count: 27}]->(m); MATCH (n:Talk {name: "Kevin Kelly: How AI can bring on a second Industrial Revolution"}), (m:Rating {name: "Courageous"}) MERGE (n)-[:HasRating{user_count: 19}]->(m); MATCH (n:Talk {name: "Kevin Kelly: How AI can bring on a second Industrial Revolution"}), (m:Rating {name: "Confusing"}) MERGE (n)-[:HasRating{user_count: 10}]->(m);