Skip to content

Instantly share code, notes, and snippets.

@adam-cowley
Last active June 11, 2021 10:15
Show Gist options
  • Save adam-cowley/207d0728611ff9b6103d2c9a02c040e3 to your computer and use it in GitHub Desktop.
Save adam-cowley/207d0728611ff9b6103d2c9a02c040e3 to your computer and use it in GitHub Desktop.
Euro 2020 in Neo4j
:begin
CREATE INDEX ON :Fixture(kickoff);
CREATE CONSTRAINT ON (node:Country) ASSERT (node.id) IS UNIQUE;
CREATE CONSTRAINT ON (node:Fixture) ASSERT (node.id) IS UNIQUE;
CREATE CONSTRAINT ON (node:Group) ASSERT (node.id) IS UNIQUE;
CREATE CONSTRAINT ON (node:Player) ASSERT (node.id) IS UNIQUE;
CREATE CONSTRAINT ON (node:Stadium) ASSERT (node.name) IS UNIQUE;
CREATE CONSTRAINT ON (node:`UNIQUE IMPORT LABEL`) ASSERT (node.`UNIQUE IMPORT ID`) IS UNIQUE;
:commit
CALL db.awaitIndexes(300);
:begin
UNWIND [{id:1, properties:{kickoff:datetime('2021-06-11T20:00:00Z'), name:"Turkey v Italy"}}, {id:2, properties:{kickoff:datetime('2021-06-12T14:00:00Z'), name:"Wales v Switzerland"}}, {id:3, properties:{kickoff:datetime('2021-06-12T17:00:00Z'), name:"Denmark v Finland"}}, {id:4, properties:{kickoff:datetime('2021-06-12T20:00:00Z'), name:"Belgium v Russia"}}, {id:5, properties:{kickoff:datetime('2021-06-13T14:00:00Z'), name:"England v Croatia"}}, {id:6, properties:{kickoff:datetime('2021-06-13T17:00:00Z'), name:"Austria v North Macedonia"}}, {id:7, properties:{kickoff:datetime('2021-06-13T20:00:00Z'), name:"Netherlands v Ukraine"}}, {id:8, properties:{kickoff:datetime('2021-06-14T14:00:00Z'), name:"Scotland v Czech Republic"}}, {id:9, properties:{kickoff:datetime('2021-06-14T17:00:00Z'), name:"Poland v Slovakia"}}, {id:10, properties:{kickoff:datetime('2021-06-14T20:00:00Z'), name:"Spain v Sweden"}}, {id:11, properties:{kickoff:datetime('2021-06-15T17:00:00Z'), name:"Hungary v Portugal"}}, {id:12, properties:{kickoff:datetime('2021-06-15T20:00:00Z'), name:"France v Germany"}}, {id:13, properties:{kickoff:datetime('2021-06-16T14:00:00Z'), name:"Finland v Russia"}}, {id:14, properties:{kickoff:datetime('2021-06-16T17:00:00Z'), name:"Turkey v Wales"}}, {id:15, properties:{kickoff:datetime('2021-06-16T20:00:00Z'), name:"Italy v Switzerland"}}, {id:16, properties:{kickoff:datetime('2021-06-17T14:00:00Z'), name:"Ukraine v North Macedonia"}}, {id:17, properties:{kickoff:datetime('2021-06-17T17:00:00Z'), name:"Denmark v Belgium"}}, {id:18, properties:{kickoff:datetime('2021-06-17T20:00:00Z'), name:"Netherlands v Austria"}}, {id:19, properties:{kickoff:datetime('2021-06-18T14:00:00Z'), name:"Sweden v Slovakia"}}, {id:20, properties:{kickoff:datetime('2021-06-18T17:00:00Z'), name:"Croatia v Czech Republic"}}] AS row
CREATE (n:Fixture{id: row.id}) SET n += row.properties;
UNWIND [{id:21, properties:{kickoff:datetime('2021-06-18T20:00:00Z'), name:"England v Scotland"}}, {id:22, properties:{kickoff:datetime('2021-06-19T14:00:00Z'), name:"Hungary v France"}}, {id:23, properties:{kickoff:datetime('2021-06-19T17:00:00Z'), name:"Portugal v Germany"}}, {id:24, properties:{kickoff:datetime('2021-06-19T20:00:00Z'), name:"Spain v Poland"}}, {id:25, properties:{kickoff:datetime('2021-06-20T17:00:00Z'), name:"Italy v Wales"}}, {id:26, properties:{kickoff:datetime('2021-06-20T17:00:00Z'), name:"Switzerland v Turkey"}}, {id:27, properties:{kickoff:datetime('2021-06-21T17:00:00Z'), name:"Ukraine v Austria"}}, {id:28, properties:{kickoff:datetime('2021-06-21T17:00:00Z'), name:"North Macedonia v Netherlands"}}, {id:29, properties:{kickoff:datetime('2021-06-21T20:00:00Z'), name:"Finland v Belgium"}}, {id:30, properties:{kickoff:datetime('2021-06-21T20:00:00Z'), name:"Russia v Denmark"}}, {id:31, properties:{kickoff:datetime('2021-06-22T20:00:00Z'), name:"Czech Republic v England"}}, {id:32, properties:{kickoff:datetime('2021-06-22T20:00:00Z'), name:"Croatia v Scotland"}}, {id:33, properties:{kickoff:datetime('2021-06-23T17:00:00Z'), name:"Sweden v Poland"}}, {id:34, properties:{kickoff:datetime('2021-06-23T17:00:00Z'), name:"Slovakia v Spain"}}, {id:35, properties:{kickoff:datetime('2021-06-23T20:00:00Z'), name:"Germany v Hungary"}}, {id:36, properties:{kickoff:datetime('2021-06-23T20:00:00Z'), name:"Portugal v France"}}, {id:37, properties:{kickoff:datetime('2021-06-26T17:00:00Z'), name:"2A v 2B"}}, {id:38, properties:{kickoff:datetime('2021-06-26T20:00:00Z'), name:"1A v 2C"}}, {id:39, properties:{kickoff:datetime('2021-06-27T17:00:00Z'), name:"1C v 3D/E/F"}}, {id:40, properties:{kickoff:datetime('2021-06-27T20:00:00Z'), name:"1B v 3A/D/E/F"}}] AS row
CREATE (n:Fixture{id: row.id}) SET n += row.properties;
UNWIND [{id:41, properties:{kickoff:datetime('2021-06-28T17:00:00Z'), name:"2D v 2E"}}, {id:42, properties:{kickoff:datetime('2021-06-28T20:00:00Z'), name:"1F v 3A/B/C"}}, {id:43, properties:{kickoff:datetime('2021-06-29T17:00:00Z'), name:"1D v 2F"}}, {id:44, properties:{kickoff:datetime('2021-06-29T20:00:00Z'), name:"1E v 3A/B/C/D"}}, {id:45, properties:{kickoff:datetime('2021-07-02T17:00:00Z'), name:"To be announced v To be announced"}}, {id:46, properties:{kickoff:datetime('2021-07-02T20:00:00Z'), name:"To be announced v To be announced"}}, {id:47, properties:{kickoff:datetime('2021-07-03T17:00:00Z'), name:"To be announced v To be announced"}}, {id:48, properties:{kickoff:datetime('2021-07-03T20:00:00Z'), name:"To be announced v To be announced"}}, {id:49, properties:{kickoff:datetime('2021-07-06T20:00:00Z'), name:"To be announced v To be announced"}}, {id:50, properties:{kickoff:datetime('2021-07-07T20:00:00Z'), name:"To be announced v To be announced"}}, {id:51, properties:{kickoff:datetime('2021-07-11T20:00:00Z'), name:"To be announced v To be announced"}}] AS row
CREATE (n:Fixture{id: row.id}) SET n += row.properties;
UNWIND [{id:"germany", properties:{name:"Germany", href:"https://www.uefa.com/uefaeuro-2020/teams/47--germany/"}}, {id:"hungary", properties:{name:"Hungary", href:"https://www.uefa.com/uefaeuro-2020/teams/57--hungary/"}}, {id:"italy", properties:{name:"Italy", href:"https://www.uefa.com/uefaeuro-2020/teams/66--italy/"}}, {id:"netherlands", properties:{name:"Netherlands", href:"https://www.uefa.com/uefaeuro-2020/teams/95--netherlands/"}}, {id:"north-macedonia", properties:{name:"North Macedonia", href:"https://www.uefa.com/uefaeuro-2020/teams/59205--north-macedonia/"}}, {id:"poland", properties:{name:"Poland", href:"https://www.uefa.com/uefaeuro-2020/teams/109--poland/"}}, {id:"portugal", properties:{name:"Portugal", href:"https://www.uefa.com/uefaeuro-2020/teams/110--portugal/"}}, {id:"russia", properties:{name:"Russia", href:"https://www.uefa.com/uefaeuro-2020/teams/57451--russia/"}}, {id:"scotland", properties:{name:"Scotland", href:"https://www.uefa.com/uefaeuro-2020/teams/117--scotland/"}}, {id:"slovakia", properties:{name:"Slovakia", href:"https://www.uefa.com/uefaeuro-2020/teams/58836--slovakia/"}}, {id:"spain", properties:{name:"Spain", href:"https://www.uefa.com/uefaeuro-2020/teams/122--spain/"}}, {id:"sweden", properties:{name:"Sweden", href:"https://www.uefa.com/uefaeuro-2020/teams/127--sweden/"}}, {id:"switzerland", properties:{name:"Switzerland", href:"https://www.uefa.com/uefaeuro-2020/teams/128--switzerland/"}}, {id:"turkey", properties:{name:"Turkey", href:"https://www.uefa.com/uefaeuro-2020/teams/135--turkey/"}}, {id:"ukraine", properties:{name:"Ukraine", href:"https://www.uefa.com/uefaeuro-2020/teams/57166--ukraine/"}}, {id:"wales", properties:{name:"Wales", href:"https://www.uefa.com/uefaeuro-2020/teams/144--wales/"}}, {id:"austria", properties:{name:"Austria", href:"https://www.uefa.com/uefaeuro-2020/teams/8--austria/"}}, {id:"belgium", properties:{name:"Belgium", href:"https://www.uefa.com/uefaeuro-2020/teams/13--belgium/"}}, {id:"croatia", properties:{name:"Croatia", href:"https://www.uefa.com/uefaeuro-2020/teams/56370--croatia/"}}, {id:"czech-republic", properties:{name:"Czech Republic", href:"https://www.uefa.com/uefaeuro-2020/teams/58837--czech-republic/"}}] AS row
CREATE (n:Country{id: row.id}) SET n += row.properties;
UNWIND [{id:"denmark", properties:{name:"Denmark", href:"https://www.uefa.com/uefaeuro-2020/teams/35--denmark/"}}, {id:"england", properties:{name:"England", href:"https://www.uefa.com/uefaeuro-2020/teams/39--england/"}}, {id:"finland", properties:{name:"Finland", href:"https://www.uefa.com/uefaeuro-2020/teams/42--finland/"}}, {id:"france", properties:{name:"France", href:"https://www.uefa.com/uefaeuro-2020/teams/43--france/"}}] AS row
CREATE (n:Country{id: row.id}) SET n += row.properties;
UNWIND [{name:"Olimpico in Rome", properties:{}}, {name:"Baki Olimpiya Stadionu", properties:{}}, {name:"Parken", properties:{}}, {name:"Saint Petersburg Stadium", properties:{}}, {name:"Wembley Stadium", properties:{}}, {name:"Arena Nationala", properties:{}}, {name:"Johan Cruijff ArenA", properties:{}}, {name:"Hampden Park", properties:{}}, {name:"Estadio La Cartuja", properties:{}}, {name:"Puskás Aréna", properties:{}}, {name:"Fußball Arena München", properties:{}}] AS row
CREATE (n:Stadium{name: row.name}) SET n += row.properties;
UNWIND [{id:"250024791--jordan-pickford", properties:{number:"1", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250024791.jpg", name:"Jordan Pickford"}}, {id:"250064823--dean-henderson", properties:{number:"13", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250064823.jpg", name:"Dean Henderson"}}, {id:"250007234--sam-johnstone", properties:{number:"23", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250007234.jpg", name:"Sam Johnstone"}}, {id:"250010259--kyle-walker", properties:{number:"2", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250010259.jpg", name:"Kyle Walker"}}, {id:"250042705--luke-shaw", properties:{number:"3", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250042705.jpg", name:"Luke Shaw"}}, {id:"250064233--john-stones", properties:{number:"5", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250064233.jpg", name:"John Stones"}}, {id:"250075007--harry-maguire", properties:{number:"6", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250075007.jpg", name:"Harry Maguire"}}, {id:"250000919--kieran-trippier", properties:{number:"12", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250000919.jpg", name:"Kieran Trippier"}}, {id:"250133856--tyrone-mings", properties:{number:"15", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250133856.jpg", name:"Tyrone Mings"}}, {id:"250014517--conor-coady", properties:{number:"16", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250014517.jpg", name:"Conor Coady"}}, {id:"250078763--ben-chilwell", properties:{number:"21", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250078763.jpg", name:"Ben Chilwell"}}, {id:"250156002--ben-white", properties:{number:"22", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250156002.jpg", name:"Ben White"}}, {id:"250110362--reece-james", properties:{number:"24", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250110362.jpg", name:"Reece James"}}, {id:"250083732--declan-rice", properties:{number:"4", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250083732.jpg", name:"Declan Rice"}}, {id:"250042329--jack-grealish", properties:{number:"7", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250042329.jpg", name:"Jack Grealish"}}, {id:"250010260--jordan-henderson", properties:{number:"8", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250010260.jpg", name:"Jordan Henderson"}}, {id:"250143242--kalvin-phillips", properties:{number:"14", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250143242.jpg", name:"Kalvin Phillips"}}, {id:"250102216--jadon-sancho", properties:{number:"17", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250102216.jpg", name:"Jadon Sancho"}}, {id:"250076240--mason-mount", properties:{number:"19", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250076240.jpg", name:"Mason Mount"}}, {id:"250101534--phil-foden", properties:{number:"20", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250101534.jpg", name:"Phil Foden"}}] AS row
CREATE (n:Player{id: row.id}) SET n += row.properties;
UNWIND [{id:"250106939--bukayo-saka", properties:{number:"25", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250106939.jpg", name:"Bukayo Saka"}}, {id:"250128377--jude-bellingham", properties:{number:"26", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250128377.jpg", name:"Jude Bellingham"}}, {id:"250016833--harry-kane", properties:{number:"9", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250016833.jpg", name:"Harry Kane"}}, {id:"250024795--raheem-sterling", properties:{number:"10", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250024795.jpg", name:"Raheem Sterling"}}, {id:"250088246--marcus-rashford", properties:{number:"11", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250088246.jpg", name:"Marcus Rashford"}}, {id:"250111030--dominic-calvert-lewin", properties:{number:"18", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250111030.jpg", name:"Dominic Calvert-Lewin"}}, {id:"97923--manuel-neuer", properties:{number:"1", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/97923.jpg", name:"Manuel Neuer"}}, {id:"250007620--bernd-leno", properties:{number:"12", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250007620.jpg", name:"Bernd Leno"}}, {id:"1902188--kevin-trapp", properties:{number:"22", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1902188.jpg", name:"Kevin Trapp"}}, {id:"250028211--antonio-rudiger", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250028211.jpg", number:"2", name:"Antonio Rüdiger"}}, {id:"250057119--marcel-halstenberg", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250057119.jpg", number:"3", name:"Marcel Halstenberg"}}, {id:"250055962--matthias-ginter", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250055962.jpg", number:"4", name:"Matthias Ginter"}}, {id:"106587--mats-hummels", properties:{number:"5", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/106587.jpg", name:"Mats Hummels"}}, {id:"250041781--niklas-sule", properties:{number:"15", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250041781.jpg", name:"Niklas Süle"}}, {id:"250058260--lukas-klostermann", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250058260.jpg", number:"16", name:"Lukas Klostermann"}}, {id:"250062606--robin-gosens", properties:{number:"20", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250062606.jpg", name:"Robin Gosens"}}, {id:"250017824--emre-can", properties:{number:"23", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250017824.jpg", name:"Emre Can"}}, {id:"250126501--robin-koch", properties:{number:"24", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250126501.jpg", name:"Robin Koch"}}, {id:"250062174--christian-gunter", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250062174.jpg", number:"26", name:"Christian Günter"}}, {id:"250070417--joshua-kimmich", properties:{number:"6", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250070417.jpg", name:"Joshua Kimmich"}}] AS row
CREATE (n:Player{id: row.id}) SET n += row.properties;
UNWIND [{id:"103147--toni-kroos", properties:{number:"8", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/103147.jpg", name:"Toni Kroos"}}, {id:"250041770--serge-gnabry", properties:{number:"10", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250041770.jpg", name:"Serge Gnabry"}}, {id:"250057117--jonas-hofmann", properties:{number:"13", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250057117.jpg", name:"Jonas Hofmann"}}, {id:"250124430--jamal-musiala", properties:{number:"14", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250124430.jpg", name:"Jamal Musiala"}}, {id:"250112854--florian-neuhaus", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250112854.jpg", number:"17", name:"Florian Neuhaus"}}, {id:"250041771--leon-goretzka", properties:{number:"18", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250041771.jpg", name:"Leon Goretzka"}}, {id:"250063984--leroy-sane", properties:{number:"19", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250063984.jpg", name:"Leroy Sané"}}, {id:"250005335--ilkay-gundogan", properties:{number:"21", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250005335.jpg", name:"İlkay Gündoğan"}}, {id:"250087938--kai-havertz", properties:{number:"7", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250087938.jpg", name:"Kai Havertz"}}, {id:"250023705--kevin-volland", properties:{number:"9", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250023705.jpg", name:"Kevin Volland"}}, {id:"250049183--timo-werner", properties:{number:"11", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250049183.jpg", name:"Timo Werner"}}, {id:"250003318--thomas-muller", properties:{number:"25", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250003318.jpg", name:"Thomas Müller"}}, {id:"102420--peter-gulacsi", properties:{number:"1", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/102420.jpg", name:"Péter Gulácsi"}}, {id:"250040465--denes-dibusz", properties:{number:"12", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250040465.jpg", name:"Dénes Dibusz"}}, {id:"103039--adam-bogdan", properties:{number:"22", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/103039.jpg", name:"Ádám Bogdán"}}, {id:"250027818--adam-lang", properties:{number:"2", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250027818.jpg", name:"Ádám Lang"}}, {id:"250056180--akos-kecskes", properties:{number:"3", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250056180.jpg", name:"Ákos Kecskés"}}, {id:"250079300--attila-szalai", properties:{number:"4", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250079300.jpg", name:"Attila Szalai"}}, {id:"250029650--attila-fiola", properties:{number:"5", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250029650.jpg", name:"Attila Fiola"}}, {id:"250051754--willi-orban", properties:{number:"6", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250051754.jpg", name:"Willi Orbán"}}] AS row
CREATE (n:Player{id: row.id}) SET n += row.properties;
UNWIND [{id:"1908198--loic-nego", properties:{number:"7", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1908198.jpg", name:"Loïc Négo"}}, {id:"250052596--gergo-lovrencsics", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250052596.jpg", number:"14", name:"Gergő Lovrencsics"}}, {id:"250022872--endre-botka", properties:{number:"21", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250022872.jpg", name:"Endre Botka"}}, {id:"250110986--bendeguz-bolla", properties:{number:"26", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250110986.jpg", name:"Bendegúz Bolla"}}, {id:"250083472--adam-nagy", properties:{number:"8", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250083472.jpg", name:"Ádám Nagy"}}, {id:"250143313--tamas-cseri", properties:{number:"10", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250143313.jpg", name:"Tamás Cseri"}}, {id:"250115077--andras-schafer", properties:{number:"13", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250115077.jpg", name:"András Schäfer"}}, {id:"250023225--laszlo-kleinheisler", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250023225.jpg", number:"15", name:"László Kleinheisler"}}, {id:"250056177--daniel-gazdag", properties:{number:"16", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250056177.jpg", name:"Dániel Gazdag"}}, {id:"107924--roland-varga", properties:{number:"17", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/107924.jpg", name:"Roland Varga"}}, {id:"250026043--david-siger", properties:{number:"18", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250026043.jpg", name:"Dávid Sigér"}}, {id:"250118293--kevin-varga", properties:{number:"19", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250118293.jpg", name:"Kevin Varga"}}, {id:"73865--adam-szalai", properties:{number:"9", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/73865.jpg", name:"Ádám Szalai"}}, {id:"250060206--filip-holender", properties:{number:"11", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250060206.jpg", name:"Filip Holender"}}, {id:"250065179--roland-sallai", properties:{number:"20", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250065179.jpg", name:"Roland Sallai"}}, {id:"250019995--nemanja-nikolic", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250019995.jpg", number:"23", name:"Nemanja Nikolić"}}, {id:"250104064--szabolcs-schon", properties:{number:"24", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250104064.jpg", name:"Szabolcs Schön"}}, {id:"250155863--anos-hahn", properties:{number:"25", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250155863.jpg", name:"János Hahn"}}, {id:"106737--salvatore-sirigu", properties:{number:"1", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/106737.jpg", name:"Salvatore Sirigu"}}, {id:"250078922--gianluigi-donnarumma", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250078922.jpg", number:"21", name:"Gianluigi Donnarumma"}}] AS row
CREATE (n:Player{id: row.id}) SET n += row.properties;
UNWIND [{id:"250066753--alex-meret", properties:{number:"26", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250066753.jpg", name:"Alex Meret"}}, {id:"250064229--giovanni-di-lorenzo", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250064229.jpg", number:"2", name:"Giovanni Di Lorenzo"}}, {id:"59142--giorgio-chiellini", properties:{number:"3", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/59142.jpg", name:"Giorgio Chiellini"}}, {id:"250020885--leonardo-spinazzola", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250020885.jpg", number:"4", name:"Leonardo Spinazzola"}}, {id:"250014668--steven-berghuis", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250014668.jpg", number:"7", name:"Steven Berghuis"}}, {id:"250100056--emerson", properties:{number:"13", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250100056.jpg", name:"Emerson"}}, {id:"250052957--francesco-acerbi", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250052957.jpg", number:"15", name:"Francesco Acerbi"}}, {id:"250005343--luuk-de-jong", properties:{number:"9", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250005343.jpg", name:"Luuk de Jong"}}, {id:"250017925--leonardo-bonucci", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250017925.jpg", number:"19", name:"Leonardo Bonucci"}}, {id:"250091199--alessandro-bastoni", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250091199.jpg", number:"23", name:"Alessandro Bastoni"}}, {id:"250026962--alessandro-florenzi", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250026962.jpg", number:"24", name:"Alessandro Florenzi"}}, {id:"250112488--rafael-toloi", properties:{number:"25", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250112488.jpg", name:"Rafael Tolói"}}, {id:"250024860--memphis-depay", properties:{number:"10", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250024860.jpg", name:"Memphis Depay"}}, {id:"250066747--manuel-locatelli", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250066747.jpg", number:"5", name:"Manuel Locatelli"}}, {id:"250006200--marco-verratti", properties:{number:"6", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250006200.jpg", name:"Marco Verratti"}}, {id:"250081555--donyell-malen", properties:{number:"18", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250081555.jpg", name:"Donyell Malen"}}, {id:"250138434--gaetano-castrovilli", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250138434.jpg", number:"7", name:"Gaetano Castrovilli"}}, {id:"250067749--jorginho", properties:{number:"8", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250067749.jpg", name:"Jorginho"}}, {id:"250078682--wout-weghorst", properties:{number:"19", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250078682.jpg", name:"Wout Weghorst"}}, {id:"250121401--matteo-pessina", properties:{number:"12", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250121401.jpg", name:"Matteo Pessina"}}] AS row
CREATE (n:Player{id: row.id}) SET n += row.properties;
UNWIND [{id:"250090398--federico-chiesa", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250090398.jpg", number:"14", name:"Federico Chiesa"}}, {id:"250041741--bryan-cristante", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250041741.jpg", number:"16", name:"Bryan Cristante"}}, {id:"250066739--nicolo-barella", properties:{number:"18", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250066739.jpg", name:"Nicolò Barella"}}, {id:"250061597--federico-bernardeschi", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250061597.jpg", number:"20", name:"Federico Bernardeschi"}}, {id:"250050378--andrea-belotti", properties:{number:"9", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250050378.jpg", name:"Andrea Belotti"}}, {id:"250026037--lorenzo-insigne", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250026037.jpg", number:"10", name:"Lorenzo Insigne"}}, {id:"250058759--domenico-berardi", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250058759.jpg", number:"11", name:"Domenico Berardi"}}, {id:"250005254--ciro-immobile", properties:{number:"17", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250005254.jpg", name:"Ciro Immobile"}}, {id:"250105617--giacomo-raspadori", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250105617.jpg", number:"22", name:"Giacomo Raspadori"}}, {id:"250080520--maarten-stekelenburg", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250080520.jpg", number:"1", name:"Maarten Stekelenburg"}}, {id:"97806--tim-krul", properties:{number:"13", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/97806.jpg", name:"Tim Krul"}}, {id:"250006714--marco-bizot", properties:{number:"23", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250006714.jpg", name:"Marco Bizot"}}, {id:"250007223--joel-veltman", properties:{number:"2", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250007223.jpg", name:"Joël Veltman"}}, {id:"250081554--matthijs-de-ligt", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250081554.jpg", number:"3", name:"Matthijs de Ligt"}}, {id:"250027008--nathan-ake", properties:{number:"4", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250027008.jpg", name:"Nathan Aké"}}, {id:"250097317--owen-wijndal", properties:{number:"5", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250097317.jpg", name:"Owen Wijndal"}}, {id:"250006229--stefan-de-vrij", properties:{number:"6", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250006229.jpg", name:"Stefan de Vrij"}}, {id:"108915--patrick-van-aanholt", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/108915.jpg", number:"12", name:"Patrick van Aanholt"}}, {id:"108908--daley-blind", properties:{number:"17", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/108908.jpg", name:"Daley Blind"}}, {id:"250112690--denzel-dumfries", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250112690.jpg", number:"22", name:"Denzel Dumfries"}}] AS row
CREATE (n:Player{id: row.id}) SET n += row.properties;
UNWIND [{id:"103813--georginio-wijnaldum", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/103813.jpg", number:"8", name:"Georginio Wijnaldum"}}, {id:"250027830--quincy-promes", properties:{number:"11", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250027830.jpg", name:"Quincy Promes"}}, {id:"250013855--davy-klaassen", properties:{number:"14", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250013855.jpg", name:"Davy Klaassen"}}, {id:"250014709--marten-de-roon", properties:{number:"15", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250014709.jpg", name:"Marten de Roon"}}, {id:"250113001--ryan-gravenberch", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250113001.jpg", number:"16", name:"Ryan Gravenberch"}}, {id:"250081207--donny-van-de-beek", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250081207.jpg", number:"20", name:"Donny van de Beek"}}, {id:"250084709--frenkie-de-jong", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250084709.jpg", number:"21", name:"Frenkie de Jong"}}, {id:"250081553--teun-koopmeiners", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250081553.jpg", number:"24", name:"Teun Koopmeiners"}}, {id:"250101728--jurrien-timber", properties:{number:"25", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250101728.jpg", name:"Jurriën Timber"}}, {id:"250096849--cody-gakpo", properties:{number:"26", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250096849.jpg", name:"Cody Gakpo"}}, {id:"250014421--stole-dimitrievski", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250014421.jpg", number:"1", name:"Stole Dimitrievski"}}, {id:"250079552--risto-jankov", properties:{number:"12", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250079552.jpg", name:"Risto Jankov"}}, {id:"250022908--damjan-siskovski", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250022908.jpg", number:"22", name:"Damjan Siskovski"}}, {id:"250055992--egzon-bejtulai", properties:{number:"2", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250055992.jpg", name:"Egzon Bejtulai"}}, {id:"250031589--gjoko-zajkov", properties:{number:"3", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250031589.jpg", name:"Gjoko Zajkov"}}, {id:"107972--kire-ristevski", properties:{number:"4", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/107972.jpg", name:"Kire Ristevski"}}, {id:"250022910--visar-musliu", properties:{number:"6", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250022910.jpg", name:"Visar Musliu"}}, {id:"250028268--egzijan-alioski", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250028268.jpg", number:"8", name:"Egzijan Alioski"}}, {id:"250004363--stefan-ristovski", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250004363.jpg", number:"13", name:"Stefan Ristovski"}}, {id:"250031588--darko-velkoski", properties:{number:"14", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250031588.jpg", name:"Darko Velkovski"}}] AS row
CREATE (n:Player{id: row.id}) SET n += row.properties;
UNWIND [{id:"250005231--arijan-ademi", properties:{number:"5", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250005231.jpg", name:"Arijan Ademi"}}, {id:"250022169--feran-hasani", properties:{number:"11", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250022169.jpg", name:"Feran Hasani"}}, {id:"250055403--tihomir-kostadinov", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250055403.jpg", number:"15", name:"Tihomir Kostadinov"}}, {id:"250043103--boban-nikolov", properties:{number:"16", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250043103.jpg", name:"Boban Nikolov"}}, {id:"250064634--enis-bardi", properties:{number:"17", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250064634.jpg", name:"Enis Bardi"}}, {id:"107976--stefan-spirovski", properties:{number:"20", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/107976.jpg", name:"Stefan Spirovski"}}, {id:"250091841--eljif-elmas", properties:{number:"21", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250091841.jpg", name:"Eljif Elmas"}}, {id:"250105582--darko-churlinov", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250105582.jpg", number:"25", name:"Darko Churlinov"}}, {id:"250072833--milan-ristovski", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250072833.jpg", number:"26", name:"Milan Ristovski"}}, {id:"73471--ivan-trickovski", properties:{number:"7", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/73471.jpg", name:"Ivan Tričkovski"}}, {id:"250039878--aleksandar-trajkovski", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250039878.jpg", number:"9", name:"Aleksandar Trajkovski"}}, {id:"52148--goran-pandev", properties:{number:"10", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/52148.jpg", name:"Goran Pandev"}}, {id:"250116833--vlatko-stojanovski", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250116833.jpg", number:"18", name:"Vlatko Stojanovski"}}, {id:"96418--krste-velkoski", properties:{number:"19", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/96418.jpg", name:"Krste Velkovski"}}, {id:"250059633--marjan-radeski", properties:{number:"23", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250059633.jpg", name:"Marjan Radeski"}}, {id:"250031583--daniel-avramovski", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250031583.jpg", number:"24", name:"Daniel Avramovski"}}, {id:"108501--wojciech-szczesny", properties:{number:"1", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/108501.jpg", name:"Wojciech Szczęsny"}}, {id:"250040573--lukasz-skorupski", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250040573.jpg", number:"12", name:"Łukasz Skorupski"}}, {id:"62333--lukasz-fabianski", properties:{number:"22", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/62333.jpg", name:"Łukasz Fabiański"}}, {id:"250127492--kamil-piatkowski", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250127492.jpg", number:"2", name:"Kamil Piątkowski"}}] AS row
CREATE (n:Player{id: row.id}) SET n += row.properties;
UNWIND [{id:"250024359--tomasz-kedziora", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250024359.jpg", number:"4", name:"Tomasz Kędziora"}}, {id:"250056266--jan-bednarek", properties:{number:"5", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250056266.jpg", name:"Jan Bednarek"}}, {id:"103881--maciej-rybus", properties:{number:"13", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/103881.jpg", name:"Maciej Rybus"}}, {id:"1902388--kamil-glik", properties:{number:"15", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1902388.jpg", name:"Kamil Glik"}}, {id:"250020213--bartosz-bereszynski", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250020213.jpg", number:"18", name:"Bartosz Bereszyński"}}, {id:"250073460--michal-helik", properties:{number:"25", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250073460.jpg", name:"Michał Helik"}}, {id:"250090285--tymoteusz-puchacz", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250090285.jpg", number:"26", name:"Tymoteusz Puchacz"}}, {id:"250070827--pawel-dawidowicz", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250070827.jpg", number:"3", name:"Pawel Dawidowicz"}}, {id:"250127199--kacper-kozlowski", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250127199.jpg", number:"6", name:"Kacper Kozłowski"}}, {id:"250042409--karol-linetty", properties:{number:"8", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250042409.jpg", name:"Karol Linetty"}}, {id:"102092--grzegorz-krychowiak", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/102092.jpg", number:"10", name:"Grzegorz Krychowiak"}}, {id:"250005583--mateusz-klich", properties:{number:"14", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250005583.jpg", name:"Mateusz Klich"}}, {id:"250092129--jakub-moder", properties:{number:"16", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250092129.jpg", name:"Jakub Moder"}}, {id:"250107490--przemyslaw-placheta", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250107490.jpg", number:"17", name:"Przemysław Płacheta"}}, {id:"250066342--przemyslaw-frankowski", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250066342.jpg", number:"19", name:"Przemysław Frankowski"}}, {id:"250024370--piotr-zielinski", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250024370.jpg", number:"20", name:"Piotr Zieliński"}}, {id:"250079601--kamil-jozwiak", properties:{number:"21", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250079601.jpg", name:"Kamil Jóźwiak"}}, {id:"250002096--robert-lewandowski", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250002096.jpg", number:"9", name:"Robert Lewandowski"}}, {id:"250083605--karol-swiderski", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250083605.jpg", number:"11", name:"Karol Świderski"}}, {id:"250056259--dawid-kownacki", properties:{number:"23", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250056259.jpg", name:"Dawid Kownacki"}}] AS row
CREATE (n:Player{id: row.id}) SET n += row.properties;
UNWIND [{id:"250050494--jakub-swierczok", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250050494.jpg", number:"24", name:"Jakub Świerczok"}}, {id:"93443--rui-patricio", properties:{number:"1", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/93443.jpg", name:"Rui Patrício"}}, {id:"1901643--anthony-lopes", properties:{number:"12", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1901643.jpg", name:"Anthony Lopes"}}, {id:"250062141--rui-silva", properties:{number:"22", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250062141.jpg", name:"Rui Silva"}}, {id:"250086090--nelson-semedo", properties:{number:"2", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250086090.jpg", name:"Nélson Semedo"}}, {id:"95417--pepe", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/95417.jpg", number:"3", name:"Pepe"}}, {id:"250058220--ruben-dias", properties:{number:"4", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250058220.jpg", name:"Rúben Dias"}}, {id:"250066156--raphael-guerreiro", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250066156.jpg", number:"5", name:"Raphaël Guerreiro"}}, {id:"101788--jose-fonte", properties:{number:"6", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/101788.jpg", name:"José Fonte"}}, {id:"250024746--joao-cancelo", properties:{number:"20", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250024746.jpg", name:"João Cancelo"}}, {id:"250136465--nuno-mendes", properties:{number:"25", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250136465.jpg", name:"Nuno Mendes"}}, {id:"70098--joao-moutinho", properties:{number:"8", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/70098.jpg", name:"João Moutinho"}}, {id:"250059115--bernardo-silva", properties:{number:"10", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250059115.jpg", name:"Bernardo Silva"}}, {id:"250078886--bruno-fernandes", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250078886.jpg", number:"11", name:"Bruno Fernandes"}}, {id:"250014528--danilo", properties:{number:"13", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250014528.jpg", name:"Danilo"}}, {id:"1907943--william-carvalho", properties:{number:"14", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1907943.jpg", name:"William Carvalho"}}, {id:"250058218--renato-sanches", properties:{number:"16", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250058218.jpg", name:"Renato Sanches"}}, {id:"250054760--goncalo-guedes", properties:{number:"17", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250054760.jpg", name:"Gonçalo Guedes"}}, {id:"250055271--ruben-neves", properties:{number:"18", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250055271.jpg", name:"Rúben Neves"}}, {id:"250143328--pote", properties:{number:"19", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250143328.jpg", name:"Pedro Gonçalves"}}] AS row
CREATE (n:Player{id: row.id}) SET n += row.properties;
UNWIND [{id:"250003853--sergio-oliveira", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250003853.jpg", number:"24", name:"Sérgio Oliveira"}}, {id:"250067295--joao-palhinha", properties:{number:"26", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250067295.jpg", name:"João Palhinha"}}, {id:"63706--cristiano-ronaldo", properties:{number:"7", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/63706.jpg", name:"Cristiano Ronaldo"}}, {id:"250042521--andre-silva", properties:{number:"9", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250042521.jpg", name:"André Silva"}}, {id:"250063447--rafa-silva", properties:{number:"15", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250063447.jpg", name:"Rafa Silva"}}, {id:"250080471--diogo-jota", properties:{number:"21", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250080471.jpg", name:"Diogo Jota"}}, {id:"250101463--joao-felix", properties:{number:"23", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250101463.jpg", name:"João Félix"}}, {id:"1906051--anton-shunin", properties:{number:"1", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1906051.jpg", name:"Anton Shunin"}}, {id:"250154966--yuri-dyupin", properties:{number:"12", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250154966.jpg", name:"Yuri Dyupin"}}, {id:"250090101--matvei-safonov", properties:{number:"16", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250090101.jpg", name:"Matvei Safonov"}}, {id:"250052963--mario-fernandes", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250052963.jpg", number:"2", name:"Mário Fernandes"}}, {id:"250116727--igor-diveev", properties:{number:"3", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250116727.jpg", name:"Igor Diveev"}}, {id:"250042589--vyacheslav-karavaev", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250042589.jpg", number:"4", name:"Vyacheslav Karavaev"}}, {id:"250070391--andrei-semenov", properties:{number:"5", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250070391.jpg", name:"Andrei Semenov"}}, {id:"1900711--fedor-kudryashov", properties:{number:"13", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1900711.jpg", name:"Fedor Kudryashov"}}, {id:"250105976--georgi-dzhikiya", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250105976.jpg", number:"14", name:"Georgi Dzhikiya"}}, {id:"250039177--denis-cheryshev", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250039177.jpg", number:"6", name:"Denis Cheryshev"}}, {id:"250021669--magomed-ozdoev", properties:{number:"7", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250021669.jpg", name:"Magomed Ozdoev"}}, {id:"250058228--dmitri-barinov", properties:{number:"8", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250058228.jpg", name:"Dmitri Barinov"}}, {id:"250024491--roman-zobnin", properties:{number:"11", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250024491.jpg", name:"Roman Zobnin"}}] AS row
CREATE (n:Player{id: row.id}) SET n += row.properties;
UNWIND [{id:"250058227--aleksandr-golovin", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250058227.jpg", number:"17", name:"Aleksandr Golovin"}}, {id:"94880--yuri-zhirkov", properties:{number:"18", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/94880.jpg", name:"Yuri Zhirkov"}}, {id:"250058763--rifat-zhemaletdinov", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250058763.jpg", number:"19", name:"Rifat Zhemaletdinov"}}, {id:"250089462--daniil-fomin", properties:{number:"21", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250089462.jpg", name:"Daniil Fomin"}}, {id:"250111090--daler-kuzyaev", properties:{number:"23", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250111090.jpg", name:"Daler Kuzyaev"}}, {id:"250143312--andrei-mostovoy", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250143312.jpg", number:"24", name:"Andrei Mostovoy"}}, {id:"250135265--maksim-mukhin", properties:{number:"26", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250135265.jpg", name:"Maksim Mukhin"}}, {id:"250118442--aleksandr-sobolev", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250118442.jpg", number:"9", name:"Aleksandr Sobolev"}}, {id:"1906990--anton-zabolotny", properties:{number:"10", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1906990.jpg", name:"Anton Zabolotny"}}, {id:"250083244--aleksei-miranchuk", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250083244.jpg", number:"15", name:"Aleksei Miranchuk"}}, {id:"103984--aleksei-ionov", properties:{number:"20", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/103984.jpg", name:"Aleksei Ionov"}}, {id:"97787--artem-dzyuba", properties:{number:"22", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/97787.jpg", name:"Artem Dzyuba"}}, {id:"250146595--denis-makarov", properties:{number:"25", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250146595.jpg", name:"Denis Makarov"}}, {id:"64005--david-marshall", properties:{number:"1", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/64005.jpg", name:"David Marshall"}}, {id:"57423--craig-gordon", properties:{number:"12", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/57423.jpg", name:"Craig Gordon"}}, {id:"250118480--jon-mclaughlin", properties:{number:"21", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250118480.jpg", name:"Jon McLaughlin"}}, {id:"250011077--stephen-o-donnell", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250011077.jpg", number:"2", name:"Stephen O'Donnell"}}, {id:"250066157--andrew-robertson", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250066157.jpg", number:"3", name:"Andrew Robertson"}}, {id:"250013301--grant-hanley", properties:{number:"5", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250013301.jpg", name:"Grant Hanley"}}, {id:"250067541--kieran-tierney", properties:{number:"6", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250067541.jpg", name:"Kieran Tierney"}}] AS row
CREATE (n:Player{id: row.id}) SET n += row.properties;
UNWIND [{id:"250112842--greg-taylor", properties:{number:"13", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250112842.jpg", name:"Greg Taylor"}}, {id:"250137435--declan-gallagher", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250137435.jpg", number:"15", name:"Declan Gallagher"}}, {id:"1909610--liam-cooper", properties:{number:"16", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1909610.jpg", name:"Liam Cooper"}}, {id:"250107124--nathan-patterson", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250107124.jpg", number:"22", name:"Nathan Patterson"}}, {id:"250117436--jack-hendry", properties:{number:"24", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250117436.jpg", name:"Jack Hendry"}}, {id:"250066203--scott-mckenna", properties:{number:"26", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250066203.jpg", name:"Scott McKenna"}}, {id:"250088240--scott-mctominay", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250088240.jpg", number:"4", name:"Scott McTominay"}}, {id:"250058958--john-mcginn", properties:{number:"7", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250058958.jpg", name:"John McGinn"}}, {id:"250014042--callum-mcgregor", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250014042.jpg", number:"8", name:"Callum Mcgregor"}}, {id:"250075704--ryan-christie", properties:{number:"11", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250075704.jpg", name:"Ryan Christie"}}, {id:"1906287--john-fleck", properties:{number:"14", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1906287.jpg", name:"John Fleck"}}, {id:"250017884--stuart-armstrong", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250017884.jpg", number:"17", name:"Stuart Armstrong"}}, {id:"250141857--david-turnbull", properties:{number:"18", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250141857.jpg", name:"David Turnbull"}}, {id:"250055723--ryan-fraser", properties:{number:"20", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250055723.jpg", name:"Ryan Fraser"}}, {id:"250107117--billy-gilmour", properties:{number:"23", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250107117.jpg", name:"Billy Gilmour"}}, {id:"1909868--james-forrest", properties:{number:"25", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1909868.jpg", name:"James Forrest"}}, {id:"250143241--lyndon-dykes", properties:{number:"9", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250143241.jpg", name:"Lyndon Dykes"}}, {id:"250155055--che-adams", properties:{number:"10", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250155055.jpg", name:"Ché Adams"}}, {id:"250147581--kevin-nisbet", properties:{number:"19", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250147581.jpg", name:"Kevin Nisbet"}}, {id:"1904029--martin-dubravka", properties:{number:"1", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1904029.jpg", name:"Martin Dúbravka"}}] AS row
CREATE (n:Player{id: row.id}) SET n += row.properties;
UNWIND [{id:"62411--dusan-kuciak", properties:{number:"12", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/62411.jpg", name:"Dušan Kuciak"}}, {id:"250080116--marek-rodak", properties:{number:"23", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250080116.jpg", name:"Marek Rodák"}}, {id:"67750--peter-pekarik", properties:{number:"2", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/67750.jpg", name:"Peter Pekarík"}}, {id:"250058731--denis-vavro", properties:{number:"3", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250058731.jpg", name:"Denis Vavro"}}, {id:"250066374--martin-valjent", properties:{number:"4", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250066374.jpg", name:"Martin Valjent"}}, {id:"250041561--lubomir-satka", properties:{number:"5", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250041561.jpg", name:"Ľubomír Šatka"}}, {id:"250041563--milan-skriniar", properties:{number:"14", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250041563.jpg", name:"Milan Škriniar"}}, {id:"95711--tomas-hubocan", properties:{number:"15", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/95711.jpg", name:"Tomáš Hubočan"}}, {id:"250092668--david-hancko", properties:{number:"16", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250092668.jpg", name:"Dávid Hancko"}}, {id:"250143795--martin-koscelnik", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250143795.jpg", number:"24", name:"Martin Koscelník"}}, {id:"1906308--jan-gregus", properties:{number:"6", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1906308.jpg", name:"Ján Greguš"}}, {id:"102153--vladimir-weiss", properties:{number:"7", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/102153.jpg", name:"Vladimír Weiss"}}, {id:"250055981--ondrej-duda", properties:{number:"8", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250055981.jpg", name:"Ondrej Duda"}}, {id:"250117652--tomas-suslov", properties:{number:"10", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250117652.jpg", name:"Tomáš Suslov"}}, {id:"250065028--laszlo-benes", properties:{number:"11", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250065028.jpg", name:"László Bénes"}}, {id:"250043185--patrik-hrosovsky", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250043185.jpg", number:"13", name:"Patrik Hrošovský"}}, {id:"73965--marek-hamsik", properties:{number:"17", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/73965.jpg", name:"Marek Hamšík"}}, {id:"250058722--lukas-haraslin", properties:{number:"18", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250058722.jpg", name:"Lukáš Haraslín"}}, {id:"1905643--juraj-kucka", properties:{number:"19", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1905643.jpg", name:"Juraj Kucka"}}, {id:"250055982--stanislav-lobotka", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250055982.jpg", number:"22", name:"Stanislav Lobotka"}}] AS row
CREATE (n:Player{id: row.id}) SET n += row.properties;
UNWIND [{id:"250064247--jakub-hromada", properties:{number:"25", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250064247.jpg", name:"Jakub Hromada"}}, {id:"250089338--robert", properties:{number:"9", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250089338.jpg", name:"Róbert Boženík"}}, {id:"107044--robert-mak", properties:{number:"20", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/107044.jpg", name:"Róbert Mak"}}, {id:"107472--michal-duris", properties:{number:"21", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/107472.jpg", name:"Michal Ďuriš"}}, {id:"250012660--ivan-schranz", properties:{number:"26", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250012660.jpg", name:"Ivan Schranz"}}, {id:"1901746--david-de-gea", properties:{number:"1", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1901746.jpg", name:"David de Gea"}}, {id:"250154983--robert-sanchez", properties:{number:"13", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250154983.jpg", name:"Robert Sánchez"}}, {id:"250076116--unai-simon", properties:{number:"23", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250076116.jpg", name:"Unai Simón"}}, {id:"103827--cesar-azpilicueta", properties:{number:"2", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/103827.jpg", name:"César Azpilicueta"}}, {id:"250057121--diego-diego-llorente", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250057121.jpg", number:"3", name:"Diego Llorente"}}, {id:"250088461--pau-torres", properties:{number:"4", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250088461.jpg", name:"Pau Torres"}}, {id:"250103561--eric-eric-garcia", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250103561.jpg", number:"12", name:"Eric García"}}, {id:"250047086--jose-gaya", properties:{number:"14", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250047086.jpg", name:"José Gayà"}}, {id:"250000036--jordi-alba", properties:{number:"18", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250000036.jpg", name:"Jordi Alba"}}, {id:"250027046--aymeric-laporte-fevre", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250027046.jpg", number:"24", name:"Aymeric Laporte"}}, {id:"250002704--sergio-busquets", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250002704.jpg", number:"5", name:"Sergio Busquets"}}, {id:"250079670--marcos-llorente", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250079670.jpg", number:"6", name:"Marcos Llorente"}}, {id:"1909917--koke", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1909917.jpg", number:"8", name:"Koke"}}, {id:"1906776--thiago-alcantara", properties:{number:"10", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1906776.jpg", name:"Thiago Alcántara"}}, {id:"250088320--ferran-torres", properties:{number:"11", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250088320.jpg", name:"Ferran Torres"}}] AS row
CREATE (n:Player{id: row.id}) SET n += row.properties;
UNWIND [{id:"250082664--rodri", properties:{number:"16", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250082664.jpg", name:"Rodri"}}, {id:"250115436--fabian-ruiz", properties:{number:"17", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250115436.jpg", name:"Fabián Ruiz"}}, {id:"250081720--dani-olmo", properties:{number:"19", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250081720.jpg", name:"Dani Olmo"}}, {id:"250056274--adama-traore", properties:{number:"20", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250056274.jpg", name:"Adama Traoré"}}, {id:"1909920--pablo-sarabia", properties:{number:"22", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1909920.jpg", name:"Pablo Sarabia"}}, {id:"250024456--alvaro-morata", properties:{number:"7", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250024456.jpg", name:"Álvaro Morata"}}, {id:"250074565--gerard-moreno", properties:{number:"9", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250074565.jpg", name:"Gerard Moreno"}}, {id:"250097180--mikel-oyarzabal", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250097180.jpg", number:"21", name:"Mikel Oyarzabal"}}, {id:"250143693--pedri", properties:{number:"26", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250143693.jpg", name:"Pedri"}}, {id:"250049713--robin-olsen", properties:{number:"1", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250049713.jpg", name:"Robin Olsen"}}, {id:"250005387--karl-johan-johnsson", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250005387.jpg", number:"12", name:"Karl-Johan Johnsson"}}, {id:"250000108--kristoffer-nordfeldt", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250000108.jpg", number:"23", name:"Kristoffer Nordfeldt"}}, {id:"97687--mikael-lustig", properties:{number:"2", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/97687.jpg", name:"Mikael Lustig"}}, {id:"250055905--victor-lindelof", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250055905.jpg", number:"3", name:"Victor Lindelöf"}}, {id:"95669--andreas-granqvist", properties:{number:"4", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/95669.jpg", name:"Andreas Granqvist"}}, {id:"1904230--pierre-bengtsson", properties:{number:"5", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1904230.jpg", name:"Pierre Bengtsson"}}, {id:"250024701--ludwig-augustinsson", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250024701.jpg", number:"6", name:"Ludwig Augustinsson"}}, {id:"250034742--filip-helander", properties:{number:"14", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250034742.jpg", name:"Filip Helander"}}, {id:"250049881--emil-krafth", properties:{number:"16", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250049881.jpg", name:"Emil Krafth"}}, {id:"1908319--pontus-jansson", properties:{number:"18", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1908319.jpg", name:"Pontus Jansson"}}] AS row
CREATE (n:Player{id: row.id}) SET n += row.properties;
UNWIND [{id:"1907505--marcus-danielson", properties:{number:"24", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1907505.jpg", name:"Marcus Danielson"}}, {id:"62487--sebastian-larsson", properties:{number:"7", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/62487.jpg", name:"Sebastian Larsson"}}, {id:"102351--albin-ekdal", properties:{number:"8", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/102351.jpg", name:"Albin Ekdal"}}, {id:"250013469--emil-forsberg", properties:{number:"10", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250013469.jpg", name:"Emil Forsberg"}}, {id:"99924--gustav-svensson", properties:{number:"13", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/99924.jpg", name:"Gustav Svensson"}}, {id:"250110384--ken-sema", properties:{number:"15", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250110384.jpg", name:"Ken Sema"}}, {id:"250024171--viktor-claesson", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250024171.jpg", number:"17", name:"Viktor Claesson"}}, {id:"250076479--mattias-svanberg", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250076479.jpg", number:"19", name:"Mattias Svanberg"}}, {id:"250040953--kristoffer-olsson", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250040953.jpg", number:"20", name:"Kristoffer Olsson"}}, {id:"250103985--dejan-kulusevski", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250103985.jpg", number:"21", name:"Dejan Kulusevski"}}, {id:"250050478--robin-quaison", properties:{number:"22", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250050478.jpg", name:"Robin Quaison"}}, {id:"250121175--jens-lys-cajuste", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250121175.jpg", number:"26", name:"Jens-Lys Cajuste"}}, {id:"97688--marcus-berg", properties:{number:"9", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/97688.jpg", name:"Marcus Berg"}}, {id:"250089868--alexander-isak", properties:{number:"11", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250089868.jpg", name:"Alexander Isak"}}, {id:"250090718--jordan-larsson", properties:{number:"25", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250090718.jpg", name:"Jordan Larsson"}}, {id:"97746--yann-sommer", properties:{number:"1", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/97746.jpg", name:"Yann Sommer"}}, {id:"250026983--yvon-mvogo", properties:{number:"12", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250026983.jpg", name:"Yvon Mvogo"}}, {id:"250072893--jonas-omlin", properties:{number:"21", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250072893.jpg", name:"Jonas Omlin"}}, {id:"250046574--kevin-mbabu", properties:{number:"2", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250046574.jpg", name:"Kevin Mbabu"}}, {id:"250042877--silvan-widmer", properties:{number:"3", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250042877.jpg", name:"Silvan Widmer"}}] AS row
CREATE (n:Player{id: row.id}) SET n += row.properties;
UNWIND [{id:"250055734--nico-elvedi", properties:{number:"4", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250055734.jpg", name:"Nico Elvedi"}}, {id:"250085369--manuel-akanji", properties:{number:"5", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250085369.jpg", name:"Manuel Akanji"}}, {id:"250011089--ricardo-rodriguez", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250011089.jpg", number:"13", name:"Ricardo Rodríguez"}}, {id:"250019346--loris-benito", properties:{number:"17", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250019346.jpg", name:"Loris Benito"}}, {id:"250050401--fabian-schar", properties:{number:"22", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250050401.jpg", name:"Fabian Schär"}}, {id:"250116165--becir-omeragic", properties:{number:"24", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250116165.jpg", name:"Becir Omeragic"}}, {id:"250076183--eray-comert", properties:{number:"25", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250076183.jpg", name:"Eray Cömert"}}, {id:"250091355--jordan-lotomba", properties:{number:"26", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250091355.jpg", name:"Jordan Lotomba"}}, {id:"250079677--denis-zakaria", properties:{number:"6", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250079677.jpg", name:"Denis Zakaria"}}, {id:"250023097--remo-freuler", properties:{number:"8", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250023097.jpg", name:"Remo Freuler"}}, {id:"250004721--granit-xhaka", properties:{number:"10", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250004721.jpg", name:"Granit Xhaka"}}, {id:"250110397--ruben-vargas", properties:{number:"11", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250110397.jpg", name:"Ruben Vargas"}}, {id:"1905363--steven-zuber", properties:{number:"14", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1905363.jpg", name:"Steven Zuber"}}, {id:"250065420--djibril-sow", properties:{number:"15", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250065420.jpg", name:"Djibril Sow"}}, {id:"250110901--christian-fassnacht", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250110901.jpg", number:"16", name:"Christian Fassnacht"}}, {id:"250086789--edimilson-fernandes", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250086789.jpg", number:"20", name:"Edimilson Fernandes"}}, {id:"1905360--xherdan-shaqiri", properties:{number:"23", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1905360.jpg", name:"Xherdan Shaqiri"}}, {id:"250064274--breel-embolo", properties:{number:"7", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250064274.jpg", name:"Breel Embolo"}}, {id:"250002548--haris-seferovic", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250002548.jpg", number:"9", name:"Haris Seferović"}}, {id:"1905353--admir-mehmedi", properties:{number:"18", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1905353.jpg", name:"Admir Mehmedi"}}] AS row
CREATE (n:Player{id: row.id}) SET n += row.properties;
UNWIND [{id:"102130--mario-gavranovic", properties:{number:"19", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/102130.jpg", name:"Mario Gavranović"}}, {id:"103243--mert-gunok", properties:{number:"1", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/103243.jpg", name:"Mert Günok"}}, {id:"250107375--altay-bayindir", properties:{number:"12", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250107375.jpg", name:"Altay Bayındır"}}, {id:"250078452--ugurcan-cakir", properties:{number:"23", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250078452.jpg", name:"Uğurcan Çakır"}}, {id:"250067420--zeki-celik", properties:{number:"2", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250067420.jpg", name:"Zeki Çelik"}}, {id:"250077686--merih-demiral", properties:{number:"3", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250077686.jpg", name:"Merih Demiral"}}, {id:"250082679--caglar-soyuncu", properties:{number:"4", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250082679.jpg", name:"Çağlar Söyüncü"}}, {id:"250097387--umut-meras", properties:{number:"13", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250097387.jpg", name:"Umut Meraş"}}, {id:"250103777--ozan-kabak", properties:{number:"15", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250103777.jpg", name:"Ozan Kabak"}}, {id:"250108732--ridvan-yilmaz", properties:{number:"18", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250108732.jpg", name:"Rıdvan Yılmaz"}}, {id:"250023940--kaan-ayhan", properties:{number:"22", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250023940.jpg", name:"Kaan Ayhan"}}, {id:"250097238--mert-muldur", properties:{number:"25", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250097238.jpg", name:"Mert Müldür"}}, {id:"250014355--okay-yokuslu", properties:{number:"5", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250014355.jpg", name:"Okay Yokuşlu"}}, {id:"250053203--ozan-tufan", properties:{number:"6", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250053203.jpg", name:"Ozan Tufan"}}, {id:"250112811--dorukhan-tokoz", properties:{number:"8", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250112811.jpg", name:"Dorukhan Toköz"}}, {id:"250022829--hakan-calhanoglu", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250022829.jpg", number:"10", name:"Hakan Çalhanoğlu"}}, {id:"250042567--taylan-antalyali", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250042567.jpg", number:"14", name:"Taylan Antalyalı"}}, {id:"250113211--orkun-kokcu", properties:{number:"19", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250113211.jpg", name:"Orkun Kökçü"}}, {id:"250089842--abdulkadir-omur", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250089842.jpg", number:"20", name:"Abdülkadir Ömür"}}, {id:"250046542--irfan-can-kahveci", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250046542.jpg", number:"21", name:"İrfan Can Kahveci"}}] AS row
CREATE (n:Player{id: row.id}) SET n += row.properties;
UNWIND [{id:"250146674--m-kerem-akturkoglu", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250146674.jpg", number:"24", name:"M. Kerem Aktürkoğlu"}}, {id:"250118078--halil-dervisoglu", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250118078.jpg", number:"26", name:"Halil Dervişoğlu"}}, {id:"250082680--cengiz-under", properties:{number:"7", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250082680.jpg", name:"Cengiz Ünder"}}, {id:"250050354--kenan-karaman", properties:{number:"9", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250050354.jpg", name:"Kenan Karaman"}}, {id:"250097254--yusuf-yazici", properties:{number:"11", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250097254.jpg", name:"Yusuf Yazıcı"}}, {id:"250062599--enes-unal", properties:{number:"16", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250062599.jpg", name:"Enes Ünal"}}, {id:"62309--burak-yilmaz", properties:{number:"17", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/62309.jpg", name:"Burak Yılmaz"}}, {id:"250024883--georgiy-bushchan", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250024883.jpg", number:"1", name:"Georgiy Bushchan"}}, {id:"67855--andriy-pyatov", properties:{number:"12", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/67855.jpg", name:"Andriy Pyatov"}}, {id:"250113444--anatolii-trubin", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250113444.jpg", number:"23", name:"Anatolii Trubin"}}, {id:"250042644--eduard-sobol", properties:{number:"2", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250042644.jpg", name:"Eduard Sobol"}}, {id:"107955--serhiy-kryvtsov", properties:{number:"4", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/107955.jpg", name:"Serhiy Kryvtsov"}}, {id:"250119185--illia-zabarnyi", properties:{number:"13", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250119185.jpg", name:"Illia Zabarnyi"}}, {id:"250092185--vitaliy-mykolenko", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250092185.jpg", number:"16", name:"Vitaliy Mykolenko"}}, {id:"250056861--oleksandr-zinchenko", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250056861.jpg", number:"17", name:"Oleksandr Zinchenko"}}, {id:"250004740--oleksandr-karavaev", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250004740.jpg", number:"21", name:"Oleksandr Karavaev"}}, {id:"250064444--mykola-matviyenko", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250064444.jpg", number:"22", name:"Mykola Matviyenko"}}, {id:"250066774--oleksandr-tymchyk", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250066774.jpg", number:"24", name:"Oleksandr Tymchyk"}}, {id:"250089817--denys-popov", properties:{number:"25", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250089817.jpg", name:"Denys Popov"}}, {id:"250119181--heorhii-sudakov", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250119181.jpg", number:"3", name:"Heorhii Sudakov"}}] AS row
CREATE (n:Player{id: row.id}) SET n += row.properties;
UNWIND [{id:"250008250--serhiy-sydorchuk", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250008250.jpg", number:"5", name:"Serhiy Sydorchuk"}}, {id:"1902685--taras-stepanenko", properties:{number:"6", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1902685.jpg", name:"Taras Stepanenko"}}, {id:"250043090--ruslan-malinovskyi", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250043090.jpg", number:"8", name:"Ruslan Malinovskyi"}}, {id:"250087711--mykola-shaparenko", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250087711.jpg", number:"10", name:"Mykola Shaparenko"}}, {id:"250045024--marlos", properties:{number:"11", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250045024.jpg", name:"Marlos"}}, {id:"250063372--yevhen-makarenko", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250063372.jpg", number:"14", name:"Yevhen Makarenko"}}, {id:"250058270--viktor-tsygankov", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250058270.jpg", number:"15", name:"Viktor Tsygankov"}}, {id:"250008023--roman-bezus", properties:{number:"18", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250008023.jpg", name:"Roman Bezus"}}, {id:"250000069--andriy-yarmolenko", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250000069.jpg", number:"7", name:"Andriy Yarmolenko"}}, {id:"250047100--roman-yaremchuk", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250047100.jpg", number:"9", name:"Roman Yaremchuk"}}, {id:"250070170--artem-besedin", properties:{number:"19", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250070170.jpg", name:"Artem Besedin"}}, {id:"250064446--oleksandr-zubkov", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250064446.jpg", number:"20", name:"Oleksandr Zubkov"}}, {id:"250100997--artem-dovbyk", properties:{number:"26", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250100997.jpg", name:"Artem Dovbyk"}}, {id:"74897--wayne-hennessey", properties:{number:"1", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/74897.jpg", name:"Wayne Hennessey"}}, {id:"250012939--danny-ward", properties:{number:"12", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250012939.jpg", name:"Danny Ward"}}, {id:"250100010--adam-davies", properties:{number:"21", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250100010.jpg", name:"Adam Davies"}}, {id:"102221--chris-gunter", properties:{number:"2", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/102221.jpg", name:"Chris Gunter"}}, {id:"250113272--neco-williams", properties:{number:"3", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250113272.jpg", name:"Neco Williams"}}, {id:"250012942--ben-davies", properties:{number:"4", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250012942.jpg", name:"Ben Davies"}}, {id:"250090824--tom-lockyer", properties:{number:"5", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250090824.jpg", name:"Tom Lockyer"}}] AS row
CREATE (n:Player{id: row.id}) SET n += row.properties;
UNWIND [{id:"250101045--joe-rodon", properties:{number:"6", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250101045.jpg", name:"Joe Rodon"}}, {id:"250097244--connor-roberts", properties:{number:"14", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250097244.jpg", name:"Connor Roberts"}}, {id:"250097090--ethan-ampadu", properties:{number:"15", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250097090.jpg", name:"Ethan Ampadu"}}, {id:"250116809--rhys-norrington-davies", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250116809.jpg", number:"17", name:"Rhys Norrington-Davies"}}, {id:"250112383--chris-mepham", properties:{number:"22", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250112383.jpg", name:"Chris Mepham"}}, {id:"250103440--benjamin-cabango", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250103440.jpg", number:"24", name:"Ben Cabango"}}, {id:"107011--joe-allen", properties:{number:"7", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/107011.jpg", name:"Joe Allen"}}, {id:"250065203--harry-wilson", properties:{number:"8", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250065203.jpg", name:"Harry Wilson"}}, {id:"103769--aaron-ramsey", properties:{number:"10", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/103769.jpg", name:"Aaron Ramsey"}}, {id:"250065196--joe-morrell", properties:{number:"16", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250065196.jpg", name:"Joe Morrell"}}, {id:"250007344--jonny-williams", properties:{number:"18", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250007344.jpg", name:"Jonny Williams"}}, {id:"250076590--david-brooks", properties:{number:"19", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250076590.jpg", name:"David Brooks"}}, {id:"250065198--daniel-james", properties:{number:"20", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250065198.jpg", name:"Daniel James"}}, {id:"250103444--dylan-levitt", properties:{number:"23", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250103444.jpg", name:"Dylan Levitt"}}, {id:"250117658--rubin-colwill", properties:{number:"25", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250117658.jpg", name:"Rubin Colwill"}}, {id:"250081812--matthew-smith", properties:{number:"26", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250081812.jpg", name:"Matthew Smith"}}, {id:"250079203--tyler-roberts", properties:{number:"9", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250079203.jpg", name:"Tyler Roberts"}}, {id:"102225--gareth-bale", properties:{number:"11", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/102225.jpg", name:"Gareth Bale"}}, {id:"250130512--kieffer-moore", properties:{number:"13", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250130512.jpg", name:"Kieffer Moore"}}, {id:"250055899--alexander-schlager", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250055899.jpg", number:"1", name:"Alexander Schlager"}}] AS row
CREATE (n:Player{id: row.id}) SET n += row.properties;
UNWIND [{id:"250021810--pavao-pervan", properties:{number:"12", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250021810.jpg", name:"Pavao Pervan"}}, {id:"250056875--daniel-bachmann", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250056875.jpg", number:"13", name:"Daniel Bachmann"}}, {id:"101177--andreas-ulmer", properties:{number:"2", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/101177.jpg", name:"Andreas Ulmer"}}, {id:"1909713--aleksandar-dragovic", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1909713.jpg", number:"3", name:"Aleksandar Dragović"}}, {id:"250020234--martin-hinteregger", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250020234.jpg", number:"4", name:"Martin Hinteregger"}}, {id:"250065419--stefan-posch", properties:{number:"5", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250065419.jpg", name:"Stefan Posch"}}, {id:"1906540--david-alaba", properties:{number:"8", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1906540.jpg", name:"David Alaba"}}, {id:"250073627--philipp-lienhart", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250073627.jpg", number:"15", name:"Philipp Lienhart"}}, {id:"250003976--stefan-lainer", properties:{number:"21", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250003976.jpg", name:"Stefan Lainer"}}, {id:"150182144--marco-friedl", properties:{number:"26", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/150182144.jpg", name:"Marco Friedl"}}, {id:"103354--stefan-ilsanker", properties:{number:"6", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/103354.jpg", name:"Stefan Ilsanker"}}, {id:"250024349--marcel-sabitzer", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250024349.jpg", number:"9", name:"Marcel Sabitzer"}}, {id:"250041706--florian-grillitsch", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250041706.jpg", number:"10", name:"Florian Grillitsch"}}, {id:"98843--julian-baumgartlinger", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/98843.jpg", number:"14", name:"Julian Baumgartlinger"}}, {id:"250010552--christopher-trimmel", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250010552.jpg", number:"16", name:"Christopher Trimmel"}}, {id:"250024351--louis-schaub", properties:{number:"17", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250024351.jpg", name:"Louis Schaub"}}, {id:"250050403--alessandro-schopf", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250050403.jpg", number:"18", name:"Alessandro Schöpf"}}, {id:"250089289--christoph-baumgartner", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250089289.jpg", number:"19", name:"Christoph Baumgartner"}}, {id:"250075612--karim-onisiwo", properties:{number:"20", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250075612.jpg", name:"Karim Onisiwo"}}, {id:"250052757--valentino-lazaro", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250052757.jpg", number:"22", name:"Valentino Lazaro"}}] AS row
CREATE (n:Player{id: row.id}) SET n += row.properties;
UNWIND [{id:"250065408--xaver-schlager", properties:{number:"23", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250065408.jpg", name:"Xaver Schlager"}}, {id:"250065413--konrad-laimer", properties:{number:"24", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250065413.jpg", name:"Konrad Laimer"}}, {id:"1903428--marko-arnautovic", properties:{number:"7", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1903428.jpg", name:"Marko Arnautović"}}, {id:"250023832--michael-gregoritsch", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250023832.jpg", number:"11", name:"Michael Gregoritsch"}}, {id:"250116789--sasa-kalajdzic", properties:{number:"25", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250116789.jpg", name:"Sasa Kalajdzic"}}, {id:"250011668--thibaut-courtois", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250011668.jpg", number:"1", name:"Thibaut Courtois"}}, {id:"98078--simon-mignolet", properties:{number:"12", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/98078.jpg", name:"Simon Mignolet"}}, {id:"250007046--matz-sels", properties:{number:"13", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250007046.jpg", name:"Matz Sels"}}, {id:"103333--toby-alderweireld", properties:{number:"2", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/103333.jpg", name:"Toby Alderweireld"}}, {id:"71982--thomas-vermaelen", properties:{number:"3", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/71982.jpg", name:"Thomas Vermaelen"}}, {id:"250005255--dedryck-boyata", properties:{number:"4", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250005255.jpg", name:"Dedryck Boyata"}}, {id:"103704--jan-vertonghen", properties:{number:"5", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/103704.jpg", name:"Jan Vertonghen"}}, {id:"250029318--thomas-meunier", properties:{number:"15", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250029318.jpg", name:"Thomas Meunier"}}, {id:"250064362--jason-denayer", properties:{number:"18", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250064362.jpg", name:"Jason Denayer"}}, {id:"250058949--timothy-castagne", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250058949.jpg", number:"21", name:"Timothy Castagne"}}, {id:"103335--axel-witsel", properties:{number:"6", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/103335.jpg", name:"Axel Witsel"}}, {id:"250008901--kevin-de-bruyne", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250008901.jpg", number:"7", name:"Kevin De Bruyne"}}, {id:"250064006--youri-tielemans", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250064006.jpg", number:"8", name:"Youri Tielemans"}}, {id:"1902160--eden-hazard", properties:{number:"10", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1902160.jpg", name:"Eden Hazard"}}, {id:"250040959--yannick-carrasco", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250040959.jpg", number:"11", name:"Yannick Carrasco"}}] AS row
CREATE (n:Player{id: row.id}) SET n += row.properties;
UNWIND [{id:"250012551--thorgan-hazard", properties:{number:"16", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250012551.jpg", name:"Thorgan Hazard"}}, {id:"250064188--hans-vanaken", properties:{number:"17", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250064188.jpg", name:"Hans Vanaken"}}, {id:"250042602--leander-dendoncker", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250042602.jpg", number:"19", name:"Leander Dendoncker"}}, {id:"250022315--nacer-chadli", properties:{number:"22", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250022315.jpg", name:"Nacer Chadli"}}, {id:"250023003--dennis-praet", properties:{number:"26", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250023003.jpg", name:"Dennis Praet"}}, {id:"250010802--romelu-lukaku", properties:{number:"9", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250010802.jpg", name:"Romelu Lukaku"}}, {id:"250019924--dries-mertens", properties:{number:"14", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250019924.jpg", name:"Dries Mertens"}}, {id:"1902165--christian-benteke", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1902165.jpg", number:"20", name:"Christian Benteke"}}, {id:"250038932--michy-batshuayi", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250038932.jpg", number:"23", name:"Michy Batshuayi"}}, {id:"250023009--leandro-trossard", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250023009.jpg", number:"24", name:"Leandro Trossard"}}, {id:"250113142--jeremy-doku", properties:{number:"25", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250113142.jpg", name:"Jeremy Doku"}}, {id:"250042625--dominik-livakovic", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250042625.jpg", number:"1", name:"Dominik Livaković"}}, {id:"108956--lovre-kalinic", properties:{number:"12", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/108956.jpg", name:"Lovre Kalinić"}}, {id:"250012526--simon-sluga", properties:{number:"23", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250012526.jpg", name:"Simon Sluga"}}, {id:"1906421--sime-vrsaljko", properties:{number:"2", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1906421.jpg", name:"Šime Vrsaljko"}}, {id:"250084988--borna-barisic", properties:{number:"3", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250084988.jpg", name:"Borna Barišić"}}, {id:"250058183--duje-caleta-car", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250058183.jpg", number:"5", name:"Duje Ćaleta-Car"}}, {id:"97219--dejan-lovren", properties:{number:"6", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/97219.jpg", name:"Dejan Lovren"}}, {id:"250019552--mile-skoric", properties:{number:"16", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250019552.jpg", name:"Mile Škorić"}}, {id:"108567--domagoj-vida", properties:{number:"21", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/108567.jpg", name:"Domagoj Vida"}}] AS row
CREATE (n:Player{id: row.id}) SET n += row.properties;
UNWIND [{id:"250078379--josip-juranovic", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250078379.jpg", number:"22", name:"Josip Juranović"}}, {id:"250116707--domagoj-bradaric", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250116707.jpg", number:"24", name:"Domagoj Bradarić"}}, {id:"250127284--josko-gvardiol", properties:{number:"25", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250127284.jpg", name:"Joško Gvardiol"}}, {id:"103310--ivan-perisic", properties:{number:"4", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/103310.jpg", name:"Ivan Perišić"}}, {id:"250023551--mateo-kovacic", properties:{number:"8", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250023551.jpg", name:"Mateo Kovačić"}}, {id:"74699--luka-modric", properties:{number:"10", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/74699.jpg", name:"Luka Modrić"}}, {id:"250040564--marcelo-brozovic", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250040564.jpg", number:"11", name:"Marcelo Brozović"}}, {id:"250066135--nikola-vlasic", properties:{number:"13", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250066135.jpg", name:"Nikola Vlašić"}}, {id:"250042631--mario-pasalic", properties:{number:"15", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250042631.jpg", name:"Mario Pašalić"}}, {id:"250024176--mislav-orsic", properties:{number:"18", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250024176.jpg", name:"Mislav Oršić"}}, {id:"97206--milan-badelj", properties:{number:"19", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/97206.jpg", name:"Milan Badelj"}}, {id:"250098468--luka-ivanusec", properties:{number:"26", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250098468.jpg", name:"Luka Ivanušec"}}, {id:"250066132--josip-brekalo", properties:{number:"7", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250066132.jpg", name:"Josip Brekalo"}}, {id:"1906416--andrej-kramaric", properties:{number:"9", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1906416.jpg", name:"Andrej Kramarić"}}, {id:"250053837--ante-budimir", properties:{number:"14", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250053837.jpg", name:"Ante Budimir"}}, {id:"250033878--ante-rebic", properties:{number:"17", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250033878.jpg", name:"Ante Rebić"}}, {id:"250063394--bruno-petkovic", properties:{number:"20", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250063394.jpg", name:"Bruno Petković"}}, {id:"250000898--tomas-vaclik", properties:{number:"1", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250000898.jpg", name:"Tomáš Vaclík"}}, {id:"250045608--ales-mandous", properties:{number:"16", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250045608.jpg", name:"Aleš Mandous"}}, {id:"250078648--jiri-pavlenka", properties:{number:"23", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250078648.jpg", name:"Jiří Pavlenka"}}] AS row
CREATE (n:Player{id: row.id}) SET n += row.properties;
UNWIND [{id:"250004178--pavel-kaderabek", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250004178.jpg", number:"2", name:"Pavel Kadeřábek"}}, {id:"250000900--ondrej-celustka", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250000900.jpg", number:"3", name:"Ondřej Čelůstka"}}, {id:"250014597--jakub-brabec", properties:{number:"4", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250014597.jpg", name:"Jakub Brabec"}}, {id:"250061048--vladimir-coufal", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250061048.jpg", number:"5", name:"Vladimír Coufal"}}, {id:"250011913--tomas-kalas", properties:{number:"6", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250011913.jpg", name:"Tomáš Kalas"}}, {id:"250054481--tomas-holes", properties:{number:"9", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250054481.jpg", name:"Tomáš Holeš"}}, {id:"250124916--david-zima", properties:{number:"17", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250124916.jpg", name:"David Zima"}}, {id:"1907136--jan-boril", properties:{number:"18", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1907136.jpg", name:"Jan Bořil"}}, {id:"250055105--ales-mateju", properties:{number:"22", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250055105.jpg", name:"Aleš Matějů"}}, {id:"250092717--antonin-barak", properties:{number:"7", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250092717.jpg", name:"Antonín Barák"}}, {id:"250040527--vladimir-darida", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250040527.jpg", number:"8", name:"Vladimír Darida"}}, {id:"150296281--lukas-masopust", properties:{number:"12", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/150296281.jpg", name:"Lukáš Masopust"}}, {id:"250055928--petr-sevcik", properties:{number:"13", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250055928.jpg", name:"Petr Ševčík"}}, {id:"250081964--jakub-jankto", properties:{number:"14", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250081964.jpg", name:"Jakub Jankto"}}, {id:"250066618--tomas-soucek", properties:{number:"15", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250066618.jpg", name:"Tomáš Souček"}}, {id:"250077921--alex-kral", properties:{number:"21", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250077921.jpg", name:"Alex Král"}}, {id:"250144288--jakub-pesek", properties:{number:"25", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250144288.jpg", name:"Jakub Pešek"}}, {id:"250077931--michal-sadilek", properties:{number:"26", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250077931.jpg", name:"Michal Sadílek"}}, {id:"250055110--patrik-schick", properties:{number:"10", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250055110.jpg", name:"Patrik Schick"}}, {id:"250029287--michael-krmencik", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250029287.jpg", number:"11", name:"Michael Krmenčík"}}] AS row
CREATE (n:Player{id: row.id}) SET n += row.properties;
UNWIND [{id:"250114001--adam-hlozek", properties:{number:"19", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250114001.jpg", name:"Adam Hložek"}}, {id:"1909688--matej-vydra", properties:{number:"20", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1909688.jpg", name:"Matěj Vydra"}}, {id:"102696--tomas-pekhart", properties:{number:"24", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/102696.jpg", name:"Tomáš Pekhart"}}, {id:"74954--kasper-schmeichel", properties:{number:"1", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/74954.jpg", name:"Kasper Schmeichel"}}, {id:"102867--jonas-lossl", properties:{number:"16", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/102867.jpg", name:"Jonas Lössl"}}, {id:"250023709--frederik-ronnow", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250023709.jpg", number:"22", name:"Frederik Rønnow"}}, {id:"250070182--joachim-andersen", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250070182.jpg", number:"2", name:"Joachim Andersen"}}, {id:"250023708--jannik-vestergaard", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250023708.jpg", number:"3", name:"Jannik Vestergaard"}}, {id:"108509--simon-kjær", properties:{number:"4", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/108509.jpg", name:"Simon Kjær"}}, {id:"250081192--joakim-mæhle", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250081192.jpg", number:"5", name:"Joakim Mæhle"}}, {id:"250041718--andreas-christensen", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250041718.jpg", number:"6", name:"Andreas Christensen"}}, {id:"107529--mathias-jorgensen", properties:{number:"13", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/107529.jpg", name:"Mathias Jørgensen"}}, {id:"1905876--jens-stryger-larsen", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1905876.jpg", number:"17", name:"Jens Stryger Larsen"}}, {id:"1905874--nicolai-boilesen", properties:{number:"26", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1905874.jpg", name:"Nicolai Boilesen"}}, {id:"250080454--robert-skov", properties:{number:"7", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250080454.jpg", name:"Robert Skov"}}, {id:"250010472--thomas-delaney", properties:{number:"8", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250010472.jpg", name:"Thomas Delaney"}}, {id:"1905884--christian-eriksen", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1905884.jpg", number:"10", name:"Christian Eriksen"}}, {id:"250022797--christian-norgaard", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250022797.jpg", number:"15", name:"Christian Nørgaard"}}, {id:"102869--daniel-wass", properties:{number:"18", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/102869.jpg", name:"Daniel Wass"}}, {id:"250026986--pierre-emile-hojbjerg", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250026986.jpg", number:"23", name:"Pierre-Emile Højbjerg"}}] AS row
CREATE (n:Player{id: row.id}) SET n += row.properties;
UNWIND [{id:"250080451--mathias-jensen", properties:{number:"24", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250080451.jpg", name:"Mathias Jensen"}}, {id:"250006516--anders-christiansen", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250006516.jpg", number:"25", name:"Anders Christiansen"}}, {id:"250013677--martin-braithwaite", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250013677.jpg", number:"9", name:"Martin Braithwaite"}}, {id:"250097638--andreas-olsen", properties:{number:"11", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250097638.jpg", name:"Andreas Skov Olsen"}}, {id:"250065453--kasper-dolberg", properties:{number:"12", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250065453.jpg", name:"Kasper Dolberg"}}, {id:"250118062--mikkel-damsgaard", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250118062.jpg", number:"14", name:"Mikkel Damsgaard"}}, {id:"250089514--jonas-wind", properties:{number:"19", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250089514.jpg", name:"Jonas Wind"}}, {id:"250022869--yussuf-poulsen", properties:{number:"20", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250022869.jpg", name:"Yussuf Poulsen"}}, {id:"250041664--andreas-cornelius", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250041664.jpg", number:"21", name:"Andreas Cornelius"}}, {id:"1907188--lukas-hradecky", properties:{number:"1", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1907188.jpg", name:"Lukas Hradecky"}}, {id:"250014360--jesse-joronen", properties:{number:"12", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250014360.jpg", name:"Jesse Joronen"}}, {id:"1902716--anssi-jaakkola", properties:{number:"23", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1902716.jpg", name:"Anssi Jaakkola"}}, {id:"250005371--paulus-arajuuri", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250005371.jpg", number:"2", name:"Paulus Arajuuri"}}, {id:"250024143--daniel-o-shaughnessy", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250024143.jpg", number:"3", name:"Daniel O'Shaughnessy"}}, {id:"72525--joona-toivio", properties:{number:"4", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/72525.jpg", name:"Joona Toivio"}}, {id:"250088721--leo-vaisanen", properties:{number:"5", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250088721.jpg", name:"Leo Väisänen"}}, {id:"250090740--nicholas-hamalainen", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250090740.jpg", number:"15", name:"Nicholas Hämäläinen"}}, {id:"250016664--thomas-lam", properties:{number:"16", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250016664.jpg", name:"Thomas Lam"}}, {id:"250019145--jere-uronen", properties:{number:"18", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250019145.jpg", name:"Jere Uronen"}}, {id:"96371--jukka-raitala", properties:{number:"22", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/96371.jpg", name:"Jukka Raitala"}}] AS row
CREATE (n:Player{id: row.id}) SET n += row.properties;
UNWIND [{id:"250142685--robert-ivanov", properties:{number:"25", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250142685.jpg", name:"Robert Ivanov"}}, {id:"250056954--glen-kamara", properties:{number:"6", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250056954.jpg", name:"Glen Kamara"}}, {id:"250067358--robert-taylor", properties:{number:"7", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250067358.jpg", name:"Robert Taylor"}}, {id:"250043060--robin-lod", properties:{number:"8", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250043060.jpg", name:"Robin Lod"}}, {id:"250066695--fredrik-jensen", properties:{number:"9", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250066695.jpg", name:"Fredrik Jensen"}}, {id:"1906969--rasmus-schuller", properties:{number:"11", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/1906969.jpg", name:"Rasmus Schüller"}}, {id:"250052541--pyry-soiri", properties:{number:"13", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250052541.jpg", name:"Pyry Soiri"}}, {id:"69658--tim-sparv", properties:{number:"14", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/69658.jpg", name:"Tim Sparv"}}, {id:"250007328--nikolai-alho", properties:{number:"17", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250007328.jpg", name:"Nikolai Alho"}}, {id:"108470--joni-kauko", properties:{number:"19", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/108470.jpg", name:"Joni Kauko"}}, {id:"250112097--onni-valakari", properties:{number:"24", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250112097.jpg", name:"Onni Valakari"}}, {id:"103799--teemu-pukki", properties:{number:"10", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/103799.jpg", name:"Teemu Pukki"}}, {id:"250024153--joel-pohjanpalo", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250024153.jpg", number:"20", name:"Joel Pohjanpalo"}}, {id:"250088728--lassi-lappalainen", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250088728.jpg", number:"21", name:"Lassi Lappalainen"}}, {id:"250112095--marcus-forss", properties:{number:"26", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250112095.jpg", name:"Marcus Forss"}}, {id:"93846--hugo-lloris", properties:{number:"1", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/93846.jpg", name:"Hugo Lloris"}}, {id:"98893--steve-mandanda", properties:{number:"16", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/98893.jpg", name:"Steve Mandanda"}}, {id:"250042780--mike-maignan", properties:{number:"23", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250042780.jpg", name:"Mike Maignan"}}, {id:"250081921--benjamin-pavard", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250081921.jpg", number:"2", name:"Benjamin Pavard"}}, {id:"250064583--presnel-kimpembe", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250064583.jpg", number:"3", name:"Presnel Kimpembe"}}] AS row
CREATE (n:Player{id: row.id}) SET n += row.properties;
UNWIND [{id:"250025891--raphael-varane", properties:{number:"4", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250025891.jpg", name:"Raphaël Varane"}}, {id:"250042779--clement-lenglet", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250042779.jpg", number:"5", name:"Clément Lenglet"}}, {id:"250024983--kurt-zouma", properties:{number:"15", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250024983.jpg", name:"Kurt Zouma"}}, {id:"250014002--lucas-digne", properties:{number:"18", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250014002.jpg", name:"Lucas Digne"}}, {id:"250063803--lucas-hernandez", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250063803.jpg", number:"21", name:"Lucas Hernández"}}, {id:"250088023--leo-dubois", properties:{number:"24", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250088023.jpg", name:"Léo Dubois"}}, {id:"250096309--jules-kounde", properties:{number:"25", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250096309.jpg", name:"Jules Koundé"}}, {id:"250015808--paul-pogba", properties:{number:"6", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250015808.jpg", name:"Paul Pogba"}}, {id:"250042778--thomas-lemar", properties:{number:"8", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250042778.jpg", name:"Thomas Lemar"}}, {id:"250054829--corentin-tolisso", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250054829.jpg", number:"12", name:"Corentin Tolisso"}}, {id:"250097248--n-golo-kante", properties:{number:"13", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250097248.jpg", name:"N'Golo Kanté"}}, {id:"250053905--adrien-rabiot", properties:{number:"14", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250053905.jpg", name:"Adrien Rabiot"}}, {id:"103722--moussa-sissoko", properties:{number:"17", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/103722.jpg", name:"Moussa Sissoko"}}, {id:"250054949--kingsley-coman", properties:{number:"20", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250054949.jpg", name:"Kingsley Coman"}}, {id:"250019498--antoine-griezmann", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250019498.jpg", number:"7", name:"Antoine Griezmann"}}, {id:"250020851--olivier-giroud", properties:{number:"9", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250020851.jpg", name:"Olivier Giroud"}}, {id:"250076574--kylian-mbappe", properties:{number:"10", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250076574.jpg", name:"Kylian Mbappé"}}, {id:"250066886--ousmane-dembele", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250066886.jpg", number:"11", name:"Ousmane Dembélé"}}, {id:"93321--karim-benzema", properties:{number:"19", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/93321.jpg", name:"Karim Benzema"}}, {id:"250025970--wissam-ben-yedder", properties:{image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250025970.jpg", number:"22", name:"Wissam Ben Yedder"}}] AS row
CREATE (n:Player{id: row.id}) SET n += row.properties;
UNWIND [{id:"250068805--marcus-thuram", properties:{number:"26", image:"https://img.uefa.com/imgml/TP/players/3/2020/324x324/250068805.jpg", name:"Marcus Thuram"}}] AS row
CREATE (n:Player{id: row.id}) SET n += row.properties;
UNWIND [{_id:164, properties:{name:"Azerbaijan"}}, {_id:165, properties:{name:"Romania"}}, {_id:166, properties:{name:"Holland"}}] AS row
CREATE (n:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`: row._id}) SET n += row.properties SET n:Country;
UNWIND [{id:"A", properties:{}}, {id:"B", properties:{}}, {id:"D", properties:{}}, {id:"C", properties:{}}, {id:"E", properties:{}}, {id:"F", properties:{}}] AS row
CREATE (n:Group{id: row.id}) SET n += row.properties;
:commit
:begin
UNWIND [{start: {id:"england"}, end: {id:"250024791--jordan-pickford"}, properties:{}}, {start: {id:"england"}, end: {id:"250064823--dean-henderson"}, properties:{}}, {start: {id:"england"}, end: {id:"250007234--sam-johnstone"}, properties:{}}, {start: {id:"england"}, end: {id:"250010259--kyle-walker"}, properties:{}}, {start: {id:"england"}, end: {id:"250042705--luke-shaw"}, properties:{}}, {start: {id:"england"}, end: {id:"250064233--john-stones"}, properties:{}}, {start: {id:"england"}, end: {id:"250075007--harry-maguire"}, properties:{}}, {start: {id:"england"}, end: {id:"250000919--kieran-trippier"}, properties:{}}, {start: {id:"england"}, end: {id:"250133856--tyrone-mings"}, properties:{}}, {start: {id:"england"}, end: {id:"250014517--conor-coady"}, properties:{}}, {start: {id:"england"}, end: {id:"250078763--ben-chilwell"}, properties:{}}, {start: {id:"england"}, end: {id:"250156002--ben-white"}, properties:{}}, {start: {id:"england"}, end: {id:"250110362--reece-james"}, properties:{}}, {start: {id:"england"}, end: {id:"250083732--declan-rice"}, properties:{}}, {start: {id:"england"}, end: {id:"250042329--jack-grealish"}, properties:{}}, {start: {id:"england"}, end: {id:"250010260--jordan-henderson"}, properties:{}}, {start: {id:"england"}, end: {id:"250143242--kalvin-phillips"}, properties:{}}, {start: {id:"england"}, end: {id:"250102216--jadon-sancho"}, properties:{}}, {start: {id:"england"}, end: {id:"250076240--mason-mount"}, properties:{}}, {start: {id:"england"}, end: {id:"250101534--phil-foden"}, properties:{}}] AS row
MATCH (start:Country{id: row.start.id})
MATCH (end:Player{id: row.end.id})
CREATE (start)-[r:HAS_PLAYER]->(end) SET r += row.properties;
UNWIND [{start: {id:"england"}, end: {id:"250106939--bukayo-saka"}, properties:{}}, {start: {id:"england"}, end: {id:"250128377--jude-bellingham"}, properties:{}}, {start: {id:"england"}, end: {id:"250016833--harry-kane"}, properties:{}}, {start: {id:"england"}, end: {id:"250024795--raheem-sterling"}, properties:{}}, {start: {id:"england"}, end: {id:"250088246--marcus-rashford"}, properties:{}}, {start: {id:"england"}, end: {id:"250111030--dominic-calvert-lewin"}, properties:{}}, {start: {id:"germany"}, end: {id:"97923--manuel-neuer"}, properties:{}}, {start: {id:"germany"}, end: {id:"250007620--bernd-leno"}, properties:{}}, {start: {id:"germany"}, end: {id:"1902188--kevin-trapp"}, properties:{}}, {start: {id:"germany"}, end: {id:"250028211--antonio-rudiger"}, properties:{}}, {start: {id:"germany"}, end: {id:"250057119--marcel-halstenberg"}, properties:{}}, {start: {id:"germany"}, end: {id:"250055962--matthias-ginter"}, properties:{}}, {start: {id:"germany"}, end: {id:"106587--mats-hummels"}, properties:{}}, {start: {id:"germany"}, end: {id:"250041781--niklas-sule"}, properties:{}}, {start: {id:"germany"}, end: {id:"250058260--lukas-klostermann"}, properties:{}}, {start: {id:"germany"}, end: {id:"250062606--robin-gosens"}, properties:{}}, {start: {id:"germany"}, end: {id:"250017824--emre-can"}, properties:{}}, {start: {id:"germany"}, end: {id:"250126501--robin-koch"}, properties:{}}, {start: {id:"germany"}, end: {id:"250062174--christian-gunter"}, properties:{}}, {start: {id:"germany"}, end: {id:"250070417--joshua-kimmich"}, properties:{}}] AS row
MATCH (start:Country{id: row.start.id})
MATCH (end:Player{id: row.end.id})
CREATE (start)-[r:HAS_PLAYER]->(end) SET r += row.properties;
UNWIND [{start: {id:"germany"}, end: {id:"103147--toni-kroos"}, properties:{}}, {start: {id:"germany"}, end: {id:"250041770--serge-gnabry"}, properties:{}}, {start: {id:"germany"}, end: {id:"250057117--jonas-hofmann"}, properties:{}}, {start: {id:"germany"}, end: {id:"250124430--jamal-musiala"}, properties:{}}, {start: {id:"germany"}, end: {id:"250112854--florian-neuhaus"}, properties:{}}, {start: {id:"germany"}, end: {id:"250041771--leon-goretzka"}, properties:{}}, {start: {id:"germany"}, end: {id:"250063984--leroy-sane"}, properties:{}}, {start: {id:"germany"}, end: {id:"250005335--ilkay-gundogan"}, properties:{}}, {start: {id:"germany"}, end: {id:"250087938--kai-havertz"}, properties:{}}, {start: {id:"germany"}, end: {id:"250023705--kevin-volland"}, properties:{}}, {start: {id:"germany"}, end: {id:"250049183--timo-werner"}, properties:{}}, {start: {id:"germany"}, end: {id:"250003318--thomas-muller"}, properties:{}}, {start: {id:"hungary"}, end: {id:"102420--peter-gulacsi"}, properties:{}}, {start: {id:"hungary"}, end: {id:"250040465--denes-dibusz"}, properties:{}}, {start: {id:"hungary"}, end: {id:"103039--adam-bogdan"}, properties:{}}, {start: {id:"hungary"}, end: {id:"250027818--adam-lang"}, properties:{}}, {start: {id:"hungary"}, end: {id:"250056180--akos-kecskes"}, properties:{}}, {start: {id:"hungary"}, end: {id:"250079300--attila-szalai"}, properties:{}}, {start: {id:"hungary"}, end: {id:"250029650--attila-fiola"}, properties:{}}, {start: {id:"hungary"}, end: {id:"250051754--willi-orban"}, properties:{}}] AS row
MATCH (start:Country{id: row.start.id})
MATCH (end:Player{id: row.end.id})
CREATE (start)-[r:HAS_PLAYER]->(end) SET r += row.properties;
UNWIND [{start: {id:"hungary"}, end: {id:"1908198--loic-nego"}, properties:{}}, {start: {id:"hungary"}, end: {id:"250052596--gergo-lovrencsics"}, properties:{}}, {start: {id:"hungary"}, end: {id:"250022872--endre-botka"}, properties:{}}, {start: {id:"hungary"}, end: {id:"250110986--bendeguz-bolla"}, properties:{}}, {start: {id:"hungary"}, end: {id:"250083472--adam-nagy"}, properties:{}}, {start: {id:"hungary"}, end: {id:"250143313--tamas-cseri"}, properties:{}}, {start: {id:"hungary"}, end: {id:"250115077--andras-schafer"}, properties:{}}, {start: {id:"hungary"}, end: {id:"250023225--laszlo-kleinheisler"}, properties:{}}, {start: {id:"hungary"}, end: {id:"250056177--daniel-gazdag"}, properties:{}}, {start: {id:"hungary"}, end: {id:"107924--roland-varga"}, properties:{}}, {start: {id:"hungary"}, end: {id:"250026043--david-siger"}, properties:{}}, {start: {id:"hungary"}, end: {id:"250118293--kevin-varga"}, properties:{}}, {start: {id:"hungary"}, end: {id:"73865--adam-szalai"}, properties:{}}, {start: {id:"hungary"}, end: {id:"250060206--filip-holender"}, properties:{}}, {start: {id:"hungary"}, end: {id:"250065179--roland-sallai"}, properties:{}}, {start: {id:"hungary"}, end: {id:"250019995--nemanja-nikolic"}, properties:{}}, {start: {id:"hungary"}, end: {id:"250104064--szabolcs-schon"}, properties:{}}, {start: {id:"hungary"}, end: {id:"250155863--anos-hahn"}, properties:{}}, {start: {id:"italy"}, end: {id:"106737--salvatore-sirigu"}, properties:{}}, {start: {id:"italy"}, end: {id:"250078922--gianluigi-donnarumma"}, properties:{}}] AS row
MATCH (start:Country{id: row.start.id})
MATCH (end:Player{id: row.end.id})
CREATE (start)-[r:HAS_PLAYER]->(end) SET r += row.properties;
UNWIND [{start: {id:"italy"}, end: {id:"250066753--alex-meret"}, properties:{}}, {start: {id:"italy"}, end: {id:"250064229--giovanni-di-lorenzo"}, properties:{}}, {start: {id:"italy"}, end: {id:"59142--giorgio-chiellini"}, properties:{}}, {start: {id:"italy"}, end: {id:"250020885--leonardo-spinazzola"}, properties:{}}, {start: {id:"italy"}, end: {id:"250100056--emerson"}, properties:{}}, {start: {id:"italy"}, end: {id:"250052957--francesco-acerbi"}, properties:{}}, {start: {id:"italy"}, end: {id:"250017925--leonardo-bonucci"}, properties:{}}, {start: {id:"italy"}, end: {id:"250091199--alessandro-bastoni"}, properties:{}}, {start: {id:"italy"}, end: {id:"250026962--alessandro-florenzi"}, properties:{}}, {start: {id:"italy"}, end: {id:"250112488--rafael-toloi"}, properties:{}}, {start: {id:"italy"}, end: {id:"250066747--manuel-locatelli"}, properties:{}}, {start: {id:"italy"}, end: {id:"250006200--marco-verratti"}, properties:{}}, {start: {id:"italy"}, end: {id:"250138434--gaetano-castrovilli"}, properties:{}}, {start: {id:"italy"}, end: {id:"250067749--jorginho"}, properties:{}}, {start: {id:"italy"}, end: {id:"250121401--matteo-pessina"}, properties:{}}, {start: {id:"italy"}, end: {id:"250090398--federico-chiesa"}, properties:{}}, {start: {id:"italy"}, end: {id:"250041741--bryan-cristante"}, properties:{}}, {start: {id:"italy"}, end: {id:"250066739--nicolo-barella"}, properties:{}}, {start: {id:"italy"}, end: {id:"250061597--federico-bernardeschi"}, properties:{}}, {start: {id:"italy"}, end: {id:"250050378--andrea-belotti"}, properties:{}}] AS row
MATCH (start:Country{id: row.start.id})
MATCH (end:Player{id: row.end.id})
CREATE (start)-[r:HAS_PLAYER]->(end) SET r += row.properties;
UNWIND [{start: {id:"italy"}, end: {id:"250026037--lorenzo-insigne"}, properties:{}}, {start: {id:"italy"}, end: {id:"250058759--domenico-berardi"}, properties:{}}, {start: {id:"italy"}, end: {id:"250005254--ciro-immobile"}, properties:{}}, {start: {id:"italy"}, end: {id:"250105617--giacomo-raspadori"}, properties:{}}, {start: {id:"netherlands"}, end: {id:"250080520--maarten-stekelenburg"}, properties:{}}, {start: {id:"netherlands"}, end: {id:"97806--tim-krul"}, properties:{}}, {start: {id:"netherlands"}, end: {id:"250006714--marco-bizot"}, properties:{}}, {start: {id:"netherlands"}, end: {id:"250007223--joel-veltman"}, properties:{}}, {start: {id:"netherlands"}, end: {id:"250081554--matthijs-de-ligt"}, properties:{}}, {start: {id:"netherlands"}, end: {id:"250027008--nathan-ake"}, properties:{}}, {start: {id:"netherlands"}, end: {id:"250097317--owen-wijndal"}, properties:{}}, {start: {id:"netherlands"}, end: {id:"250006229--stefan-de-vrij"}, properties:{}}, {start: {id:"netherlands"}, end: {id:"108915--patrick-van-aanholt"}, properties:{}}, {start: {id:"netherlands"}, end: {id:"108908--daley-blind"}, properties:{}}, {start: {id:"netherlands"}, end: {id:"250112690--denzel-dumfries"}, properties:{}}, {start: {id:"netherlands"}, end: {id:"103813--georginio-wijnaldum"}, properties:{}}, {start: {id:"netherlands"}, end: {id:"250027830--quincy-promes"}, properties:{}}, {start: {id:"netherlands"}, end: {id:"250013855--davy-klaassen"}, properties:{}}, {start: {id:"netherlands"}, end: {id:"250014709--marten-de-roon"}, properties:{}}, {start: {id:"netherlands"}, end: {id:"250113001--ryan-gravenberch"}, properties:{}}] AS row
MATCH (start:Country{id: row.start.id})
MATCH (end:Player{id: row.end.id})
CREATE (start)-[r:HAS_PLAYER]->(end) SET r += row.properties;
UNWIND [{start: {id:"netherlands"}, end: {id:"250081207--donny-van-de-beek"}, properties:{}}, {start: {id:"netherlands"}, end: {id:"250084709--frenkie-de-jong"}, properties:{}}, {start: {id:"netherlands"}, end: {id:"250081553--teun-koopmeiners"}, properties:{}}, {start: {id:"netherlands"}, end: {id:"250101728--jurrien-timber"}, properties:{}}, {start: {id:"netherlands"}, end: {id:"250014668--steven-berghuis"}, properties:{}}, {start: {id:"netherlands"}, end: {id:"250005343--luuk-de-jong"}, properties:{}}, {start: {id:"netherlands"}, end: {id:"250024860--memphis-depay"}, properties:{}}, {start: {id:"netherlands"}, end: {id:"250081555--donyell-malen"}, properties:{}}, {start: {id:"netherlands"}, end: {id:"250078682--wout-weghorst"}, properties:{}}, {start: {id:"netherlands"}, end: {id:"250096849--cody-gakpo"}, properties:{}}, {start: {id:"north-macedonia"}, end: {id:"250014421--stole-dimitrievski"}, properties:{}}, {start: {id:"north-macedonia"}, end: {id:"250079552--risto-jankov"}, properties:{}}, {start: {id:"north-macedonia"}, end: {id:"250022908--damjan-siskovski"}, properties:{}}, {start: {id:"north-macedonia"}, end: {id:"250055992--egzon-bejtulai"}, properties:{}}, {start: {id:"north-macedonia"}, end: {id:"250031589--gjoko-zajkov"}, properties:{}}, {start: {id:"north-macedonia"}, end: {id:"107972--kire-ristevski"}, properties:{}}, {start: {id:"north-macedonia"}, end: {id:"250022910--visar-musliu"}, properties:{}}, {start: {id:"north-macedonia"}, end: {id:"250028268--egzijan-alioski"}, properties:{}}, {start: {id:"north-macedonia"}, end: {id:"250004363--stefan-ristovski"}, properties:{}}, {start: {id:"north-macedonia"}, end: {id:"250031588--darko-velkoski"}, properties:{}}] AS row
MATCH (start:Country{id: row.start.id})
MATCH (end:Player{id: row.end.id})
CREATE (start)-[r:HAS_PLAYER]->(end) SET r += row.properties;
UNWIND [{start: {id:"north-macedonia"}, end: {id:"250005231--arijan-ademi"}, properties:{}}, {start: {id:"north-macedonia"}, end: {id:"250022169--feran-hasani"}, properties:{}}, {start: {id:"north-macedonia"}, end: {id:"250055403--tihomir-kostadinov"}, properties:{}}, {start: {id:"north-macedonia"}, end: {id:"250043103--boban-nikolov"}, properties:{}}, {start: {id:"north-macedonia"}, end: {id:"250064634--enis-bardi"}, properties:{}}, {start: {id:"north-macedonia"}, end: {id:"107976--stefan-spirovski"}, properties:{}}, {start: {id:"north-macedonia"}, end: {id:"250091841--eljif-elmas"}, properties:{}}, {start: {id:"north-macedonia"}, end: {id:"250105582--darko-churlinov"}, properties:{}}, {start: {id:"north-macedonia"}, end: {id:"250072833--milan-ristovski"}, properties:{}}, {start: {id:"north-macedonia"}, end: {id:"73471--ivan-trickovski"}, properties:{}}, {start: {id:"north-macedonia"}, end: {id:"250039878--aleksandar-trajkovski"}, properties:{}}, {start: {id:"north-macedonia"}, end: {id:"52148--goran-pandev"}, properties:{}}, {start: {id:"north-macedonia"}, end: {id:"250116833--vlatko-stojanovski"}, properties:{}}, {start: {id:"north-macedonia"}, end: {id:"96418--krste-velkoski"}, properties:{}}, {start: {id:"north-macedonia"}, end: {id:"250059633--marjan-radeski"}, properties:{}}, {start: {id:"north-macedonia"}, end: {id:"250031583--daniel-avramovski"}, properties:{}}, {start: {id:"poland"}, end: {id:"108501--wojciech-szczesny"}, properties:{}}, {start: {id:"poland"}, end: {id:"250040573--lukasz-skorupski"}, properties:{}}, {start: {id:"poland"}, end: {id:"62333--lukasz-fabianski"}, properties:{}}, {start: {id:"poland"}, end: {id:"250127492--kamil-piatkowski"}, properties:{}}] AS row
MATCH (start:Country{id: row.start.id})
MATCH (end:Player{id: row.end.id})
CREATE (start)-[r:HAS_PLAYER]->(end) SET r += row.properties;
UNWIND [{start: {id:"poland"}, end: {id:"250024359--tomasz-kedziora"}, properties:{}}, {start: {id:"poland"}, end: {id:"250056266--jan-bednarek"}, properties:{}}, {start: {id:"poland"}, end: {id:"103881--maciej-rybus"}, properties:{}}, {start: {id:"poland"}, end: {id:"1902388--kamil-glik"}, properties:{}}, {start: {id:"poland"}, end: {id:"250020213--bartosz-bereszynski"}, properties:{}}, {start: {id:"poland"}, end: {id:"250073460--michal-helik"}, properties:{}}, {start: {id:"poland"}, end: {id:"250090285--tymoteusz-puchacz"}, properties:{}}, {start: {id:"poland"}, end: {id:"250070827--pawel-dawidowicz"}, properties:{}}, {start: {id:"poland"}, end: {id:"250127199--kacper-kozlowski"}, properties:{}}, {start: {id:"poland"}, end: {id:"250042409--karol-linetty"}, properties:{}}, {start: {id:"poland"}, end: {id:"102092--grzegorz-krychowiak"}, properties:{}}, {start: {id:"poland"}, end: {id:"250005583--mateusz-klich"}, properties:{}}, {start: {id:"poland"}, end: {id:"250092129--jakub-moder"}, properties:{}}, {start: {id:"poland"}, end: {id:"250107490--przemyslaw-placheta"}, properties:{}}, {start: {id:"poland"}, end: {id:"250066342--przemyslaw-frankowski"}, properties:{}}, {start: {id:"poland"}, end: {id:"250024370--piotr-zielinski"}, properties:{}}, {start: {id:"poland"}, end: {id:"250079601--kamil-jozwiak"}, properties:{}}, {start: {id:"poland"}, end: {id:"250002096--robert-lewandowski"}, properties:{}}, {start: {id:"poland"}, end: {id:"250083605--karol-swiderski"}, properties:{}}, {start: {id:"poland"}, end: {id:"250056259--dawid-kownacki"}, properties:{}}] AS row
MATCH (start:Country{id: row.start.id})
MATCH (end:Player{id: row.end.id})
CREATE (start)-[r:HAS_PLAYER]->(end) SET r += row.properties;
UNWIND [{start: {id:"poland"}, end: {id:"250050494--jakub-swierczok"}, properties:{}}, {start: {id:"portugal"}, end: {id:"93443--rui-patricio"}, properties:{}}, {start: {id:"portugal"}, end: {id:"1901643--anthony-lopes"}, properties:{}}, {start: {id:"portugal"}, end: {id:"250062141--rui-silva"}, properties:{}}, {start: {id:"portugal"}, end: {id:"250086090--nelson-semedo"}, properties:{}}, {start: {id:"portugal"}, end: {id:"95417--pepe"}, properties:{}}, {start: {id:"portugal"}, end: {id:"250058220--ruben-dias"}, properties:{}}, {start: {id:"portugal"}, end: {id:"250066156--raphael-guerreiro"}, properties:{}}, {start: {id:"portugal"}, end: {id:"101788--jose-fonte"}, properties:{}}, {start: {id:"portugal"}, end: {id:"250024746--joao-cancelo"}, properties:{}}, {start: {id:"portugal"}, end: {id:"250136465--nuno-mendes"}, properties:{}}, {start: {id:"portugal"}, end: {id:"70098--joao-moutinho"}, properties:{}}, {start: {id:"portugal"}, end: {id:"250059115--bernardo-silva"}, properties:{}}, {start: {id:"portugal"}, end: {id:"250078886--bruno-fernandes"}, properties:{}}, {start: {id:"portugal"}, end: {id:"250014528--danilo"}, properties:{}}, {start: {id:"portugal"}, end: {id:"1907943--william-carvalho"}, properties:{}}, {start: {id:"portugal"}, end: {id:"250058218--renato-sanches"}, properties:{}}, {start: {id:"portugal"}, end: {id:"250054760--goncalo-guedes"}, properties:{}}, {start: {id:"portugal"}, end: {id:"250055271--ruben-neves"}, properties:{}}, {start: {id:"portugal"}, end: {id:"250143328--pote"}, properties:{}}] AS row
MATCH (start:Country{id: row.start.id})
MATCH (end:Player{id: row.end.id})
CREATE (start)-[r:HAS_PLAYER]->(end) SET r += row.properties;
UNWIND [{start: {id:"portugal"}, end: {id:"250003853--sergio-oliveira"}, properties:{}}, {start: {id:"portugal"}, end: {id:"250067295--joao-palhinha"}, properties:{}}, {start: {id:"portugal"}, end: {id:"63706--cristiano-ronaldo"}, properties:{}}, {start: {id:"portugal"}, end: {id:"250042521--andre-silva"}, properties:{}}, {start: {id:"portugal"}, end: {id:"250063447--rafa-silva"}, properties:{}}, {start: {id:"portugal"}, end: {id:"250080471--diogo-jota"}, properties:{}}, {start: {id:"portugal"}, end: {id:"250101463--joao-felix"}, properties:{}}, {start: {id:"russia"}, end: {id:"1906051--anton-shunin"}, properties:{}}, {start: {id:"russia"}, end: {id:"250154966--yuri-dyupin"}, properties:{}}, {start: {id:"russia"}, end: {id:"250090101--matvei-safonov"}, properties:{}}, {start: {id:"russia"}, end: {id:"250052963--mario-fernandes"}, properties:{}}, {start: {id:"russia"}, end: {id:"250116727--igor-diveev"}, properties:{}}, {start: {id:"russia"}, end: {id:"250042589--vyacheslav-karavaev"}, properties:{}}, {start: {id:"russia"}, end: {id:"250070391--andrei-semenov"}, properties:{}}, {start: {id:"russia"}, end: {id:"1900711--fedor-kudryashov"}, properties:{}}, {start: {id:"russia"}, end: {id:"250105976--georgi-dzhikiya"}, properties:{}}, {start: {id:"russia"}, end: {id:"250039177--denis-cheryshev"}, properties:{}}, {start: {id:"russia"}, end: {id:"250021669--magomed-ozdoev"}, properties:{}}, {start: {id:"russia"}, end: {id:"250058228--dmitri-barinov"}, properties:{}}, {start: {id:"russia"}, end: {id:"250024491--roman-zobnin"}, properties:{}}] AS row
MATCH (start:Country{id: row.start.id})
MATCH (end:Player{id: row.end.id})
CREATE (start)-[r:HAS_PLAYER]->(end) SET r += row.properties;
UNWIND [{start: {id:"russia"}, end: {id:"250058227--aleksandr-golovin"}, properties:{}}, {start: {id:"russia"}, end: {id:"94880--yuri-zhirkov"}, properties:{}}, {start: {id:"russia"}, end: {id:"250058763--rifat-zhemaletdinov"}, properties:{}}, {start: {id:"russia"}, end: {id:"250089462--daniil-fomin"}, properties:{}}, {start: {id:"russia"}, end: {id:"250111090--daler-kuzyaev"}, properties:{}}, {start: {id:"russia"}, end: {id:"250143312--andrei-mostovoy"}, properties:{}}, {start: {id:"russia"}, end: {id:"250135265--maksim-mukhin"}, properties:{}}, {start: {id:"russia"}, end: {id:"250118442--aleksandr-sobolev"}, properties:{}}, {start: {id:"russia"}, end: {id:"1906990--anton-zabolotny"}, properties:{}}, {start: {id:"russia"}, end: {id:"250083244--aleksei-miranchuk"}, properties:{}}, {start: {id:"russia"}, end: {id:"103984--aleksei-ionov"}, properties:{}}, {start: {id:"russia"}, end: {id:"97787--artem-dzyuba"}, properties:{}}, {start: {id:"russia"}, end: {id:"250146595--denis-makarov"}, properties:{}}, {start: {id:"scotland"}, end: {id:"64005--david-marshall"}, properties:{}}, {start: {id:"scotland"}, end: {id:"57423--craig-gordon"}, properties:{}}, {start: {id:"scotland"}, end: {id:"250118480--jon-mclaughlin"}, properties:{}}, {start: {id:"scotland"}, end: {id:"250011077--stephen-o-donnell"}, properties:{}}, {start: {id:"scotland"}, end: {id:"250066157--andrew-robertson"}, properties:{}}, {start: {id:"scotland"}, end: {id:"250013301--grant-hanley"}, properties:{}}, {start: {id:"scotland"}, end: {id:"250067541--kieran-tierney"}, properties:{}}] AS row
MATCH (start:Country{id: row.start.id})
MATCH (end:Player{id: row.end.id})
CREATE (start)-[r:HAS_PLAYER]->(end) SET r += row.properties;
UNWIND [{start: {id:"scotland"}, end: {id:"250112842--greg-taylor"}, properties:{}}, {start: {id:"scotland"}, end: {id:"250137435--declan-gallagher"}, properties:{}}, {start: {id:"scotland"}, end: {id:"1909610--liam-cooper"}, properties:{}}, {start: {id:"scotland"}, end: {id:"250107124--nathan-patterson"}, properties:{}}, {start: {id:"scotland"}, end: {id:"250117436--jack-hendry"}, properties:{}}, {start: {id:"scotland"}, end: {id:"250066203--scott-mckenna"}, properties:{}}, {start: {id:"scotland"}, end: {id:"250088240--scott-mctominay"}, properties:{}}, {start: {id:"scotland"}, end: {id:"250058958--john-mcginn"}, properties:{}}, {start: {id:"scotland"}, end: {id:"250014042--callum-mcgregor"}, properties:{}}, {start: {id:"scotland"}, end: {id:"250075704--ryan-christie"}, properties:{}}, {start: {id:"scotland"}, end: {id:"1906287--john-fleck"}, properties:{}}, {start: {id:"scotland"}, end: {id:"250017884--stuart-armstrong"}, properties:{}}, {start: {id:"scotland"}, end: {id:"250141857--david-turnbull"}, properties:{}}, {start: {id:"scotland"}, end: {id:"250055723--ryan-fraser"}, properties:{}}, {start: {id:"scotland"}, end: {id:"250107117--billy-gilmour"}, properties:{}}, {start: {id:"scotland"}, end: {id:"1909868--james-forrest"}, properties:{}}, {start: {id:"scotland"}, end: {id:"250143241--lyndon-dykes"}, properties:{}}, {start: {id:"scotland"}, end: {id:"250155055--che-adams"}, properties:{}}, {start: {id:"scotland"}, end: {id:"250147581--kevin-nisbet"}, properties:{}}, {start: {id:"slovakia"}, end: {id:"1904029--martin-dubravka"}, properties:{}}] AS row
MATCH (start:Country{id: row.start.id})
MATCH (end:Player{id: row.end.id})
CREATE (start)-[r:HAS_PLAYER]->(end) SET r += row.properties;
UNWIND [{start: {id:"slovakia"}, end: {id:"62411--dusan-kuciak"}, properties:{}}, {start: {id:"slovakia"}, end: {id:"250080116--marek-rodak"}, properties:{}}, {start: {id:"slovakia"}, end: {id:"67750--peter-pekarik"}, properties:{}}, {start: {id:"slovakia"}, end: {id:"250058731--denis-vavro"}, properties:{}}, {start: {id:"slovakia"}, end: {id:"250066374--martin-valjent"}, properties:{}}, {start: {id:"slovakia"}, end: {id:"250041561--lubomir-satka"}, properties:{}}, {start: {id:"slovakia"}, end: {id:"250041563--milan-skriniar"}, properties:{}}, {start: {id:"slovakia"}, end: {id:"95711--tomas-hubocan"}, properties:{}}, {start: {id:"slovakia"}, end: {id:"250092668--david-hancko"}, properties:{}}, {start: {id:"slovakia"}, end: {id:"250143795--martin-koscelnik"}, properties:{}}, {start: {id:"slovakia"}, end: {id:"1906308--jan-gregus"}, properties:{}}, {start: {id:"slovakia"}, end: {id:"102153--vladimir-weiss"}, properties:{}}, {start: {id:"slovakia"}, end: {id:"250055981--ondrej-duda"}, properties:{}}, {start: {id:"slovakia"}, end: {id:"250117652--tomas-suslov"}, properties:{}}, {start: {id:"slovakia"}, end: {id:"250065028--laszlo-benes"}, properties:{}}, {start: {id:"slovakia"}, end: {id:"250043185--patrik-hrosovsky"}, properties:{}}, {start: {id:"slovakia"}, end: {id:"73965--marek-hamsik"}, properties:{}}, {start: {id:"slovakia"}, end: {id:"250058722--lukas-haraslin"}, properties:{}}, {start: {id:"slovakia"}, end: {id:"1905643--juraj-kucka"}, properties:{}}, {start: {id:"slovakia"}, end: {id:"250055982--stanislav-lobotka"}, properties:{}}] AS row
MATCH (start:Country{id: row.start.id})
MATCH (end:Player{id: row.end.id})
CREATE (start)-[r:HAS_PLAYER]->(end) SET r += row.properties;
UNWIND [{start: {id:"slovakia"}, end: {id:"250064247--jakub-hromada"}, properties:{}}, {start: {id:"slovakia"}, end: {id:"250089338--robert"}, properties:{}}, {start: {id:"slovakia"}, end: {id:"107044--robert-mak"}, properties:{}}, {start: {id:"slovakia"}, end: {id:"107472--michal-duris"}, properties:{}}, {start: {id:"slovakia"}, end: {id:"250012660--ivan-schranz"}, properties:{}}, {start: {id:"spain"}, end: {id:"1901746--david-de-gea"}, properties:{}}, {start: {id:"spain"}, end: {id:"250154983--robert-sanchez"}, properties:{}}, {start: {id:"spain"}, end: {id:"250076116--unai-simon"}, properties:{}}, {start: {id:"spain"}, end: {id:"103827--cesar-azpilicueta"}, properties:{}}, {start: {id:"spain"}, end: {id:"250057121--diego-diego-llorente"}, properties:{}}, {start: {id:"spain"}, end: {id:"250088461--pau-torres"}, properties:{}}, {start: {id:"spain"}, end: {id:"250103561--eric-eric-garcia"}, properties:{}}, {start: {id:"spain"}, end: {id:"250047086--jose-gaya"}, properties:{}}, {start: {id:"spain"}, end: {id:"250000036--jordi-alba"}, properties:{}}, {start: {id:"spain"}, end: {id:"250027046--aymeric-laporte-fevre"}, properties:{}}, {start: {id:"spain"}, end: {id:"250002704--sergio-busquets"}, properties:{}}, {start: {id:"spain"}, end: {id:"250079670--marcos-llorente"}, properties:{}}, {start: {id:"spain"}, end: {id:"1909917--koke"}, properties:{}}, {start: {id:"spain"}, end: {id:"1906776--thiago-alcantara"}, properties:{}}, {start: {id:"spain"}, end: {id:"250088320--ferran-torres"}, properties:{}}] AS row
MATCH (start:Country{id: row.start.id})
MATCH (end:Player{id: row.end.id})
CREATE (start)-[r:HAS_PLAYER]->(end) SET r += row.properties;
UNWIND [{start: {id:"spain"}, end: {id:"250082664--rodri"}, properties:{}}, {start: {id:"spain"}, end: {id:"250115436--fabian-ruiz"}, properties:{}}, {start: {id:"spain"}, end: {id:"250081720--dani-olmo"}, properties:{}}, {start: {id:"spain"}, end: {id:"250056274--adama-traore"}, properties:{}}, {start: {id:"spain"}, end: {id:"1909920--pablo-sarabia"}, properties:{}}, {start: {id:"spain"}, end: {id:"250024456--alvaro-morata"}, properties:{}}, {start: {id:"spain"}, end: {id:"250074565--gerard-moreno"}, properties:{}}, {start: {id:"spain"}, end: {id:"250097180--mikel-oyarzabal"}, properties:{}}, {start: {id:"spain"}, end: {id:"250143693--pedri"}, properties:{}}, {start: {id:"sweden"}, end: {id:"250049713--robin-olsen"}, properties:{}}, {start: {id:"sweden"}, end: {id:"250005387--karl-johan-johnsson"}, properties:{}}, {start: {id:"sweden"}, end: {id:"250000108--kristoffer-nordfeldt"}, properties:{}}, {start: {id:"sweden"}, end: {id:"97687--mikael-lustig"}, properties:{}}, {start: {id:"sweden"}, end: {id:"250055905--victor-lindelof"}, properties:{}}, {start: {id:"sweden"}, end: {id:"95669--andreas-granqvist"}, properties:{}}, {start: {id:"sweden"}, end: {id:"1904230--pierre-bengtsson"}, properties:{}}, {start: {id:"sweden"}, end: {id:"250024701--ludwig-augustinsson"}, properties:{}}, {start: {id:"sweden"}, end: {id:"250034742--filip-helander"}, properties:{}}, {start: {id:"sweden"}, end: {id:"250049881--emil-krafth"}, properties:{}}, {start: {id:"sweden"}, end: {id:"1908319--pontus-jansson"}, properties:{}}] AS row
MATCH (start:Country{id: row.start.id})
MATCH (end:Player{id: row.end.id})
CREATE (start)-[r:HAS_PLAYER]->(end) SET r += row.properties;
UNWIND [{start: {id:"sweden"}, end: {id:"1907505--marcus-danielson"}, properties:{}}, {start: {id:"sweden"}, end: {id:"62487--sebastian-larsson"}, properties:{}}, {start: {id:"sweden"}, end: {id:"102351--albin-ekdal"}, properties:{}}, {start: {id:"sweden"}, end: {id:"250013469--emil-forsberg"}, properties:{}}, {start: {id:"sweden"}, end: {id:"99924--gustav-svensson"}, properties:{}}, {start: {id:"sweden"}, end: {id:"250110384--ken-sema"}, properties:{}}, {start: {id:"sweden"}, end: {id:"250024171--viktor-claesson"}, properties:{}}, {start: {id:"sweden"}, end: {id:"250076479--mattias-svanberg"}, properties:{}}, {start: {id:"sweden"}, end: {id:"250040953--kristoffer-olsson"}, properties:{}}, {start: {id:"sweden"}, end: {id:"250103985--dejan-kulusevski"}, properties:{}}, {start: {id:"sweden"}, end: {id:"250050478--robin-quaison"}, properties:{}}, {start: {id:"sweden"}, end: {id:"250121175--jens-lys-cajuste"}, properties:{}}, {start: {id:"sweden"}, end: {id:"97688--marcus-berg"}, properties:{}}, {start: {id:"sweden"}, end: {id:"250089868--alexander-isak"}, properties:{}}, {start: {id:"sweden"}, end: {id:"250090718--jordan-larsson"}, properties:{}}, {start: {id:"switzerland"}, end: {id:"97746--yann-sommer"}, properties:{}}, {start: {id:"switzerland"}, end: {id:"250026983--yvon-mvogo"}, properties:{}}, {start: {id:"switzerland"}, end: {id:"250072893--jonas-omlin"}, properties:{}}, {start: {id:"switzerland"}, end: {id:"250046574--kevin-mbabu"}, properties:{}}, {start: {id:"switzerland"}, end: {id:"250042877--silvan-widmer"}, properties:{}}] AS row
MATCH (start:Country{id: row.start.id})
MATCH (end:Player{id: row.end.id})
CREATE (start)-[r:HAS_PLAYER]->(end) SET r += row.properties;
UNWIND [{start: {id:"switzerland"}, end: {id:"250055734--nico-elvedi"}, properties:{}}, {start: {id:"switzerland"}, end: {id:"250085369--manuel-akanji"}, properties:{}}, {start: {id:"switzerland"}, end: {id:"250011089--ricardo-rodriguez"}, properties:{}}, {start: {id:"switzerland"}, end: {id:"250019346--loris-benito"}, properties:{}}, {start: {id:"switzerland"}, end: {id:"250050401--fabian-schar"}, properties:{}}, {start: {id:"switzerland"}, end: {id:"250116165--becir-omeragic"}, properties:{}}, {start: {id:"switzerland"}, end: {id:"250076183--eray-comert"}, properties:{}}, {start: {id:"switzerland"}, end: {id:"250091355--jordan-lotomba"}, properties:{}}, {start: {id:"switzerland"}, end: {id:"250079677--denis-zakaria"}, properties:{}}, {start: {id:"switzerland"}, end: {id:"250023097--remo-freuler"}, properties:{}}, {start: {id:"switzerland"}, end: {id:"250004721--granit-xhaka"}, properties:{}}, {start: {id:"switzerland"}, end: {id:"250110397--ruben-vargas"}, properties:{}}, {start: {id:"switzerland"}, end: {id:"1905363--steven-zuber"}, properties:{}}, {start: {id:"switzerland"}, end: {id:"250065420--djibril-sow"}, properties:{}}, {start: {id:"switzerland"}, end: {id:"250110901--christian-fassnacht"}, properties:{}}, {start: {id:"switzerland"}, end: {id:"250086789--edimilson-fernandes"}, properties:{}}, {start: {id:"switzerland"}, end: {id:"1905360--xherdan-shaqiri"}, properties:{}}, {start: {id:"switzerland"}, end: {id:"250064274--breel-embolo"}, properties:{}}, {start: {id:"switzerland"}, end: {id:"250002548--haris-seferovic"}, properties:{}}, {start: {id:"switzerland"}, end: {id:"1905353--admir-mehmedi"}, properties:{}}] AS row
MATCH (start:Country{id: row.start.id})
MATCH (end:Player{id: row.end.id})
CREATE (start)-[r:HAS_PLAYER]->(end) SET r += row.properties;
UNWIND [{start: {id:"switzerland"}, end: {id:"102130--mario-gavranovic"}, properties:{}}, {start: {id:"turkey"}, end: {id:"103243--mert-gunok"}, properties:{}}, {start: {id:"turkey"}, end: {id:"250107375--altay-bayindir"}, properties:{}}, {start: {id:"turkey"}, end: {id:"250078452--ugurcan-cakir"}, properties:{}}, {start: {id:"turkey"}, end: {id:"250067420--zeki-celik"}, properties:{}}, {start: {id:"turkey"}, end: {id:"250077686--merih-demiral"}, properties:{}}, {start: {id:"turkey"}, end: {id:"250082679--caglar-soyuncu"}, properties:{}}, {start: {id:"turkey"}, end: {id:"250097387--umut-meras"}, properties:{}}, {start: {id:"turkey"}, end: {id:"250103777--ozan-kabak"}, properties:{}}, {start: {id:"turkey"}, end: {id:"250108732--ridvan-yilmaz"}, properties:{}}, {start: {id:"turkey"}, end: {id:"250023940--kaan-ayhan"}, properties:{}}, {start: {id:"turkey"}, end: {id:"250097238--mert-muldur"}, properties:{}}, {start: {id:"turkey"}, end: {id:"250014355--okay-yokuslu"}, properties:{}}, {start: {id:"turkey"}, end: {id:"250053203--ozan-tufan"}, properties:{}}, {start: {id:"turkey"}, end: {id:"250112811--dorukhan-tokoz"}, properties:{}}, {start: {id:"turkey"}, end: {id:"250022829--hakan-calhanoglu"}, properties:{}}, {start: {id:"turkey"}, end: {id:"250042567--taylan-antalyali"}, properties:{}}, {start: {id:"turkey"}, end: {id:"250113211--orkun-kokcu"}, properties:{}}, {start: {id:"turkey"}, end: {id:"250089842--abdulkadir-omur"}, properties:{}}, {start: {id:"turkey"}, end: {id:"250046542--irfan-can-kahveci"}, properties:{}}] AS row
MATCH (start:Country{id: row.start.id})
MATCH (end:Player{id: row.end.id})
CREATE (start)-[r:HAS_PLAYER]->(end) SET r += row.properties;
UNWIND [{start: {id:"turkey"}, end: {id:"250146674--m-kerem-akturkoglu"}, properties:{}}, {start: {id:"turkey"}, end: {id:"250118078--halil-dervisoglu"}, properties:{}}, {start: {id:"turkey"}, end: {id:"250082680--cengiz-under"}, properties:{}}, {start: {id:"turkey"}, end: {id:"250050354--kenan-karaman"}, properties:{}}, {start: {id:"turkey"}, end: {id:"250097254--yusuf-yazici"}, properties:{}}, {start: {id:"turkey"}, end: {id:"250062599--enes-unal"}, properties:{}}, {start: {id:"turkey"}, end: {id:"62309--burak-yilmaz"}, properties:{}}, {start: {id:"ukraine"}, end: {id:"250024883--georgiy-bushchan"}, properties:{}}, {start: {id:"ukraine"}, end: {id:"67855--andriy-pyatov"}, properties:{}}, {start: {id:"ukraine"}, end: {id:"250113444--anatolii-trubin"}, properties:{}}, {start: {id:"ukraine"}, end: {id:"250042644--eduard-sobol"}, properties:{}}, {start: {id:"ukraine"}, end: {id:"107955--serhiy-kryvtsov"}, properties:{}}, {start: {id:"ukraine"}, end: {id:"250119185--illia-zabarnyi"}, properties:{}}, {start: {id:"ukraine"}, end: {id:"250092185--vitaliy-mykolenko"}, properties:{}}, {start: {id:"ukraine"}, end: {id:"250056861--oleksandr-zinchenko"}, properties:{}}, {start: {id:"ukraine"}, end: {id:"250004740--oleksandr-karavaev"}, properties:{}}, {start: {id:"ukraine"}, end: {id:"250064444--mykola-matviyenko"}, properties:{}}, {start: {id:"ukraine"}, end: {id:"250066774--oleksandr-tymchyk"}, properties:{}}, {start: {id:"ukraine"}, end: {id:"250089817--denys-popov"}, properties:{}}, {start: {id:"ukraine"}, end: {id:"250119181--heorhii-sudakov"}, properties:{}}] AS row
MATCH (start:Country{id: row.start.id})
MATCH (end:Player{id: row.end.id})
CREATE (start)-[r:HAS_PLAYER]->(end) SET r += row.properties;
UNWIND [{start: {id:"ukraine"}, end: {id:"250008250--serhiy-sydorchuk"}, properties:{}}, {start: {id:"ukraine"}, end: {id:"1902685--taras-stepanenko"}, properties:{}}, {start: {id:"ukraine"}, end: {id:"250043090--ruslan-malinovskyi"}, properties:{}}, {start: {id:"ukraine"}, end: {id:"250087711--mykola-shaparenko"}, properties:{}}, {start: {id:"ukraine"}, end: {id:"250045024--marlos"}, properties:{}}, {start: {id:"ukraine"}, end: {id:"250063372--yevhen-makarenko"}, properties:{}}, {start: {id:"ukraine"}, end: {id:"250058270--viktor-tsygankov"}, properties:{}}, {start: {id:"ukraine"}, end: {id:"250008023--roman-bezus"}, properties:{}}, {start: {id:"ukraine"}, end: {id:"250000069--andriy-yarmolenko"}, properties:{}}, {start: {id:"ukraine"}, end: {id:"250047100--roman-yaremchuk"}, properties:{}}, {start: {id:"ukraine"}, end: {id:"250070170--artem-besedin"}, properties:{}}, {start: {id:"ukraine"}, end: {id:"250064446--oleksandr-zubkov"}, properties:{}}, {start: {id:"ukraine"}, end: {id:"250100997--artem-dovbyk"}, properties:{}}, {start: {id:"wales"}, end: {id:"74897--wayne-hennessey"}, properties:{}}, {start: {id:"wales"}, end: {id:"250012939--danny-ward"}, properties:{}}, {start: {id:"wales"}, end: {id:"250100010--adam-davies"}, properties:{}}, {start: {id:"wales"}, end: {id:"102221--chris-gunter"}, properties:{}}, {start: {id:"wales"}, end: {id:"250113272--neco-williams"}, properties:{}}, {start: {id:"wales"}, end: {id:"250012942--ben-davies"}, properties:{}}, {start: {id:"wales"}, end: {id:"250090824--tom-lockyer"}, properties:{}}] AS row
MATCH (start:Country{id: row.start.id})
MATCH (end:Player{id: row.end.id})
CREATE (start)-[r:HAS_PLAYER]->(end) SET r += row.properties;
UNWIND [{start: {id:"wales"}, end: {id:"250101045--joe-rodon"}, properties:{}}, {start: {id:"wales"}, end: {id:"250097244--connor-roberts"}, properties:{}}, {start: {id:"wales"}, end: {id:"250097090--ethan-ampadu"}, properties:{}}, {start: {id:"wales"}, end: {id:"250116809--rhys-norrington-davies"}, properties:{}}, {start: {id:"wales"}, end: {id:"250112383--chris-mepham"}, properties:{}}, {start: {id:"wales"}, end: {id:"250103440--benjamin-cabango"}, properties:{}}, {start: {id:"wales"}, end: {id:"107011--joe-allen"}, properties:{}}, {start: {id:"wales"}, end: {id:"250065203--harry-wilson"}, properties:{}}, {start: {id:"wales"}, end: {id:"103769--aaron-ramsey"}, properties:{}}, {start: {id:"wales"}, end: {id:"250065196--joe-morrell"}, properties:{}}, {start: {id:"wales"}, end: {id:"250007344--jonny-williams"}, properties:{}}, {start: {id:"wales"}, end: {id:"250076590--david-brooks"}, properties:{}}, {start: {id:"wales"}, end: {id:"250065198--daniel-james"}, properties:{}}, {start: {id:"wales"}, end: {id:"250103444--dylan-levitt"}, properties:{}}, {start: {id:"wales"}, end: {id:"250117658--rubin-colwill"}, properties:{}}, {start: {id:"wales"}, end: {id:"250081812--matthew-smith"}, properties:{}}, {start: {id:"wales"}, end: {id:"250079203--tyler-roberts"}, properties:{}}, {start: {id:"wales"}, end: {id:"102225--gareth-bale"}, properties:{}}, {start: {id:"wales"}, end: {id:"250130512--kieffer-moore"}, properties:{}}, {start: {id:"austria"}, end: {id:"250055899--alexander-schlager"}, properties:{}}] AS row
MATCH (start:Country{id: row.start.id})
MATCH (end:Player{id: row.end.id})
CREATE (start)-[r:HAS_PLAYER]->(end) SET r += row.properties;
UNWIND [{start: {id:"austria"}, end: {id:"250021810--pavao-pervan"}, properties:{}}, {start: {id:"austria"}, end: {id:"250056875--daniel-bachmann"}, properties:{}}, {start: {id:"austria"}, end: {id:"101177--andreas-ulmer"}, properties:{}}, {start: {id:"austria"}, end: {id:"1909713--aleksandar-dragovic"}, properties:{}}, {start: {id:"austria"}, end: {id:"250020234--martin-hinteregger"}, properties:{}}, {start: {id:"austria"}, end: {id:"250065419--stefan-posch"}, properties:{}}, {start: {id:"austria"}, end: {id:"1906540--david-alaba"}, properties:{}}, {start: {id:"austria"}, end: {id:"250073627--philipp-lienhart"}, properties:{}}, {start: {id:"austria"}, end: {id:"250003976--stefan-lainer"}, properties:{}}, {start: {id:"austria"}, end: {id:"150182144--marco-friedl"}, properties:{}}, {start: {id:"austria"}, end: {id:"103354--stefan-ilsanker"}, properties:{}}, {start: {id:"austria"}, end: {id:"250024349--marcel-sabitzer"}, properties:{}}, {start: {id:"austria"}, end: {id:"250041706--florian-grillitsch"}, properties:{}}, {start: {id:"austria"}, end: {id:"98843--julian-baumgartlinger"}, properties:{}}, {start: {id:"austria"}, end: {id:"250010552--christopher-trimmel"}, properties:{}}, {start: {id:"austria"}, end: {id:"250024351--louis-schaub"}, properties:{}}, {start: {id:"austria"}, end: {id:"250050403--alessandro-schopf"}, properties:{}}, {start: {id:"austria"}, end: {id:"250089289--christoph-baumgartner"}, properties:{}}, {start: {id:"austria"}, end: {id:"250075612--karim-onisiwo"}, properties:{}}, {start: {id:"austria"}, end: {id:"250052757--valentino-lazaro"}, properties:{}}] AS row
MATCH (start:Country{id: row.start.id})
MATCH (end:Player{id: row.end.id})
CREATE (start)-[r:HAS_PLAYER]->(end) SET r += row.properties;
UNWIND [{start: {id:"austria"}, end: {id:"250065408--xaver-schlager"}, properties:{}}, {start: {id:"austria"}, end: {id:"250065413--konrad-laimer"}, properties:{}}, {start: {id:"austria"}, end: {id:"1903428--marko-arnautovic"}, properties:{}}, {start: {id:"austria"}, end: {id:"250023832--michael-gregoritsch"}, properties:{}}, {start: {id:"austria"}, end: {id:"250116789--sasa-kalajdzic"}, properties:{}}, {start: {id:"belgium"}, end: {id:"250011668--thibaut-courtois"}, properties:{}}, {start: {id:"belgium"}, end: {id:"98078--simon-mignolet"}, properties:{}}, {start: {id:"belgium"}, end: {id:"250007046--matz-sels"}, properties:{}}, {start: {id:"belgium"}, end: {id:"103333--toby-alderweireld"}, properties:{}}, {start: {id:"belgium"}, end: {id:"71982--thomas-vermaelen"}, properties:{}}, {start: {id:"belgium"}, end: {id:"250005255--dedryck-boyata"}, properties:{}}, {start: {id:"belgium"}, end: {id:"103704--jan-vertonghen"}, properties:{}}, {start: {id:"belgium"}, end: {id:"250029318--thomas-meunier"}, properties:{}}, {start: {id:"belgium"}, end: {id:"250064362--jason-denayer"}, properties:{}}, {start: {id:"belgium"}, end: {id:"250058949--timothy-castagne"}, properties:{}}, {start: {id:"belgium"}, end: {id:"103335--axel-witsel"}, properties:{}}, {start: {id:"belgium"}, end: {id:"250008901--kevin-de-bruyne"}, properties:{}}, {start: {id:"belgium"}, end: {id:"250064006--youri-tielemans"}, properties:{}}, {start: {id:"belgium"}, end: {id:"1902160--eden-hazard"}, properties:{}}, {start: {id:"belgium"}, end: {id:"250040959--yannick-carrasco"}, properties:{}}] AS row
MATCH (start:Country{id: row.start.id})
MATCH (end:Player{id: row.end.id})
CREATE (start)-[r:HAS_PLAYER]->(end) SET r += row.properties;
UNWIND [{start: {id:"belgium"}, end: {id:"250012551--thorgan-hazard"}, properties:{}}, {start: {id:"belgium"}, end: {id:"250064188--hans-vanaken"}, properties:{}}, {start: {id:"belgium"}, end: {id:"250042602--leander-dendoncker"}, properties:{}}, {start: {id:"belgium"}, end: {id:"250022315--nacer-chadli"}, properties:{}}, {start: {id:"belgium"}, end: {id:"250023003--dennis-praet"}, properties:{}}, {start: {id:"belgium"}, end: {id:"250010802--romelu-lukaku"}, properties:{}}, {start: {id:"belgium"}, end: {id:"250019924--dries-mertens"}, properties:{}}, {start: {id:"belgium"}, end: {id:"1902165--christian-benteke"}, properties:{}}, {start: {id:"belgium"}, end: {id:"250038932--michy-batshuayi"}, properties:{}}, {start: {id:"belgium"}, end: {id:"250023009--leandro-trossard"}, properties:{}}, {start: {id:"belgium"}, end: {id:"250113142--jeremy-doku"}, properties:{}}, {start: {id:"croatia"}, end: {id:"250042625--dominik-livakovic"}, properties:{}}, {start: {id:"croatia"}, end: {id:"108956--lovre-kalinic"}, properties:{}}, {start: {id:"croatia"}, end: {id:"250012526--simon-sluga"}, properties:{}}, {start: {id:"croatia"}, end: {id:"1906421--sime-vrsaljko"}, properties:{}}, {start: {id:"croatia"}, end: {id:"250084988--borna-barisic"}, properties:{}}, {start: {id:"croatia"}, end: {id:"250058183--duje-caleta-car"}, properties:{}}, {start: {id:"croatia"}, end: {id:"97219--dejan-lovren"}, properties:{}}, {start: {id:"croatia"}, end: {id:"250019552--mile-skoric"}, properties:{}}, {start: {id:"croatia"}, end: {id:"108567--domagoj-vida"}, properties:{}}] AS row
MATCH (start:Country{id: row.start.id})
MATCH (end:Player{id: row.end.id})
CREATE (start)-[r:HAS_PLAYER]->(end) SET r += row.properties;
UNWIND [{start: {id:"croatia"}, end: {id:"250078379--josip-juranovic"}, properties:{}}, {start: {id:"croatia"}, end: {id:"250116707--domagoj-bradaric"}, properties:{}}, {start: {id:"croatia"}, end: {id:"250127284--josko-gvardiol"}, properties:{}}, {start: {id:"croatia"}, end: {id:"103310--ivan-perisic"}, properties:{}}, {start: {id:"croatia"}, end: {id:"250023551--mateo-kovacic"}, properties:{}}, {start: {id:"croatia"}, end: {id:"74699--luka-modric"}, properties:{}}, {start: {id:"croatia"}, end: {id:"250040564--marcelo-brozovic"}, properties:{}}, {start: {id:"croatia"}, end: {id:"250066135--nikola-vlasic"}, properties:{}}, {start: {id:"croatia"}, end: {id:"250042631--mario-pasalic"}, properties:{}}, {start: {id:"croatia"}, end: {id:"250024176--mislav-orsic"}, properties:{}}, {start: {id:"croatia"}, end: {id:"97206--milan-badelj"}, properties:{}}, {start: {id:"croatia"}, end: {id:"250098468--luka-ivanusec"}, properties:{}}, {start: {id:"croatia"}, end: {id:"250066132--josip-brekalo"}, properties:{}}, {start: {id:"croatia"}, end: {id:"1906416--andrej-kramaric"}, properties:{}}, {start: {id:"croatia"}, end: {id:"250053837--ante-budimir"}, properties:{}}, {start: {id:"croatia"}, end: {id:"250033878--ante-rebic"}, properties:{}}, {start: {id:"croatia"}, end: {id:"250063394--bruno-petkovic"}, properties:{}}, {start: {id:"czech-republic"}, end: {id:"250000898--tomas-vaclik"}, properties:{}}, {start: {id:"czech-republic"}, end: {id:"250045608--ales-mandous"}, properties:{}}, {start: {id:"czech-republic"}, end: {id:"250078648--jiri-pavlenka"}, properties:{}}] AS row
MATCH (start:Country{id: row.start.id})
MATCH (end:Player{id: row.end.id})
CREATE (start)-[r:HAS_PLAYER]->(end) SET r += row.properties;
UNWIND [{start: {id:"czech-republic"}, end: {id:"250004178--pavel-kaderabek"}, properties:{}}, {start: {id:"czech-republic"}, end: {id:"250000900--ondrej-celustka"}, properties:{}}, {start: {id:"czech-republic"}, end: {id:"250014597--jakub-brabec"}, properties:{}}, {start: {id:"czech-republic"}, end: {id:"250061048--vladimir-coufal"}, properties:{}}, {start: {id:"czech-republic"}, end: {id:"250011913--tomas-kalas"}, properties:{}}, {start: {id:"czech-republic"}, end: {id:"250054481--tomas-holes"}, properties:{}}, {start: {id:"czech-republic"}, end: {id:"250124916--david-zima"}, properties:{}}, {start: {id:"czech-republic"}, end: {id:"1907136--jan-boril"}, properties:{}}, {start: {id:"czech-republic"}, end: {id:"250055105--ales-mateju"}, properties:{}}, {start: {id:"czech-republic"}, end: {id:"250092717--antonin-barak"}, properties:{}}, {start: {id:"czech-republic"}, end: {id:"250040527--vladimir-darida"}, properties:{}}, {start: {id:"czech-republic"}, end: {id:"150296281--lukas-masopust"}, properties:{}}, {start: {id:"czech-republic"}, end: {id:"250055928--petr-sevcik"}, properties:{}}, {start: {id:"czech-republic"}, end: {id:"250081964--jakub-jankto"}, properties:{}}, {start: {id:"czech-republic"}, end: {id:"250066618--tomas-soucek"}, properties:{}}, {start: {id:"czech-republic"}, end: {id:"250077921--alex-kral"}, properties:{}}, {start: {id:"czech-republic"}, end: {id:"250144288--jakub-pesek"}, properties:{}}, {start: {id:"czech-republic"}, end: {id:"250077931--michal-sadilek"}, properties:{}}, {start: {id:"czech-republic"}, end: {id:"250055110--patrik-schick"}, properties:{}}, {start: {id:"czech-republic"}, end: {id:"250029287--michael-krmencik"}, properties:{}}] AS row
MATCH (start:Country{id: row.start.id})
MATCH (end:Player{id: row.end.id})
CREATE (start)-[r:HAS_PLAYER]->(end) SET r += row.properties;
UNWIND [{start: {id:"czech-republic"}, end: {id:"250114001--adam-hlozek"}, properties:{}}, {start: {id:"czech-republic"}, end: {id:"1909688--matej-vydra"}, properties:{}}, {start: {id:"czech-republic"}, end: {id:"102696--tomas-pekhart"}, properties:{}}, {start: {id:"denmark"}, end: {id:"74954--kasper-schmeichel"}, properties:{}}, {start: {id:"denmark"}, end: {id:"102867--jonas-lossl"}, properties:{}}, {start: {id:"denmark"}, end: {id:"250023709--frederik-ronnow"}, properties:{}}, {start: {id:"denmark"}, end: {id:"250070182--joachim-andersen"}, properties:{}}, {start: {id:"denmark"}, end: {id:"250023708--jannik-vestergaard"}, properties:{}}, {start: {id:"denmark"}, end: {id:"108509--simon-kjær"}, properties:{}}, {start: {id:"denmark"}, end: {id:"250081192--joakim-mæhle"}, properties:{}}, {start: {id:"denmark"}, end: {id:"250041718--andreas-christensen"}, properties:{}}, {start: {id:"denmark"}, end: {id:"107529--mathias-jorgensen"}, properties:{}}, {start: {id:"denmark"}, end: {id:"1905876--jens-stryger-larsen"}, properties:{}}, {start: {id:"denmark"}, end: {id:"1905874--nicolai-boilesen"}, properties:{}}, {start: {id:"denmark"}, end: {id:"250080454--robert-skov"}, properties:{}}, {start: {id:"denmark"}, end: {id:"250010472--thomas-delaney"}, properties:{}}, {start: {id:"denmark"}, end: {id:"1905884--christian-eriksen"}, properties:{}}, {start: {id:"denmark"}, end: {id:"250022797--christian-norgaard"}, properties:{}}, {start: {id:"denmark"}, end: {id:"102869--daniel-wass"}, properties:{}}, {start: {id:"denmark"}, end: {id:"250026986--pierre-emile-hojbjerg"}, properties:{}}] AS row
MATCH (start:Country{id: row.start.id})
MATCH (end:Player{id: row.end.id})
CREATE (start)-[r:HAS_PLAYER]->(end) SET r += row.properties;
UNWIND [{start: {id:"denmark"}, end: {id:"250080451--mathias-jensen"}, properties:{}}, {start: {id:"denmark"}, end: {id:"250006516--anders-christiansen"}, properties:{}}, {start: {id:"denmark"}, end: {id:"250013677--martin-braithwaite"}, properties:{}}, {start: {id:"denmark"}, end: {id:"250097638--andreas-olsen"}, properties:{}}, {start: {id:"denmark"}, end: {id:"250065453--kasper-dolberg"}, properties:{}}, {start: {id:"denmark"}, end: {id:"250118062--mikkel-damsgaard"}, properties:{}}, {start: {id:"denmark"}, end: {id:"250089514--jonas-wind"}, properties:{}}, {start: {id:"denmark"}, end: {id:"250022869--yussuf-poulsen"}, properties:{}}, {start: {id:"denmark"}, end: {id:"250041664--andreas-cornelius"}, properties:{}}, {start: {id:"finland"}, end: {id:"1907188--lukas-hradecky"}, properties:{}}, {start: {id:"finland"}, end: {id:"250014360--jesse-joronen"}, properties:{}}, {start: {id:"finland"}, end: {id:"1902716--anssi-jaakkola"}, properties:{}}, {start: {id:"finland"}, end: {id:"250005371--paulus-arajuuri"}, properties:{}}, {start: {id:"finland"}, end: {id:"250024143--daniel-o-shaughnessy"}, properties:{}}, {start: {id:"finland"}, end: {id:"72525--joona-toivio"}, properties:{}}, {start: {id:"finland"}, end: {id:"250088721--leo-vaisanen"}, properties:{}}, {start: {id:"finland"}, end: {id:"250090740--nicholas-hamalainen"}, properties:{}}, {start: {id:"finland"}, end: {id:"250016664--thomas-lam"}, properties:{}}, {start: {id:"finland"}, end: {id:"250019145--jere-uronen"}, properties:{}}, {start: {id:"finland"}, end: {id:"96371--jukka-raitala"}, properties:{}}] AS row
MATCH (start:Country{id: row.start.id})
MATCH (end:Player{id: row.end.id})
CREATE (start)-[r:HAS_PLAYER]->(end) SET r += row.properties;
UNWIND [{start: {id:"finland"}, end: {id:"250142685--robert-ivanov"}, properties:{}}, {start: {id:"finland"}, end: {id:"250056954--glen-kamara"}, properties:{}}, {start: {id:"finland"}, end: {id:"250067358--robert-taylor"}, properties:{}}, {start: {id:"finland"}, end: {id:"250043060--robin-lod"}, properties:{}}, {start: {id:"finland"}, end: {id:"250066695--fredrik-jensen"}, properties:{}}, {start: {id:"finland"}, end: {id:"1906969--rasmus-schuller"}, properties:{}}, {start: {id:"finland"}, end: {id:"250052541--pyry-soiri"}, properties:{}}, {start: {id:"finland"}, end: {id:"69658--tim-sparv"}, properties:{}}, {start: {id:"finland"}, end: {id:"250007328--nikolai-alho"}, properties:{}}, {start: {id:"finland"}, end: {id:"108470--joni-kauko"}, properties:{}}, {start: {id:"finland"}, end: {id:"250112097--onni-valakari"}, properties:{}}, {start: {id:"finland"}, end: {id:"103799--teemu-pukki"}, properties:{}}, {start: {id:"finland"}, end: {id:"250024153--joel-pohjanpalo"}, properties:{}}, {start: {id:"finland"}, end: {id:"250088728--lassi-lappalainen"}, properties:{}}, {start: {id:"finland"}, end: {id:"250112095--marcus-forss"}, properties:{}}, {start: {id:"france"}, end: {id:"93846--hugo-lloris"}, properties:{}}, {start: {id:"france"}, end: {id:"98893--steve-mandanda"}, properties:{}}, {start: {id:"france"}, end: {id:"250042780--mike-maignan"}, properties:{}}, {start: {id:"france"}, end: {id:"250081921--benjamin-pavard"}, properties:{}}, {start: {id:"france"}, end: {id:"250064583--presnel-kimpembe"}, properties:{}}] AS row
MATCH (start:Country{id: row.start.id})
MATCH (end:Player{id: row.end.id})
CREATE (start)-[r:HAS_PLAYER]->(end) SET r += row.properties;
UNWIND [{start: {id:"france"}, end: {id:"250025891--raphael-varane"}, properties:{}}, {start: {id:"france"}, end: {id:"250042779--clement-lenglet"}, properties:{}}, {start: {id:"france"}, end: {id:"250024983--kurt-zouma"}, properties:{}}, {start: {id:"france"}, end: {id:"250014002--lucas-digne"}, properties:{}}, {start: {id:"france"}, end: {id:"250063803--lucas-hernandez"}, properties:{}}, {start: {id:"france"}, end: {id:"250088023--leo-dubois"}, properties:{}}, {start: {id:"france"}, end: {id:"250096309--jules-kounde"}, properties:{}}, {start: {id:"france"}, end: {id:"250015808--paul-pogba"}, properties:{}}, {start: {id:"france"}, end: {id:"250042778--thomas-lemar"}, properties:{}}, {start: {id:"france"}, end: {id:"250054829--corentin-tolisso"}, properties:{}}, {start: {id:"france"}, end: {id:"250097248--n-golo-kante"}, properties:{}}, {start: {id:"france"}, end: {id:"250053905--adrien-rabiot"}, properties:{}}, {start: {id:"france"}, end: {id:"103722--moussa-sissoko"}, properties:{}}, {start: {id:"france"}, end: {id:"250054949--kingsley-coman"}, properties:{}}, {start: {id:"france"}, end: {id:"250019498--antoine-griezmann"}, properties:{}}, {start: {id:"france"}, end: {id:"250020851--olivier-giroud"}, properties:{}}, {start: {id:"france"}, end: {id:"250076574--kylian-mbappe"}, properties:{}}, {start: {id:"france"}, end: {id:"250066886--ousmane-dembele"}, properties:{}}, {start: {id:"france"}, end: {id:"93321--karim-benzema"}, properties:{}}, {start: {id:"france"}, end: {id:"250025970--wissam-ben-yedder"}, properties:{}}] AS row
MATCH (start:Country{id: row.start.id})
MATCH (end:Player{id: row.end.id})
CREATE (start)-[r:HAS_PLAYER]->(end) SET r += row.properties;
UNWIND [{start: {id:"france"}, end: {id:"250068805--marcus-thuram"}, properties:{}}] AS row
MATCH (start:Country{id: row.start.id})
MATCH (end:Player{id: row.end.id})
CREATE (start)-[r:HAS_PLAYER]->(end) SET r += row.properties;
UNWIND [{start: {id:1}, end: {id:"italy"}, properties:{}}, {start: {id:2}, end: {id:"switzerland"}, properties:{}}, {start: {id:3}, end: {id:"finland"}, properties:{}}, {start: {id:4}, end: {id:"russia"}, properties:{}}, {start: {id:5}, end: {id:"croatia"}, properties:{}}, {start: {id:6}, end: {id:"north-macedonia"}, properties:{}}, {start: {id:7}, end: {id:"ukraine"}, properties:{}}, {start: {id:8}, end: {id:"czech-republic"}, properties:{}}, {start: {id:9}, end: {id:"slovakia"}, properties:{}}, {start: {id:10}, end: {id:"sweden"}, properties:{}}, {start: {id:11}, end: {id:"portugal"}, properties:{}}, {start: {id:12}, end: {id:"germany"}, properties:{}}, {start: {id:13}, end: {id:"russia"}, properties:{}}, {start: {id:14}, end: {id:"wales"}, properties:{}}, {start: {id:15}, end: {id:"switzerland"}, properties:{}}, {start: {id:16}, end: {id:"north-macedonia"}, properties:{}}, {start: {id:17}, end: {id:"belgium"}, properties:{}}, {start: {id:18}, end: {id:"austria"}, properties:{}}, {start: {id:19}, end: {id:"slovakia"}, properties:{}}, {start: {id:20}, end: {id:"czech-republic"}, properties:{}}] AS row
MATCH (start:Fixture{id: row.start.id})
MATCH (end:Country{id: row.end.id})
CREATE (start)-[r:AWAY_TEAM]->(end) SET r += row.properties;
UNWIND [{start: {id:21}, end: {id:"scotland"}, properties:{}}, {start: {id:22}, end: {id:"france"}, properties:{}}, {start: {id:23}, end: {id:"germany"}, properties:{}}, {start: {id:24}, end: {id:"poland"}, properties:{}}, {start: {id:25}, end: {id:"wales"}, properties:{}}, {start: {id:26}, end: {id:"turkey"}, properties:{}}, {start: {id:27}, end: {id:"austria"}, properties:{}}, {start: {id:28}, end: {id:"netherlands"}, properties:{}}, {start: {id:29}, end: {id:"belgium"}, properties:{}}, {start: {id:30}, end: {id:"denmark"}, properties:{}}, {start: {id:31}, end: {id:"england"}, properties:{}}, {start: {id:32}, end: {id:"scotland"}, properties:{}}, {start: {id:33}, end: {id:"poland"}, properties:{}}, {start: {id:34}, end: {id:"spain"}, properties:{}}, {start: {id:35}, end: {id:"hungary"}, properties:{}}, {start: {id:36}, end: {id:"france"}, properties:{}}] AS row
MATCH (start:Fixture{id: row.start.id})
MATCH (end:Country{id: row.end.id})
CREATE (start)-[r:AWAY_TEAM]->(end) SET r += row.properties;
UNWIND [{start: {id:"turkey"}, end: {id:"A"}, properties:{}}, {start: {id:"wales"}, end: {id:"A"}, properties:{}}, {start: {id:"denmark"}, end: {id:"B"}, properties:{}}, {start: {id:"belgium"}, end: {id:"B"}, properties:{}}, {start: {id:"england"}, end: {id:"D"}, properties:{}}, {start: {id:"austria"}, end: {id:"C"}, properties:{}}, {start: {id:"netherlands"}, end: {id:"C"}, properties:{}}, {start: {id:"scotland"}, end: {id:"D"}, properties:{}}, {start: {id:"poland"}, end: {id:"E"}, properties:{}}, {start: {id:"spain"}, end: {id:"E"}, properties:{}}, {start: {id:"hungary"}, end: {id:"F"}, properties:{}}, {start: {id:"france"}, end: {id:"F"}, properties:{}}, {start: {id:"finland"}, end: {id:"B"}, properties:{}}, {start: {id:"italy"}, end: {id:"A"}, properties:{}}, {start: {id:"ukraine"}, end: {id:"C"}, properties:{}}, {start: {id:"sweden"}, end: {id:"E"}, properties:{}}, {start: {id:"croatia"}, end: {id:"D"}, properties:{}}, {start: {id:"portugal"}, end: {id:"F"}, properties:{}}, {start: {id:"switzerland"}, end: {id:"A"}, properties:{}}, {start: {id:"north-macedonia"}, end: {id:"C"}, properties:{}}] AS row
MATCH (start:Country{id: row.start.id})
MATCH (end:Group{id: row.end.id})
CREATE (start)-[r:IN_GROUP]->(end) SET r += row.properties;
UNWIND [{start: {id:"russia"}, end: {id:"B"}, properties:{}}, {start: {id:"czech-republic"}, end: {id:"D"}, properties:{}}, {start: {id:"slovakia"}, end: {id:"E"}, properties:{}}, {start: {id:"germany"}, end: {id:"F"}, properties:{}}] AS row
MATCH (start:Country{id: row.start.id})
MATCH (end:Group{id: row.end.id})
CREATE (start)-[r:IN_GROUP]->(end) SET r += row.properties;
UNWIND [{start: {id:1}, end: {id:"turkey"}, properties:{}}, {start: {id:2}, end: {id:"wales"}, properties:{}}, {start: {id:3}, end: {id:"denmark"}, properties:{}}, {start: {id:4}, end: {id:"belgium"}, properties:{}}, {start: {id:5}, end: {id:"england"}, properties:{}}, {start: {id:6}, end: {id:"austria"}, properties:{}}, {start: {id:7}, end: {id:"netherlands"}, properties:{}}, {start: {id:8}, end: {id:"scotland"}, properties:{}}, {start: {id:9}, end: {id:"poland"}, properties:{}}, {start: {id:10}, end: {id:"spain"}, properties:{}}, {start: {id:11}, end: {id:"hungary"}, properties:{}}, {start: {id:12}, end: {id:"france"}, properties:{}}, {start: {id:13}, end: {id:"finland"}, properties:{}}, {start: {id:14}, end: {id:"turkey"}, properties:{}}, {start: {id:15}, end: {id:"italy"}, properties:{}}, {start: {id:16}, end: {id:"ukraine"}, properties:{}}, {start: {id:17}, end: {id:"denmark"}, properties:{}}, {start: {id:18}, end: {id:"netherlands"}, properties:{}}, {start: {id:19}, end: {id:"sweden"}, properties:{}}, {start: {id:20}, end: {id:"croatia"}, properties:{}}] AS row
MATCH (start:Fixture{id: row.start.id})
MATCH (end:Country{id: row.end.id})
CREATE (start)-[r:HOME_TEAM]->(end) SET r += row.properties;
UNWIND [{start: {id:21}, end: {id:"england"}, properties:{}}, {start: {id:22}, end: {id:"hungary"}, properties:{}}, {start: {id:23}, end: {id:"portugal"}, properties:{}}, {start: {id:24}, end: {id:"spain"}, properties:{}}, {start: {id:25}, end: {id:"italy"}, properties:{}}, {start: {id:26}, end: {id:"switzerland"}, properties:{}}, {start: {id:27}, end: {id:"ukraine"}, properties:{}}, {start: {id:28}, end: {id:"north-macedonia"}, properties:{}}, {start: {id:29}, end: {id:"finland"}, properties:{}}, {start: {id:30}, end: {id:"russia"}, properties:{}}, {start: {id:31}, end: {id:"czech-republic"}, properties:{}}, {start: {id:32}, end: {id:"croatia"}, properties:{}}, {start: {id:33}, end: {id:"sweden"}, properties:{}}, {start: {id:34}, end: {id:"slovakia"}, properties:{}}, {start: {id:35}, end: {id:"germany"}, properties:{}}, {start: {id:36}, end: {id:"portugal"}, properties:{}}] AS row
MATCH (start:Fixture{id: row.start.id})
MATCH (end:Country{id: row.end.id})
CREATE (start)-[r:HOME_TEAM]->(end) SET r += row.properties;
UNWIND [{start: {id:1}, end: {name:"Olimpico in Rome"}, properties:{}}, {start: {id:2}, end: {name:"Baki Olimpiya Stadionu"}, properties:{}}, {start: {id:3}, end: {name:"Parken"}, properties:{}}, {start: {id:4}, end: {name:"Saint Petersburg Stadium"}, properties:{}}, {start: {id:5}, end: {name:"Wembley Stadium"}, properties:{}}, {start: {id:6}, end: {name:"Arena Nationala"}, properties:{}}, {start: {id:7}, end: {name:"Johan Cruijff ArenA"}, properties:{}}, {start: {id:8}, end: {name:"Hampden Park"}, properties:{}}, {start: {id:9}, end: {name:"Saint Petersburg Stadium"}, properties:{}}, {start: {id:10}, end: {name:"Estadio La Cartuja"}, properties:{}}, {start: {id:11}, end: {name:"Puskás Aréna"}, properties:{}}, {start: {id:12}, end: {name:"Fußball Arena München"}, properties:{}}, {start: {id:13}, end: {name:"Saint Petersburg Stadium"}, properties:{}}, {start: {id:14}, end: {name:"Baki Olimpiya Stadionu"}, properties:{}}, {start: {id:15}, end: {name:"Olimpico in Rome"}, properties:{}}, {start: {id:16}, end: {name:"Arena Nationala"}, properties:{}}, {start: {id:17}, end: {name:"Parken"}, properties:{}}, {start: {id:18}, end: {name:"Johan Cruijff ArenA"}, properties:{}}, {start: {id:19}, end: {name:"Saint Petersburg Stadium"}, properties:{}}, {start: {id:20}, end: {name:"Hampden Park"}, properties:{}}] AS row
MATCH (start:Fixture{id: row.start.id})
MATCH (end:Stadium{name: row.end.name})
CREATE (start)-[r:AT_STADIUM]->(end) SET r += row.properties;
UNWIND [{start: {id:21}, end: {name:"Wembley Stadium"}, properties:{}}, {start: {id:22}, end: {name:"Puskás Aréna"}, properties:{}}, {start: {id:23}, end: {name:"Fußball Arena München"}, properties:{}}, {start: {id:24}, end: {name:"Estadio La Cartuja"}, properties:{}}, {start: {id:25}, end: {name:"Olimpico in Rome"}, properties:{}}, {start: {id:26}, end: {name:"Baki Olimpiya Stadionu"}, properties:{}}, {start: {id:27}, end: {name:"Arena Nationala"}, properties:{}}, {start: {id:28}, end: {name:"Johan Cruijff ArenA"}, properties:{}}, {start: {id:29}, end: {name:"Saint Petersburg Stadium"}, properties:{}}, {start: {id:30}, end: {name:"Parken"}, properties:{}}, {start: {id:31}, end: {name:"Wembley Stadium"}, properties:{}}, {start: {id:32}, end: {name:"Hampden Park"}, properties:{}}, {start: {id:33}, end: {name:"Saint Petersburg Stadium"}, properties:{}}, {start: {id:34}, end: {name:"Estadio La Cartuja"}, properties:{}}, {start: {id:35}, end: {name:"Fußball Arena München"}, properties:{}}, {start: {id:36}, end: {name:"Puskás Aréna"}, properties:{}}, {start: {id:37}, end: {name:"Johan Cruijff ArenA"}, properties:{}}, {start: {id:38}, end: {name:"Wembley Stadium"}, properties:{}}, {start: {id:39}, end: {name:"Puskás Aréna"}, properties:{}}, {start: {id:40}, end: {name:"Estadio La Cartuja"}, properties:{}}] AS row
MATCH (start:Fixture{id: row.start.id})
MATCH (end:Stadium{name: row.end.name})
CREATE (start)-[r:AT_STADIUM]->(end) SET r += row.properties;
UNWIND [{start: {id:41}, end: {name:"Parken"}, properties:{}}, {start: {id:42}, end: {name:"Arena Nationala"}, properties:{}}, {start: {id:43}, end: {name:"Wembley Stadium"}, properties:{}}, {start: {id:44}, end: {name:"Hampden Park"}, properties:{}}, {start: {id:45}, end: {name:"Saint Petersburg Stadium"}, properties:{}}, {start: {id:46}, end: {name:"Fußball Arena München"}, properties:{}}, {start: {id:47}, end: {name:"Baki Olimpiya Stadionu"}, properties:{}}, {start: {id:48}, end: {name:"Olimpico in Rome"}, properties:{}}, {start: {id:49}, end: {name:"Wembley Stadium"}, properties:{}}, {start: {id:50}, end: {name:"Wembley Stadium"}, properties:{}}, {start: {id:51}, end: {name:"Wembley Stadium"}, properties:{}}] AS row
MATCH (start:Fixture{id: row.start.id})
MATCH (end:Stadium{name: row.end.name})
CREATE (start)-[r:AT_STADIUM]->(end) SET r += row.properties;
UNWIND [{start: {name:"Olimpico in Rome"}, end: {id:"italy"}, properties:{}}, {start: {name:"Parken"}, end: {id:"denmark"}, properties:{}}, {start: {name:"Saint Petersburg Stadium"}, end: {id:"russia"}, properties:{}}, {start: {name:"Wembley Stadium"}, end: {id:"england"}, properties:{}}, {start: {name:"Hampden Park"}, end: {id:"scotland"}, properties:{}}, {start: {name:"Estadio La Cartuja"}, end: {id:"spain"}, properties:{}}, {start: {name:"Puskás Aréna"}, end: {id:"hungary"}, properties:{}}, {start: {name:"Fußball Arena München"}, end: {id:"germany"}, properties:{}}] AS row
MATCH (start:Stadium{name: row.start.name})
MATCH (end:Country{id: row.end.id})
CREATE (start)-[r:IN_COUNTRY]->(end) SET r += row.properties;
UNWIND [{start: {name:"Baki Olimpiya Stadionu"}, end: {_id:164}, properties:{}}, {start: {name:"Arena Nationala"}, end: {_id:165}, properties:{}}, {start: {name:"Johan Cruijff ArenA"}, end: {_id:166}, properties:{}}] AS row
MATCH (start:Stadium{name: row.start.name})
MATCH (end:`UNIQUE IMPORT LABEL`{`UNIQUE IMPORT ID`: row.end._id})
CREATE (start)-[r:IN_COUNTRY]->(end) SET r += row.properties;
:commit
:begin
MATCH (n:`UNIQUE IMPORT LABEL`) WITH n LIMIT 20000 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
MATCH (f:Fixture)-[:HOME_TEAM]->(h), (f)-[:AWAY_TEAM]->(a)
WHERE datetime.truncate('day') < f.kickoff < datetime.truncate('day') + duration('PT24H')
RETURN f
MATCH (c:Country)<-[:HOME_TEAM]-(f)-[:AT_STADIUM]->(s)-[:IN_COUNTRY]->(c)
RETURN c.name AS country, collect(f.name) as fixtures, s.name AS stadium, count(*) AS games
ORDER BY games DESC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment