Skip to content

Instantly share code, notes, and snippets.

@lukeasrodgers
Created January 22, 2016 19:55
Show Gist options
  • Save lukeasrodgers/f0c745dbe160bcab9ed3 to your computer and use it in GitHub Desktop.
Save lukeasrodgers/f0c745dbe160bcab9ed3 to your computer and use it in GitHub Desktop.
neo4j movies.cypher export using neo4j-shell-tools
begin
CREATE (:`Movie`:`UNIQUE IMPORT LABEL` {`released`:1999, `tagline`:"Welcome to the Real World", `title`:"The Matrix"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1964, `name`:"Keanu Reeves"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1967, `name`:"Carrie-Anne Moss"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1961, `name`:"Laurence Fishburne"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1960, `name`:"Hugo Weaving"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1967, `name`:"Andy Wachowski"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1965, `name`:"Lana Wachowski"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1952, `name`:"Joel Silver"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1978, `name`:"Emil Eifrem"});
CREATE (:`Movie`:`UNIQUE IMPORT LABEL` {`released`:2003, `tagline`:"Free your mind", `title`:"The Matrix Reloaded"});
CREATE (:`Movie`:`UNIQUE IMPORT LABEL` {`released`:2003, `tagline`:"Everything that has a beginning has an end", `title`:"The Matrix Revolutions"});
CREATE (:`Movie`:`UNIQUE IMPORT LABEL` {`released`:1997, `tagline`:"Evil has its winning ways", `title`:"The Devil's Advocate"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1975, `name`:"Charlize Theron"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1940, `name`:"Al Pacino"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1944, `name`:"Taylor Hackford"});
CREATE (:`Movie`:`UNIQUE IMPORT LABEL` {`released`:1992, `tagline`:"In the heart of the nation's capital, in a courthouse of the U.S. government, one man will stop at nothing to keep his honor, and one will stop at nothing to find the truth.", `title`:"A Few Good Men"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1962, `name`:"Tom Cruise"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1937, `name`:"Jack Nicholson"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1962, `name`:"Demi Moore"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1958, `name`:"Kevin Bacon"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1966, `name`:"Kiefer Sutherland"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1971, `name`:"Noah Wyle"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1968, `name`:"Cuba Gooding Jr."});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1957, `name`:"Kevin Pollak"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1943, `name`:"J.T. Walsh"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1967, `name`:"James Marshall"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1948, `name`:"Christopher Guest"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1947, `name`:"Rob Reiner"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1961, `name`:"Aaron Sorkin"});
CREATE (:`Movie`:`UNIQUE IMPORT LABEL` {`released`:1986, `tagline`:"I feel the need, the need for speed.", `title`:"Top Gun"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1957, `name`:"Kelly McGillis"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1959, `name`:"Val Kilmer"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1962, `name`:"Anthony Edwards"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1933, `name`:"Tom Skerritt"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1961, `name`:"Meg Ryan"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1944, `name`:"Tony Scott"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1941, `name`:"Jim Cash"});
CREATE (:`Movie`:`UNIQUE IMPORT LABEL` {`released`:2000, `tagline`:"The rest of his life begins now.", `title`:"Jerry Maguire"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1969, `name`:"Renee Zellweger"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1962, `name`:"Kelly Preston"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1974, `name`:"Jerry O'Connell"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1970, `name`:"Jay Mohr"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1961, `name`:"Bonnie Hunt"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1971, `name`:"Regina King"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1996, `name`:"Jonathan Lipnicki"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1957, `name`:"Cameron Crowe"});
CREATE (:`Movie`:`UNIQUE IMPORT LABEL` {`released`:1986, `tagline`:"For some, it's the last real taste of innocence, and the first real taste of life. But for everyone, it's the time that memories are made of.", `title`:"Stand By Me"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1970, `name`:"River Phoenix"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1971, `name`:"Corey Feldman"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1972, `name`:"Wil Wheaton"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1966, `name`:"John Cusack"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1942, `name`:"Marshall Bell"});
CREATE (:`Movie`:`UNIQUE IMPORT LABEL` {`released`:1997, `tagline`:"A comedy from the heart that goes for the throat.", `title`:"As Good as It Gets"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1963, `name`:"Helen Hunt"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1963, `name`:"Greg Kinnear"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1940, `name`:"James L. Brooks"});
CREATE (:`Movie`:`UNIQUE IMPORT LABEL` {`released`:1998, `tagline`:"After life there is more. The end is just the beginning.", `title`:"What Dreams May Come"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1960, `name`:"Annabella Sciorra"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1929, `name`:"Max von Sydow"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1942, `name`:"Werner Herzog"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1951, `name`:"Robin Williams"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1956, `name`:"Vincent Ward"});
CREATE (:`Movie`:`UNIQUE IMPORT LABEL` {`released`:1999, `tagline`:"First loves last. Forever.", `title`:"Snow Falling on Cedars"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1970, `name`:"Ethan Hawke"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1971, `name`:"Rick Yune"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1940, `name`:"James Cromwell"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1953, `name`:"Scott Hicks"});
CREATE (:`Movie`:`UNIQUE IMPORT LABEL` {`released`:1998, `tagline`:"At odds in life... in love on-line.", `title`:"You've Got Mail"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1968, `name`:"Parker Posey"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1973, `name`:"Dave Chappelle"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1967, `name`:"Steve Zahn"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1956, `name`:"Tom Hanks"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1941, `name`:"Nora Ephron"});
CREATE (:`Movie`:`UNIQUE IMPORT LABEL` {`released`:1993, `tagline`:"What if someone you never met, someone you never saw, someone you never knew was the only someone for you?", `title`:"Sleepless in Seattle"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1956, `name`:"Rita Wilson"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1953, `name`:"Bill Pullman"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1949, `name`:"Victor Garber"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1962, `name`:"Rosie O'Donnell"});
CREATE (:`Movie`:`UNIQUE IMPORT LABEL` {`released`:1990, `tagline`:"A story of love, lava and burning desire.", `title`:"Joe Versus the Volcano"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1950, `name`:"John Patrick Stanley"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1956, `name`:"Nathan Lane"});
CREATE (:`Movie`:`UNIQUE IMPORT LABEL` {`released`:1998, `tagline`:"At odds in life... in love on-line.", `title`:"When Harry Met Sally"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1948, `name`:"Billy Crystal"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1956, `name`:"Carrie Fisher"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1949, `name`:"Bruno Kirby"});
CREATE (:`Movie`:`UNIQUE IMPORT LABEL` {`released`:1996, `tagline`:"In every life there comes a time when that thing you dream becomes that thing you do", `title`:"That Thing You Do"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1977, `name`:"Liv Tyler"});
CREATE (:`Movie`:`UNIQUE IMPORT LABEL` {`released`:2000, `tagline`:"Pain heals, Chicks dig scars... Glory lasts forever", `title`:"The Replacements"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1970, `name`:"Brooke Langton"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1930, `name`:"Gene Hackman"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1968, `name`:"Orlando Jones"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1950, `name`:"Howard Deutch"});
CREATE (:`Movie`:`UNIQUE IMPORT LABEL` {`released`:2006, `tagline`:"Based on the extraordinary true story of one man's fight for freedom", `title`:"RescueDawn"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1974, `name`:"Christian Bale"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1954, `name`:"Zach Grenier"});
CREATE (:`Movie`:`UNIQUE IMPORT LABEL` {`released`:1996, `tagline`:"Come as you are", `title`:"The Birdcage"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1931, `name`:"Mike Nichols"});
CREATE (:`Movie`:`UNIQUE IMPORT LABEL` {`released`:1992, `tagline`:"It's a hell of a thing, killing a man", `title`:"Unforgiven"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1930, `name`:"Richard Harris"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1930, `name`:"Clint Eastwood"});
CREATE (:`Movie`:`UNIQUE IMPORT LABEL` {`released`:1995, `tagline`:"The hottest data on earth. In the coolest head in town", `title`:"Johnny Mnemonic"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1947, `name`:"Takeshi Kitano"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1968, `name`:"Dina Meyer"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1958, `name`:"Ice-T"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1953, `name`:"Robert Longo"});
CREATE (:`Movie`:`UNIQUE IMPORT LABEL` {`released`:2012, `tagline`:"Everything is connected", `title`:"Cloud Atlas"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1966, `name`:"Halle Berry"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1949, `name`:"Jim Broadbent"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1965, `name`:"Tom Tykwer"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1969, `name`:"David Mitchell"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1961, `name`:"Stefan Arndt"});
CREATE (:`Movie`:`UNIQUE IMPORT LABEL` {`released`:2006, `tagline`:"Break The Codes", `title`:"The Da Vinci Code"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1939, `name`:"Ian McKellen"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1976, `name`:"Audrey Tautou"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1971, `name`:"Paul Bettany"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1954, `name`:"Ron Howard"});
CREATE (:`Movie`:`UNIQUE IMPORT LABEL` {`released`:2006, `tagline`:"Freedom! Forever!", `title`:"V for Vendetta"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1981, `name`:"Natalie Portman"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1946, `name`:"Stephen Rea"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1940, `name`:"John Hurt"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1967, `name`:"Ben Miles"});
CREATE (:`Movie`:`UNIQUE IMPORT LABEL` {`released`:2008, `tagline`:"Speed has no limits", `title`:"Speed Racer"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1985, `name`:"Emile Hirsch"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1960, `name`:"John Goodman"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1946, `name`:"Susan Sarandon"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1966, `name`:"Matthew Fox"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1980, `name`:"Christina Ricci"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1982, `name`:"Rain"});
CREATE (:`Movie`:`UNIQUE IMPORT LABEL` {`released`:2009, `tagline`:"Prepare to enter a secret world of assassins", `title`:"Ninja Assassin"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`name`:"Naomie Harris"});
CREATE (:`Movie`:`UNIQUE IMPORT LABEL` {`released`:1999, `tagline`:"Walk a mile you'll never forget.", `title`:"The Green Mile"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1957, `name`:"Michael Clarke Duncan"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1953, `name`:"David Morse"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1968, `name`:"Sam Rockwell"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1955, `name`:"Gary Sinise"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1959, `name`:"Patricia Clarkson"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1959, `name`:"Frank Darabont"});
CREATE (:`Movie`:`UNIQUE IMPORT LABEL` {`released`:2008, `tagline`:"400 million people were waiting for the truth.", `title`:"Frost/Nixon"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1938, `name`:"Frank Langella"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1969, `name`:"Michael Sheen"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1960, `name`:"Oliver Platt"});
CREATE (:`Movie`:`UNIQUE IMPORT LABEL` {`released`:1992, `tagline`:"He didn't want law. He wanted justice.", `title`:"Hoffa"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1944, `name`:"Danny DeVito"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1965, `name`:"John C. Reilly"});
CREATE (:`Movie`:`UNIQUE IMPORT LABEL` {`released`:1995, `tagline`:"Houston, we have a problem.", `title`:"Apollo 13"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1950, `name`:"Ed Harris"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1955, `name`:"Bill Paxton"});
CREATE (:`Movie`:`UNIQUE IMPORT LABEL` {`released`:1996, `tagline`:"Don't Breathe. Don't Look Back.", `title`:"Twister"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1967, `name`:"Philip Seymour Hoffman"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1943, `name`:"Jan de Bont"});
CREATE (:`Movie`:`UNIQUE IMPORT LABEL` {`released`:2000, `tagline`:"At the edge of the world, his journey begins.", `title`:"Cast Away"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1951, `name`:"Robert Zemeckis"});
CREATE (:`Movie`:`UNIQUE IMPORT LABEL` {`released`:1975, `tagline`:"If he's crazy, what does that make you?", `title`:"One Flew Over the Cuckoo's Nest"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1932, `name`:"Milos Forman"});
CREATE (:`Movie`:`UNIQUE IMPORT LABEL` {`released`:2003, `title`:"Something's Gotta Give"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1946, `name`:"Diane Keaton"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1949, `name`:"Nancy Meyers"});
CREATE (:`Movie`:`UNIQUE IMPORT LABEL` {`released`:1999, `tagline`:"One robot's 200 year journey to become an ordinary man.", `title`:"Bicentennial Man"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1958, `name`:"Chris Columbus"});
CREATE (:`Movie`:`UNIQUE IMPORT LABEL` {`released`:2007, `tagline`:"A stiff drink. A little mascara. A lot of nerve. Who said they couldn't bring down the Soviet empire.", `title`:"Charlie Wilson's War"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1967, `name`:"Julia Roberts"});
CREATE (:`Movie`:`UNIQUE IMPORT LABEL` {`released`:2004, `tagline`:"This Holiday Season… Believe", `title`:"The Polar Express"});
CREATE (:`Movie`:`UNIQUE IMPORT LABEL` {`released`:1992, `tagline`:"Once in a lifetime you get a chance to do something different.", `title`:"A League of Their Own"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1954, `name`:"Madonna"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1956, `name`:"Geena Davis"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1963, `name`:"Lori Petty"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`born`:1943, `name`:"Penny Marshall"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`name`:"Paul Blythe"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`name`:"Angela Scope"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`name`:"Jessica Thompson"});
CREATE (:`Person`:`UNIQUE IMPORT LABEL` {`name`:"James Thompson"});
commit
begin
CREATE CONSTRAINT ON (node:`UNIQUE IMPORT LABEL`) ASSERT node.`UNIQUE IMPORT ID` IS UNIQUE;
commit
schema await
begin
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:1}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:0}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Neo"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:2}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:0}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Trinity"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:3}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:0}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Morpheus"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:4}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:0}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Agent Smith"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:5}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:0}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:6}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:0}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:7}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:0}) CREATE (n1)-[:`PRODUCED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:8}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:0}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Emil"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:1}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:9}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Neo"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:2}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:9}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Trinity"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:3}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:9}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Morpheus"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:4}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:9}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Agent Smith"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:5}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:9}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:6}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:9}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:7}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:9}) CREATE (n1)-[:`PRODUCED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:1}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:10}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Neo"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:2}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:10}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Trinity"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:3}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:10}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Morpheus"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:4}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:10}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Agent Smith"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:5}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:10}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:6}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:10}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:7}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:10}) CREATE (n1)-[:`PRODUCED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:1}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:11}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Kevin Lomax"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:12}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:11}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Mary Ann Lomax"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:13}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:11}) CREATE (n1)-[:`ACTED_IN` {`roles`:["John Milton"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:14}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:11}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:16}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:15}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Lt. Daniel Kaffee"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:17}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:15}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Col. Nathan R. Jessup"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:18}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:15}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Lt. Cdr. JoAnne Galloway"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:19}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:15}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Capt. Jack Ross"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:20}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:15}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Lt. Jonathan Kendrick"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:21}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:15}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Cpl. Jeffrey Barnes"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:22}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:15}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Cpl. Carl Hammaker"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:23}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:15}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Lt. Sam Weinberg"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:24}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:15}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Lt. Col. Matthew Andrew Markinson"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:25}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:15}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Pfc. Louden Downey"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:26}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:15}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Dr. Stone"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:28}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:15}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Man in Bar"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:27}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:15}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:28}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:15}) CREATE (n1)-[:`WROTE`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:16}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:29}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Maverick"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:30}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:29}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Charlie"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:31}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:29}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Iceman"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:32}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:29}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Goose"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:33}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:29}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Viper"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:34}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:29}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Carole"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:35}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:29}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:36}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:29}) CREATE (n1)-[:`WROTE`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:16}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:37}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Jerry Maguire"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:22}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:37}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Rod Tidwell"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:38}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:37}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Dorothy Boyd"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:39}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:37}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Avery Bishop"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:40}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:37}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Frank Cushman"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:41}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:37}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Bob Sugar"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:42}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:37}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Laurel Boyd"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:43}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:37}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Marcee Tidwell"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:44}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:37}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Ray Boyd"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:45}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:37}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:45}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:37}) CREATE (n1)-[:`PRODUCED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:45}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:37}) CREATE (n1)-[:`WROTE`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:49}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:46}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Gordie Lachance"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:47}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:46}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Chris Chambers"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:40}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:46}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Vern Tessio"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:48}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:46}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Teddy Duchamp"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:50}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:46}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Denny Lachance"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:20}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:46}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Ace Merrill"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:51}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:46}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Mr. Lachance"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:27}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:46}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:17}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:52}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Melvin Udall"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:53}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:52}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Carol Connelly"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:54}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:52}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Simon Bishop"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:22}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:52}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Frank Sachs"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:55}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:52}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:60}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:56}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Chris Nielsen"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:22}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:56}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Albert Lewis"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:57}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:56}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Annie Collins-Nielsen"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:58}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:56}) CREATE (n1)-[:`ACTED_IN` {`roles`:["The Tracker"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:59}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:56}) CREATE (n1)-[:`ACTED_IN` {`roles`:["The Face"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:61}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:56}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:63}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:62}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Ishmael Chambers"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:64}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:62}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Kazuo Miyamoto"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:58}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:62}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Nels Gudmundsson"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:65}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:62}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Judge Fielding"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:66}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:62}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:71}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:67}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Joe Fox"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:34}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:67}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Kathleen Kelly"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:54}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:67}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Frank Navasky"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:68}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:67}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Patricia Eden"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:69}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:67}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Kevin Jackson"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:70}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:67}) CREATE (n1)-[:`ACTED_IN` {`roles`:["George Pappas"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:72}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:67}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:71}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:73}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Sam Baldwin"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:34}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:73}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Annie Reed"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:74}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:73}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Suzy"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:75}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:73}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Walter"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:76}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:73}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Greg"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:77}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:73}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Becky"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:72}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:73}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:71}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:78}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Joe Banks"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:34}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:78}) CREATE (n1)-[:`ACTED_IN` {`roles`:["DeDe", "Angelica Graynamore", "Patricia Graynamore"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:80}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:78}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Baw"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:79}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:78}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:82}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:81}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Harry Burns"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:34}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:81}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Sally Albright"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:83}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:81}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Marie"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:84}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:81}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Jess"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:27}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:81}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:27}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:81}) CREATE (n1)-[:`PRODUCED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:72}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:81}) CREATE (n1)-[:`PRODUCED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:72}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:81}) CREATE (n1)-[:`WROTE`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:71}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:85}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Mr. White"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:86}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:85}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Faye Dolan"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:12}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:85}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Tina"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:71}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:85}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:1}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:87}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Shane Falco"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:88}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:87}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Annabelle Farrell"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:89}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:87}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Jimmy McGinty"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:90}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:87}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Clifford Franklin"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:91}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:87}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:51}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:92}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Admiral"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:93}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:92}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Dieter Dengler"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:94}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:92}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Squad Leader"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:70}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:92}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Duane"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:59}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:92}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:60}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:95}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Armand Goldman"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:80}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:95}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Albert Goldman"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:89}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:95}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Sen. Kevin Keeley"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:96}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:95}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:98}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:97}) CREATE (n1)-[:`ACTED_IN` {`roles`:["English Bob"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:99}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:97}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Bill Munny"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:89}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:97}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Little Bill Daggett"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:99}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:97}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:1}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:100}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Johnny Mnemonic"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:101}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:100}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Takahashi"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:102}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:100}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Jane"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:103}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:100}) CREATE (n1)-[:`ACTED_IN` {`roles`:["J-Bone"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:104}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:100}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:71}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:105}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Zachry", "Dr. Henry Goose", "Isaac Sachs", "Dermot Hoggins"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:4}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:105}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Bill Smoke", "Haskell Moore", "Tadeusz Kesselring", "Nurse Noakes", "Boardman Mephi", "Old Georgie"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:106}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:105}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Luisa Rey", "Jocasta Ayrs", "Ovid", "Meronym"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:107}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:105}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Vyvyan Ayrs", "Captain Molyneux", "Timothy Cavendish"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:108}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:105}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:5}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:105}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:6}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:105}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:109}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:105}) CREATE (n1)-[:`WROTE`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:110}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:105}) CREATE (n1)-[:`PRODUCED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:71}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:111}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Dr. Robert Langdon"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:112}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:111}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Sir Leight Teabing"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:113}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:111}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Sophie Neveu"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:114}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:111}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Silas"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:115}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:111}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:4}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:116}) CREATE (n1)-[:`ACTED_IN` {`roles`:["V"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:117}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:116}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Evey Hammond"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:118}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:116}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Eric Finch"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:119}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:116}) CREATE (n1)-[:`ACTED_IN` {`roles`:["High Chancellor Adam Sutler"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:120}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:116}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Dascomb"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:25}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:116}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:5}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:116}) CREATE (n1)-[:`PRODUCED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:6}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:116}) CREATE (n1)-[:`PRODUCED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:7}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:116}) CREATE (n1)-[:`PRODUCED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:5}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:116}) CREATE (n1)-[:`WROTE`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:6}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:116}) CREATE (n1)-[:`WROTE`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:122}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:121}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Speed Racer"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:123}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:121}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Pops"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:124}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:121}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Mom"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:125}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:121}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Racer X"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:126}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:121}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Trixie"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:127}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:121}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Taejo Togokahn"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:120}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:121}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Cass Jones"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:5}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:121}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:6}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:121}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:5}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:121}) CREATE (n1)-[:`WROTE`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:6}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:121}) CREATE (n1)-[:`WROTE`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:7}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:121}) CREATE (n1)-[:`PRODUCED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:127}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:128}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Raizo"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:129}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:128}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Mika Coretti"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:64}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:128}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Takeshi"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:120}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:128}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Ryan Maslow"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:25}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:128}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:5}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:128}) CREATE (n1)-[:`PRODUCED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:6}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:128}) CREATE (n1)-[:`PRODUCED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:7}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:128}) CREATE (n1)-[:`PRODUCED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:71}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:130}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Paul Edgecomb"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:131}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:130}) CREATE (n1)-[:`ACTED_IN` {`roles`:["John Coffey"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:132}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:130}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Brutus "Brutal" Howell"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:42}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:130}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Jan Edgecomb"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:65}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:130}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Warden Hal Moores"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:133}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:130}) CREATE (n1)-[:`ACTED_IN` {`roles`:[""Wild Bill" Wharton"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:134}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:130}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Burt Hammersmith"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:135}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:130}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Melinda Moores"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:136}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:130}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:138}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:137}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Richard Nixon"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:139}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:137}) CREATE (n1)-[:`ACTED_IN` {`roles`:["David Frost"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:19}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:137}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Jack Brennan"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:140}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:137}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Bob Zelnick"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:133}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:137}) CREATE (n1)-[:`ACTED_IN` {`roles`:["James Reston, Jr."]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:115}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:137}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:17}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:141}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Hoffa"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:142}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:141}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Robert "Bobby" Ciaro"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:24}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:141}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Frank Fitzsimmons"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:143}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:141}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Peter "Pete" Connelly"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:142}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:141}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:71}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:144}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Jim Lovell"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:19}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:144}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Jack Swigert"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:145}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:144}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Gene Kranz"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:146}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:144}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Fred Haise"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:134}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:144}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Ken Mattingly"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:115}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:144}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:146}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:147}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Bill Harding"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:53}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:147}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Dr. Jo Harding"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:94}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:147}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Eddie"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:148}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:147}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Dustin "Dusty" Davis"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:149}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:147}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:71}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:150}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Chuck Noland"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:53}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:150}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Kelly Frears"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:151}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:150}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:17}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:152}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Randle McMurphy"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:142}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:152}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Martini"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:153}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:152}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:17}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:154}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Harry Sanborn"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:155}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:154}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Erica Barry"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:1}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:154}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Julian Mercer"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:156}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:154}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:156}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:154}) CREATE (n1)-[:`PRODUCED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:156}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:154}) CREATE (n1)-[:`WROTE`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:60}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:157}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Andrew Marin"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:140}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:157}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Rupert Burns"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:158}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:157}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:71}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:159}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Rep. Charlie Wilson"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:160}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:159}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Joanne Herring"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:148}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:159}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Gust Avrakotos"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:96}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:159}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:71}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:161}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Hero Boy", "Father", "Conductor", "Hobo", "Scrooge", "Santa Claus"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:151}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:161}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:71}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:162}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Jimmy Dugan"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:164}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:162}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Dottie Hinson"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:165}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:162}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Kit Keller"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:77}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:162}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Doris Murphy"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:163}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:162}) CREATE (n1)-[:`ACTED_IN` {`roles`:[""All the Way" Mae Mordabito"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:146}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:162}) CREATE (n1)-[:`ACTED_IN` {`roles`:["Bob Hinson"]}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:166}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:162}) CREATE (n1)-[:`DIRECTED`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:170}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:169}) CREATE (n1)-[:`FOLLOWS`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:168}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:169}) CREATE (n1)-[:`FOLLOWS`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:167}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:168}) CREATE (n1)-[:`FOLLOWS`]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:169}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:105}) CREATE (n1)-[:`REVIEWED` {`rating`:95, `summary`:"An amazing journey"}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:169}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:87}) CREATE (n1)-[:`REVIEWED` {`rating`:65, `summary`:"Silly, but fun"}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:170}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:87}) CREATE (n1)-[:`REVIEWED` {`rating`:100, `summary`:"The coolest football movie ever"}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:168}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:87}) CREATE (n1)-[:`REVIEWED` {`rating`:62, `summary`:"Pretty funny at times"}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:169}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:97}) CREATE (n1)-[:`REVIEWED` {`rating`:85, `summary`:"Dark, but compelling"}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:169}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:95}) CREATE (n1)-[:`REVIEWED` {`rating`:45, `summary`:"Slapstick redeemed only by the Robin Williams and Gene Hackman's stellar performances"}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:169}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:111}) CREATE (n1)-[:`REVIEWED` {`rating`:68, `summary`:"A solid romp"}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:170}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:111}) CREATE (n1)-[:`REVIEWED` {`rating`:65, `summary`:"Fun, but a little far fetched"}]->(n2);
MATCH (n1:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:169}), (n2:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`:37}) CREATE (n1)-[:`REVIEWED` {`rating`:92, `summary`:"You had me at Jerry"}]->(n2);
commit
begin
MATCH (n:`UNIQUE IMPORT LABEL`) WITH n LIMIT 1000 REMOVE n:`UNIQUE IMPORT LABEL` REMOVE n.`UNIQUE IMPORT ID`;
commit
begin
DROP CONSTRAINT ON (node:`UNIQUE IMPORT LABEL`) ASSERT node.`UNIQUE IMPORT ID` IS UNIQUE;
commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment