Skip to content

Instantly share code, notes, and snippets.

@cheerfulstoic
Last active April 12, 2022 18:36
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cheerfulstoic/7e8ec61f9104017430af to your computer and use it in GitHub Desktop.
Save cheerfulstoic/7e8ec61f9104017430af to your computer and use it in GitHub Desktop.
Examining what is possible for StackOverflow with a graph database

Analyzing StackOverflow with Neo4j and Clojure

Joining multiple disparate data-sources, commonly dubbed Master-Data-Management (MDM), is usually not a fun exercise. I would like to show you how using a graph database (Neo4j) and an interesting dataset (developer-oriented collaboration sites) to put the fun back into MDM. This approach will allow you to quickly and sensibly merge data from different sources into a consistent picture and query across the data efficiently to answer your most pressing questions.

You can read the associated blog posts on my blog. The blog posts cover the hows and whys of the project, while this and other GraphGists will examine how to answer specific questions of the data.

The first step won’t have much to do with Master Data Managment. Here I’ve imported data from StackOverflow's API in order to start asking questions about what the site could do more easily with a Neo4j database available to it.

I’ve created a Clojure project to import questions, tags, answers, and associated users into Neo4j. This gives me the following model:

StackOverflow Model

I imported about 1000 questions from the API, but since GraphGists render in the browser I’ve limited the dataset here. Be warned that this GraphGist may still take some time to completely render

  create constraint on (n:`Answer`) assert n.`answer_id` is unique;
  create constraint on (n:`Question`) assert n.`question_id` is unique;
  create constraint on (n:`Tag`) assert n.`text` is unique;
  create constraint on (n:`User`) assert n.`user_id` is unique;
  create (_1251:`Question` {`answer_count`:1, `creation_date`:1423027961, `is_answered`:true, `last_activity_date`:1423549857, `link`:"http://stackoverflow.com/questions/28314155/slow-aggregation-on-big-neo4j-graph", `question_id`:28314155, `score`:1, `title`:"Slow aggregation on big neo4j graph", `view_count`:51})
  create (_1252:`User` {`accept_rate`:60, `display_name`:"mif", `link`:"http://stackoverflow.com/users/1559577/mif", `profile_image`:"https://www.gravatar.com/avatar/11319c5eddcd15fcb55a2a3fc3418ad8?s=128&d=identicon&r=PG", `reputation`:37, `user_id`:1559577, `user_type`:"registered"})
  create (_1253:`Tag` {`text`:"performance"})
  create (_1254:`Tag` {`text`:"neo4j"})
  create (_1255:`Tag` {`text`:"cypher"})
  create (_1256:`Question` {`answer_count`:3, `creation_date`:1375125005, `is_answered`:true, `last_activity_date`:1423549688, `link`:"http://stackoverflow.com/questions/17932256/how-to-visualize-a-neo4j-graph", `question_id`:17932256, `score`:5, `title`:"How to visualize a neo4j graph", `view_count`:5294})
  create (_1257:`User` {`accept_rate`:76, `display_name`:"QuentinTanioartino", `link`:"http://stackoverflow.com/users/2511306/quentintanioartino", `profile_image`:"http://i.stack.imgur.com/HChZ5.jpg?s=128&g=1", `reputation`:166, `user_id`:2511306, `user_type`:"registered"})
  create (_1258:`Tag` {`text`:"java"})
  create (_1259:`Tag` {`text`:"eclipse"})
  create (_1260:`Tag` {`text`:"user-interface"})
  create (_1261:`Tag` {`text`:"japplet"})
  create (_1262:`Question` {`answer_count`:1, `creation_date`:1423513473, `is_answered`:true, `last_activity_date`:1423523705, `link`:"http://stackoverflow.com/questions/28418651/statments-inside-let-inside-for-loop-wont-both-run-at-the-same-time", `question_id`:28418651, `score`:0, `title`:"Statments inside `let` inside `for` loop won't both run at the same time", `view_count`:45})
  create (_1263:`User` {`display_name`:"Brian Underwood", `link`:"http://stackoverflow.com/users/632454/brian-underwood", `profile_image`:"https://www.gravatar.com/avatar/815c3e81d0519ba50d579c79c1bfb4de?s=128&d=identicon&r=PG", `reputation`:1721, `user_id`:632454, `user_type`:"registered"})
  create (_1264:`Tag` {`text`:"clojure"})
  create (_1265:`Question` {`answer_count`:1, `creation_date`:1423453112, `is_answered`:false, `last_activity_date`:1423513714, `link`:"http://stackoverflow.com/questions/28402435/neo4j-with-statement-returning-incorrect-value", `question_id`:28402435, `score`:0, `title`:"Neo4j WITH statement returning incorrect value", `view_count`:22})
  create (_1266:`User` {`accept_rate`:89, `display_name`:"Zaheer", `link`:"http://stackoverflow.com/users/773953/zaheer", `profile_image`:"http://i.stack.imgur.com/uJzxN.jpg?s=128&g=1", `reputation`:837, `user_id`:773953, `user_type`:"registered"})
  create (_1267:`Question` {`answer_count`:1, `creation_date`:1422879596, `is_answered`:false, `last_activity_date`:1423513408, `link`:"http://stackoverflow.com/questions/28277645/spring-data-neo4j-and-cdi", `question_id`:28277645, `score`:0, `title`:"Spring Data Neo4J and CDI", `view_count`:16})
  create (_1268:`User` {`display_name`:"Joern", `link`:"http://stackoverflow.com/users/4519861/joern", `profile_image`:"https://www.gravatar.com/avatar/d4db69394439fcdb7c9f3dc28542cdba?s=128&d=identicon&r=PG&f=1", `reputation`:1, `user_id`:4519861, `user_type`:"registered"})
  create (_1269:`Tag` {`text`:"spring"})
  create (_1270:`Tag` {`text`:"spring-data"})
  create (_1271:`Tag` {`text`:"cdi"})
  create (_1278:`Question` {`answer_count`:1, `creation_date`:1423495327, `is_answered`:false, `last_activity_date`:1423503064, `link`:"http://stackoverflow.com/questions/28413131/traverser-relationship-direction-order-neo4j-java", `question_id`:28413131, `score`:0, `title`:"traverser Relationship direction order neo4j java", `view_count`:20})
  create (_1279:`User` {`display_name`:"anu", `link`:"http://stackoverflow.com/users/3879657/anu", `profile_image`:"https://www.gravatar.com/avatar/aed27e4b1d3c05812cdc65daf8966213?s=128&d=identicon&r=PG&f=1", `reputation`:6, `user_id`:3879657, `user_type`:"registered"})
  create (_1280:`Tag` {`text`:"relationship"})
  create (_1281:`Tag` {`text`:"traversal"})
  create (_1282:`Tag` {`text`:"direction"})
  create (_1283:`Question` {`answer_count`:1, `creation_date`:1422441984, `is_answered`:false, `last_activity_date`:1423501808, `link`:"http://stackoverflow.com/questions/28190253/how-can-you-customise-self-parent-children-links-in-spring-data-rest-with-neo4", `question_id`:28190253, `score`:0, `title`:"How can you customise self, parent, children links in spring data rest with neo4j", `view_count`:34})
  create (_1284:`User` {`accept_rate`:48, `display_name`:"Chirdeep Tomar", `link`:"http://stackoverflow.com/users/887976/chirdeep-tomar", `profile_image`:"http://i.stack.imgur.com/TM1DY.png?s=128&g=1", `reputation`:163, `user_id`:887976, `user_type`:"registered"})
  create (_1285:`Tag` {`text`:"spring-data-neo4j"})
  create (_1286:`Tag` {`text`:"spring-data-rest"})
  create (_1287:`Question` {`answer_count`:1, `creation_date`:1423484637, `is_answered`:true, `last_activity_date`:1423495471, `link`:"http://stackoverflow.com/questions/28409743/how-to-generate-relationships-using-property-information-node4j", `question_id`:28409743, `score`:0, `title`:"How to generate relationships using property information [Node4j]", `view_count`:16})
  create (_1288:`User` {`accept_rate`:88, `display_name`:"dinesh707", `link`:"http://stackoverflow.com/users/393639/dinesh707", `profile_image`:"http://i.stack.imgur.com/E8ubp.jpg?s=128&g=1", `reputation`:1974, `user_id`:393639, `user_type`:"registered"})
  create (_1291:`Question` {`answer_count`:1, `creation_date`:1423418836, `is_answered`:false, `last_activity_date`:1423480912, `link`:"http://stackoverflow.com/questions/28397457/neo4j-batchinserter-using-setnodeproperties-to-set-an-array-with-values", `question_id`:28397457, `score`:0, `title`:"Neo4j BatchInserter using setNodeProperties to set an array with values", `view_count`:15})
  create (_1292:`User` {`accept_rate`:60, `display_name`:"Aris F.", `link`:"http://stackoverflow.com/users/1143894/aris-f", `profile_image`:"https://www.gravatar.com/avatar/7c6f2eb84c543d3e1644186b8812921f?s=128&d=identicon&r=PG", `reputation`:180, `user_id`:1143894, `user_type`:"registered"})
  create (_1293:`Question` {`answer_count`:2, `creation_date`:1423459877, `is_answered`:true, `last_activity_date`:1423477930, `link`:"http://stackoverflow.com/questions/28403372/aggregation-using-with-in-cypher-query", `question_id`:28403372, `score`:1, `title`:"Aggregation using WITH in Cypher query", `view_count`:34})
  create (_1294:`User` {`display_name`:"Rahul", `link`:"http://stackoverflow.com/users/2841947/rahul", `profile_image`:"https://www.gravatar.com/avatar/1c66242258f106911683e61554527913?s=128&d=identicon&r=PG&f=1", `reputation`:11, `user_id`:2841947, `user_type`:"registered"})
  create (_1297:`Tag` {`text`:"graph"})
  create (_1302:`Tag` {`text`:"elasticsearch"})
  create (_1303:`Question` {`answer_count`:1, `creation_date`:1423462541, `is_answered`:false, `last_activity_date`:1423470398, `link`:"http://stackoverflow.com/questions/28403834/cannot-configure-neo4j-and-junit-with-annotations", `question_id`:28403834, `score`:0, `title`:"Cannot configure Neo4j and JUnit with annotations", `view_count`:12})
  create (_1304:`User` {`accept_rate`:80, `display_name`:"SteveS", `link`:"http://stackoverflow.com/users/3517438/steves", `profile_image`:"https://www.gravatar.com/avatar/ebf883190f17e611dcbb437931d91253?s=128&d=identicon&r=PG&f=1", `reputation`:74, `user_id`:3517438, `user_type`:"registered"})
  create (_1305:`Tag` {`text`:"junit"})
  create (_1306:`Question` {`answer_count`:1, `creation_date`:1423431852, `is_answered`:false, `last_activity_date`:1423470194, `link`:"http://stackoverflow.com/questions/28399712/neo4j-tokenstore-spring-oauth2", `question_id`:28399712, `score`:0, `title`:"Neo4J TokenStore Spring oauth2", `view_count`:15})
  create (_1307:`User` {`accept_rate`:73, `display_name`:"alexanoid", `link`:"http://stackoverflow.com/users/1219755/alexanoid", `profile_image`:"https://www.gravatar.com/avatar/b865b9fb53d9e4d07a57da0853b68a83?s=128&d=identicon&r=PG", `reputation`:568, `user_id`:1219755, `user_type`:"registered"})
  create (_1308:`Tag` {`text`:"spring-security"})
  create (_1309:`Tag` {`text`:"oauth-2.0"})
  create (_1310:`Tag` {`text`:"spring-security-oauth2"})
  create (_1311:`Question` {`answer_count`:1, `creation_date`:1423437290, `is_answered`:true, `last_activity_date`:1423470091, `link`:"http://stackoverflow.com/questions/28400521/configure-settings-when-importing-a-large-dataset-using-neo4j-batch-importer", `question_id`:28400521, `score`:0, `title`:"Configure settings when importing a large dataset using Neo4j Batch-importer", `view_count`:20})
  create (_1312:`User` {`display_name`:"user75321", `link`:"http://stackoverflow.com/users/3667822/user75321", `profile_image`:"https://www.gravatar.com/avatar/1868335831c33548011d8ce93b4fe6c6?s=128&d=identicon&r=PG&f=1", `reputation`:10, `user_id`:3667822, `user_type`:"registered"})
  create (_1313:`Tag` {`text`:"out-of-memory"})
  create (_1314:`Tag` {`text`:"batch-processing"})
  create (_1315:`Question` {`answer_count`:1, `creation_date`:1423425740, `is_answered`:true, `last_activity_date`:1423463285, `link`:"http://stackoverflow.com/questions/28398726/meteor-1-0-custom-authentication-rules", `question_id`:28398726, `score`:1, `title`:"Meteor 1.0 - Custom Authentication Rules", `view_count`:38})
  create (_1316:`User` {`accept_rate`:50, `display_name`:"ameernuri", `link`:"http://stackoverflow.com/users/2612180/ameernuri", `profile_image`:"https://www.gravatar.com/avatar/e07e3e4fd1d70e6c5e4f69a6b349d786?s=128&d=identicon&r=PG", `reputation`:63, `user_id`:2612180, `user_type`:"registered"})
  create (_1317:`Tag` {`text`:"meteor"})
  create (_1318:`Tag` {`text`:"meteor-accounts"})
  create (_1319:`Question` {`answer_count`:1, `creation_date`:1423436776, `is_answered`:true, `last_activity_date`:1423438607, `link`:"http://stackoverflow.com/questions/28400442/neo4j-rest-transactional-http-endpoint-cypher-create-multiple-unique-relations", `question_id`:28400442, `score`:0, `title`:"Neo4j Rest Transactional HTTP Endpoint Cypher: Create multiple unique Relations within one request", `view_count`:8})
  create (_1320:`User` {`accept_rate`:100, `display_name`:"wuz", `link`:"http://stackoverflow.com/users/4496338/wuz", `profile_image`:"https://www.gravatar.com/avatar/bddb5a80c1897e7c5966c92dd9c028bc?s=128&d=identicon&r=PG&f=1", `reputation`:21, `user_id`:4496338, `user_type`:"registered"})
  create (_1321:`Tag` {`text`:"rest"})
  create (_1322:`Question` {`answer_count`:1, `creation_date`:1423426066, `is_answered`:false, `last_activity_date`:1423433805, `link`:"http://stackoverflow.com/questions/28398778/cypher-neo4j-couldnt-load-the-external-resource", `question_id`:28398778, `score`:0, `title`:"Cypher Neo4j Couldn't load the external resource", `view_count`:5})
  create (_1323:`User` {`display_name`:"user13568", `link`:"http://stackoverflow.com/users/4543971/user13568", `profile_image`:"https://www.gravatar.com/avatar/63f031b90e3908cb28e919ff9ce7694a?s=128&d=identicon&r=PG&f=1", `reputation`:1, `user_id`:4543971, `user_type`:"registered"})
  create (_1324:`Tag` {`text`:"csv"})
  create (_1325:`Tag` {`text`:"load"})
  create (_1326:`Question` {`answer_count`:1, `creation_date`:1423425312, `is_answered`:false, `last_activity_date`:1423432364, `link`:"http://stackoverflow.com/questions/28398656/neo4j-browser-visualization-error", `question_id`:28398656, `score`:0, `title`:"Neo4j - Browser Visualization Error", `view_count`:17})
  create (_1327:`User` {`accept_rate`:60, `display_name`:"harris21", `link`:"http://stackoverflow.com/users/1277056/harris21", `profile_image`:"https://www.gravatar.com/avatar/ea84c5f6444782e6eaef2b4bddb9f19e?s=128&d=identicon&r=PG", `reputation`:37, `user_id`:1277056, `user_type`:"registered"})
  create (_1332:`Question` {`answer_count`:1, `creation_date`:1423403604, `is_answered`:true, `last_activity_date`:1423414692, `link`:"http://stackoverflow.com/questions/28394688/content-based-reco-system-in-neo4j-for-large-dataset", `question_id`:28394688, `score`:1, `title`:"Content-based reco system in neo4j for large dataset", `view_count`:17})
  create (_1333:`User` {`accept_rate`:81, `display_name`:"goelakash", `link`:"http://stackoverflow.com/users/3285138/goelakash", `profile_image`:"https://www.gravatar.com/avatar/ac2d07bd184ab149c3352880f147627c?s=128&d=identicon&r=PG&f=1", `reputation`:76, `user_id`:3285138, `user_type`:"registered"})
  create (_1334:`Tag` {`text`:"sql"})
  create (_1335:`Tag` {`text`:"database"})
  create (_1336:`Tag` {`text`:"nosql"})
  create (_1337:`Tag` {`text`:"recommendation-engine"})
  create (_1340:`Question` {`answer_count`:1, `creation_date`:1423115691, `is_answered`:false, `last_activity_date`:1423347492, `link`:"http://stackoverflow.com/questions/28337091/graph-data-modeling", `question_id`:28337091, `score`:-1, `title`:"Graph Data Modeling", `view_count`:37})
  create (_1341:`User` {`accept_rate`:88, `display_name`:"Shivam Sinha", `link`:"http://stackoverflow.com/users/2672447/shivam-sinha", `profile_image`:"https://www.gravatar.com/avatar/02f510b368a0671f1eb9a5e0efa83fab?s=128&d=identicon&r=PG", `reputation`:41, `user_id`:2672447, `user_type`:"registered"})
  create (_1342:`Tag` {`text`:"graph-databases"})
  create (_1343:`Question` {`answer_count`:1, `creation_date`:1423321284, `is_answered`:true, `last_activity_date`:1423332002, `link`:"http://stackoverflow.com/questions/28383643/neo4j-match-queries-differences-between-multiple-approaches", `question_id`:28383643, `score`:1, `title`:"Neo4J MATCH queries - differences between multiple approaches", `view_count`:29})
  create (_1344:`User` {`accept_rate`:71, `display_name`:"Ninja", `link`:"http://stackoverflow.com/users/153580/ninja", `profile_image`:"http://graph.facebook.com/802150300/picture?type=large", `reputation`:2115, `user_id`:153580, `user_type`:"registered"})
  create (_1345:`Question` {`answer_count`:1, `creation_date`:1423232824, `is_answered`:false, `last_activity_date`:1423330920, `link`:"http://stackoverflow.com/questions/28367933/loop-over-data-values-in-neo4j", `question_id`:28367933, `score`:1, `title`:"Loop over data values in neo4j", `view_count`:20})
  create (_1346:`Tag` {`text`:"loops"})
  create (_1347:`Question` {`answer_count`:1, `creation_date`:1423240858, `is_answered`:true, `last_activity_date`:1423330292, `link`:"http://stackoverflow.com/questions/28370571/neo4j-cypher-alternative-paths", `question_id`:28370571, `score`:2, `title`:"Neo4j Cypher alternative paths", `view_count`:27})
  create (_1348:`User` {`display_name`:"fgiacc", `link`:"http://stackoverflow.com/users/4474988/fgiacc", `profile_image`:"https://www.gravatar.com/avatar/77a7f69e6672e3ac97f3f8e00e6fe475?s=128&d=identicon&r=PG&f=1", `reputation`:13, `user_id`:4474988, `user_type`:"registered"})
  create (_1351:`Tag` {`text`:"tomcat"})
  create (_1353:`Question` {`answer_count`:1, `creation_date`:1423258672, `is_answered`:true, `last_activity_date`:1423269871, `link`:"http://stackoverflow.com/questions/28375229/neo4j-create-temp-variable-within-cypher", `question_id`:28375229, `score`:1, `title`:"Neo4J create temp variable within Cypher", `view_count`:26})
  create (_1354:`User` {`display_name`:"ErocCatlun", `link`:"http://stackoverflow.com/users/3067551/eroccatlun", `profile_image`:"https://www.gravatar.com/avatar/479ba0478f4aa35a2bb824068bcb322b?s=128&d=identicon&r=PG&f=1", `reputation`:8, `user_id`:3067551, `user_type`:"registered"})
  create (_1355:`Tag` {`text`:"variables"})
  create (_1356:`Tag` {`text`:"neo4jclient"})
  create (_1357:`Question` {`answer_count`:1, `creation_date`:1423136201, `is_answered`:true, `last_activity_date`:1423259702, `link`:"http://stackoverflow.com/questions/28342926/sharing-data-between-neo4j-and-elastic-search", `question_id`:28342926, `score`:3, `title`:"Sharing data between neo4j and elastic search", `view_count`:46})
  create (_1358:`User` {`accept_rate`:83, `display_name`:"DMA", `link`:"http://stackoverflow.com/users/2834020/dma", `profile_image`:"https://www.gravatar.com/avatar/79b1f33b00eb382f16045ba0c3f27c74?s=128&d=identicon&r=PG&f=1", `reputation`:207, `user_id`:2834020, `user_type`:"registered"})
  create (_1359:`Tag` {`text`:"lucene"})
  create (_1360:`Question` {`answer_count`:1, `creation_date`:1423241828, `is_answered`:true, `last_activity_date`:1423259410, `link`:"http://stackoverflow.com/questions/28370864/neo4j-server-returned-http-response-code-500-for-url-http-localhost7474-d", `question_id`:28370864, `score`:0, `title`:"Neo4j - Server returned HTTP response code: 500 for URL: http://localhost:7474/db/data/cypher", `view_count`:27})
  create (_1361:`User` {`display_name`:"Sree", `link`:"http://stackoverflow.com/users/2596028/sree", `profile_image`:"https://www.gravatar.com/avatar/46aec5d0b58920a6e3e4cc5730680fb7?s=128&d=identicon&r=PG", `reputation`:16, `user_id`:2596028, `user_type`:"registered"})
  create (_1364:`Tag` {`text`:"ruby-on-rails"})
  create (_1365:`Tag` {`text`:"neo4j.rb"})
  create (_1366:`Question` {`answer_count`:1, `creation_date`:1423231882, `is_answered`:true, `last_activity_date`:1423239741, `link`:"http://stackoverflow.com/questions/28367638/what-is-the-point-of-this-neo4j-kernel-property-all-stores-total-mapped-memory", `question_id`:28367638, `score`:1, `title`:"What is the point of this neo4j kernel property : all_stores_total_mapped_memory_size", `view_count`:12})
  create (_1367:`User` {`accept_rate`:100, `display_name`:"Nikos", `link`:"http://stackoverflow.com/users/2674476/nikos", `profile_image`:"https://www.gravatar.com/avatar/2889c710b56297041c0172f7545d0d90?s=128&d=identicon&r=PG", `reputation`:86, `user_id`:2674476, `user_type`:"registered"})
  create (_1370:`Tag` {`text`:"mongodb"})
  create (_1375:`Question` {`answer_count`:1, `creation_date`:1423182791, `is_answered`:true, `last_activity_date`:1423231469, `link`:"http://stackoverflow.com/questions/28356654/neo4j-1-9-2-query-filter-and-count-multiple-node-types", `question_id`:28356654, `score`:1, `title`:"Neo4j 1.9.2: Query/filter and count multiple node types", `view_count`:16})
  create (_1376:`User` {`accept_rate`:78, `display_name`:"wulftone", `link`:"http://stackoverflow.com/users/333761/wulftone", `profile_image`:"https://www.gravatar.com/avatar/858ee199c1521089a7e03841bbb4f743?s=128&d=identicon&r=PG", `reputation`:792, `user_id`:333761, `user_type`:"registered"})
  create (_1380:`Question` {`answer_count`:1, `creation_date`:1423220897, `is_answered`:true, `last_activity_date`:1423227015, `link`:"http://stackoverflow.com/questions/28364403/neo4j-java-traversal-return-multiple-paths-instead-of-one", `question_id`:28364403, `score`:1, `title`:"neo4j java traversal return multiple paths instead of one", `view_count`:18})
  create (_1381:`Tag` {`text`:"path"})
  create (_1382:`Question` {`answer_count`:1, `creation_date`:1423157902, `is_answered`:true, `last_activity_date`:1423225116, `link`:"http://stackoverflow.com/questions/28350517/cant-debug-unknown-error-in-neo4j", `question_id`:28350517, `score`:1, `title`:"can't debug "Unknown error" in Neo4j", `view_count`:32})
  create (_1383:`User` {`accept_rate`:72, `display_name`:"Thiago Marzagão", `link`:"http://stackoverflow.com/users/2453555/thiago-marzag%c3%a3o", `profile_image`:"http://i.stack.imgur.com/kK77Y.jpg?s=128&g=1", `reputation`:387, `user_id`:2453555, `user_type`:"registered"})
  create (_1385:`User` {`accept_rate`:70, `display_name`:"merb", `link`:"http://stackoverflow.com/users/3594595/merb", `profile_image`:"https://www.gravatar.com/avatar/2748bf84d55580a22ecba0c41d33010a?s=128&d=identicon&r=PG&f=1", `reputation`:327, `user_id`:3594595, `user_type`:"registered"})
  create (_1414:`Tag` {`text`:"py2neo"})
  create (_1429:`Tag` {`text`:"amazon-ec2"})
  create (_1449:`User` {`accept_rate`:100, `display_name`:"LDB", `link`:"http://stackoverflow.com/users/4499838/ldb", `profile_image`:"http://i.stack.imgur.com/tSLKU.jpg?s=128&g=1", `reputation`:27, `user_id`:4499838, `user_type`:"registered"})
  create (_1460:`User` {`accept_rate`:50, `display_name`:"F.O.O", `link`:"http://stackoverflow.com/users/1464389/f-o-o", `profile_image`:"https://www.gravatar.com/avatar/3b8d2e8d7154c79fca61e18df6a6a90c?s=128&d=identicon&r=PG", `reputation`:93, `user_id`:1464389, `user_type`:"registered"})
  create (_1474:`User` {`display_name`:"armedwing", `link`:"http://stackoverflow.com/users/4495021/armedwing", `profile_image`:"https://www.gravatar.com/avatar/0e016566dfdca0643a223d998b4d977c?s=128&d=identicon&r=PG&f=1", `reputation`:22, `user_id`:4495021, `user_type`:"registered"})
  create (_1485:`Tag` {`text`:"titan"})
  create (_1495:`Tag` {`text`:"php"})
  create (_1500:`Tag` {`text`:"json"})
  create (_1502:`User` {`accept_rate`:43, `display_name`:"QWERTYking", `link`:"http://stackoverflow.com/users/4185813/qwertyking", `profile_image`:"https://www.gravatar.com/avatar/b60a0c4b9acae306fdb399b115ef092f?s=128&d=identicon&r=PG&f=1", `reputation`:58, `user_id`:4185813, `user_type`:"registered"})
  create (_1506:`User` {`accept_rate`:67, `display_name`:"Clam", `link`:"http://stackoverflow.com/users/2827338/clam", `profile_image`:"https://www.gravatar.com/avatar/7025e876a1e3a79e994877a94e41f81c?s=128&d=identicon&r=PG&f=1", `reputation`:338, `user_id`:2827338, `user_type`:"registered"})
  create (_1512:`Tag` {`text`:"python"})
  create (_1527:`Answer` {`answer_id`:28425464, `creation_date`:1423549688, `is_accepted`:false, `last_activity_date`:1423549688, `question_id`:17932256, `score`:0})
  create (_1528:`User` {`accept_rate`:39, `display_name`:"Armen Arzumanyan", `link`:"http://stackoverflow.com/users/2182398/armen-arzumanyan", `profile_image`:"http://i.stack.imgur.com/c5gn3.jpg?s=128&g=1", `reputation`:151, `user_id`:2182398, `user_type`:"registered"})
  create (_1529:`Answer` {`answer_id`:28420270, `creation_date`:1423519328, `is_accepted`:true, `last_activity_date`:1423523705, `question_id`:28418651, `score`:4})
  create (_1530:`User` {`display_name`:"noisesmith", `link`:"http://stackoverflow.com/users/2258453/noisesmith", `profile_image`:"https://www.gravatar.com/avatar/ee75df17db85f17e2418a80ad872dc5b?s=128&d=identicon&r=PG", `reputation`:10671, `user_id`:2258453, `user_type`:"registered"})
  create (_1531:`Answer` {`answer_id`:28417100, `creation_date`:1423507855, `is_accepted`:false, `last_activity_date`:1423513714, `question_id`:28402435, `score`:0})
  create (_1532:`User` {`display_name`:"Dave Bennett", `link`:"http://stackoverflow.com/users/4187346/dave-bennett", `profile_image`:"http://i.stack.imgur.com/uSe1J.png?s=128&g=1", `reputation`:1042, `user_id`:4187346, `user_type`:"registered"})
  create (_1533:`Answer` {`answer_id`:28418633, `creation_date`:1423513408, `is_accepted`:false, `last_activity_date`:1423513408, `question_id`:28277645, `score`:0})
  create (_1534:`Answer` {`answer_id`:28415709, `creation_date`:1423503064, `is_accepted`:false, `last_activity_date`:1423503064, `question_id`:28413131, `score`:0})
  create (_1535:`User` {`accept_rate`:57, `display_name`:"Stefan Armbruster", `link`:"http://stackoverflow.com/users/158701/stefan-armbruster", `profile_image`:"https://www.gravatar.com/avatar/9053a0761b796fb90e9ce9e110d6b093?s=128&d=identicon&r=PG", `reputation`:17049, `user_id`:158701, `user_type`:"registered"})
  create (_1536:`Answer` {`answer_id`:28413178, `creation_date`:1423495471, `is_accepted`:true, `last_activity_date`:1423495471, `question_id`:28409743, `score`:0})
  create (_1537:`Answer` {`answer_id`:28408554, `creation_date`:1423480912, `is_accepted`:false, `last_activity_date`:1423480912, `question_id`:28397457, `score`:0})
  create (_1538:`Answer` {`answer_id`:28407687, `creation_date`:1423477930, `is_accepted`:false, `last_activity_date`:1423477930, `question_id`:28403372, `score`:0})
  create (_1539:`User` {`display_name`:"zaboco", `link`:"http://stackoverflow.com/users/852300/zaboco", `profile_image`:"https://www.gravatar.com/avatar/73b457ce12fc4bbe6d5db061ff71169e?s=128&d=identicon&r=PG", `reputation`:424, `user_id`:852300, `user_type`:"registered"})
  create (_1540:`Answer` {`answer_id`:28405803, `creation_date`:1423471671, `is_accepted`:false, `last_activity_date`:1423471671, `question_id`:28403372, `score`:1})
  create (_1541:`Answer` {`answer_id`:28405538, `creation_date`:1423470398, `is_accepted`:false, `last_activity_date`:1423470398, `question_id`:28403834, `score`:0})
  create (_1542:`User` {`display_name`:"Michael Hunger", `link`:"http://stackoverflow.com/users/728812/michael-hunger", `profile_image`:"https://www.gravatar.com/avatar/f522bc835d745f319a9567d63f5c0cc9?s=128&d=identicon&r=PG", `reputation`:18920, `user_id`:728812, `user_type`:"registered"})
  create (_1543:`Answer` {`answer_id`:28405490, `creation_date`:1423470194, `is_accepted`:false, `last_activity_date`:1423470194, `question_id`:28399712, `score`:0})
  create (_1544:`Answer` {`answer_id`:28405464, `creation_date`:1423470091, `is_accepted`:true, `last_activity_date`:1423470091, `question_id`:28400521, `score`:0})
  create (_1545:`Answer` {`answer_id`:28403970, `creation_date`:1423463285, `is_accepted`:false, `last_activity_date`:1423463285, `question_id`:28398726, `score`:1})
  create (_1546:`User` {`accept_rate`:71, `display_name`:"Sid", `link`:"http://stackoverflow.com/users/848397/sid", `profile_image`:"https://www.gravatar.com/avatar/c18cfaf3f9ead41184411d1ef6890359?s=128&d=identicon&r=PG", `reputation`:195, `user_id`:848397, `user_type`:"registered"})
  create (_1547:`Answer` {`answer_id`:28400667, `creation_date`:1423438416, `is_accepted`:true, `last_activity_date`:1423438416, `question_id`:28400442, `score`:0})
  create (_1548:`Answer` {`answer_id`:28400002, `creation_date`:1423433805, `is_accepted`:false, `last_activity_date`:1423433805, `question_id`:28398778, `score`:0})
  create (_1549:`Answer` {`answer_id`:28399675, `creation_date`:1423431604, `is_accepted`:false, `last_activity_date`:1423431604, `question_id`:28398656, `score`:0})
  create (_1550:`Answer` {`answer_id`:28396694, `creation_date`:1423414692, `is_accepted`:false, `last_activity_date`:1423414692, `question_id`:28394688, `score`:2})
  create (_1551:`User` {`display_name`:"Michal Bachman", `link`:"http://stackoverflow.com/users/220912/michal-bachman", `profile_image`:"http://i.stack.imgur.com/0HKIl.png?s=128&g=1", `reputation`:1487, `user_id`:220912, `user_type`:"registered"})
  create (_1552:`Answer` {`answer_id`:28388232, `creation_date`:1423348298, `is_accepted`:true, `last_activity_date`:1423410089, `question_id`:28314155, `score`:0})
  create (_1553:`Answer` {`answer_id`:28394754, `creation_date`:1423403963, `is_accepted`:false, `last_activity_date`:1423403963, `question_id`:28190253, `score`:0})
  create (_1554:`User` {`accept_rate`:60, `display_name`:"Oliver Gierke", `link`:"http://stackoverflow.com/users/18122/oliver-gierke", `profile_image`:"https://www.gravatar.com/avatar/90426e0f77047b40c1db4a7eb28b07e3?s=128&d=identicon&r=PG", `reputation`:16078, `user_id`:18122, `user_type`:"registered"})
  create (_1555:`Answer` {`answer_id`:28388118, `creation_date`:1423347492, `is_accepted`:false, `last_activity_date`:1423347492, `question_id`:28337091, `score`:0})
  create (_1556:`Answer` {`answer_id`:28385307, `creation_date`:1423330920, `is_accepted`:false, `last_activity_date`:1423330920, `question_id`:28367933, `score`:0})
  create (_1557:`Answer` {`answer_id`:28372254, `creation_date`:1423246752, `is_accepted`:true, `last_activity_date`:1423330292, `question_id`:28370571, `score`:2})
  create (_1558:`User` {`display_name`:"cybersam", `link`:"http://stackoverflow.com/users/974731/cybersam", `profile_image`:"https://www.gravatar.com/avatar/8f54ba41697411b238379022f9a6df56?s=128&d=identicon&r=PG", `reputation`:6649, `user_id`:974731, `user_type`:"registered"})
  create (_1559:`Answer` {`answer_id`:28384068, `creation_date`:1423323834, `is_accepted`:false, `last_activity_date`:1423323834, `question_id`:28383643, `score`:2})
  create (_1560:`User` {`accept_rate`:59, `display_name`:"FrobberOfBits", `link`:"http://stackoverflow.com/users/2920686/frobberofbits", `profile_image`:"http://i.stack.imgur.com/qLSFx.jpg?s=128&g=1", `reputation`:5175, `user_id`:2920686, `user_type`:"registered"})
  create (_1561:`Answer` {`answer_id`:28375502, `creation_date`:1423259840, `is_accepted`:true, `last_activity_date`:1423269871, `question_id`:28375229, `score`:3})
  create (_1562:`Answer` {`answer_id`:28375472, `creation_date`:1423259702, `is_accepted`:false, `last_activity_date`:1423259702, `question_id`:28342926, `score`:1})
  create (_1563:`User` {`display_name`:"femtoRgon", `link`:"http://stackoverflow.com/users/1628375/femtorgon", `profile_image`:"https://www.gravatar.com/avatar/9070d56379b05ec9417627d9378c6f8e?s=128&d=identicon&r=PG", `reputation`:14744, `user_id`:1628375, `user_type`:"registered"})
  create (_1564:`Answer` {`answer_id`:28375398, `creation_date`:1423259410, `is_accepted`:false, `last_activity_date`:1423259410, `question_id`:28370864, `score`:1})
  create (_1565:`Answer` {`answer_id`:28370229, `creation_date`:1423239741, `is_accepted`:true, `last_activity_date`:1423239741, `question_id`:28367638, `score`:1})
  create (_1566:`Answer` {`answer_id`:28367515, `creation_date`:1423231469, `is_accepted`:true, `last_activity_date`:1423231469, `question_id`:28356654, `score`:2})
  create (_1567:`Answer` {`answer_id`:28366197, `creation_date`:1423227015, `is_accepted`:false, `last_activity_date`:1423227015, `question_id`:28364403, `score`:1})
  create (_1568:`Answer` {`answer_id`:28362426, `creation_date`:1423214709, `is_accepted`:false, `last_activity_date`:1423225116, `question_id`:28350517, `score`:1})
  create (_1569:`Question` {`answer_count`:1, `creation_date`:1422727461, `is_answered`:true, `last_activity_date`:1422798995, `link`:"http://stackoverflow.com/questions/28254800/neo4j-cypher-transfer-all-relationships-before-replacing-a-node-by-another", `question_id`:28254800, `score`:1, `title`:"Neo4j Cypher : transfer all relationships before replacing a node by another", `view_count`:56})
  create (_1570:`Question` {`answer_count`:1, `creation_date`:1422661208, `is_answered`:true, `last_activity_date`:1422798731, `link`:"http://stackoverflow.com/questions/28246416/neo4j-export-import-data", `question_id`:28246416, `score`:2, `title`:"Neo4j export & import data", `view_count`:36})
  create (_1571:`User` {`accept_rate`:64, `display_name`:"Ken Williams", `link`:"http://stackoverflow.com/users/169947/ken-williams", `profile_image`:"https://www.gravatar.com/avatar/94c9072a6b1ac6e02e735b3df640e277?s=128&d=identicon&r=PG", `reputation`:5436, `user_id`:169947, `user_type`:"registered"})
  create (_1572:`Tag` {`text`:"import"})
  create (_1573:`Tag` {`text`:"export"})
  create (_1574:`Question` {`answer_count`:1, `creation_date`:1422782087, `is_answered`:true, `last_activity_date`:1422792185, `link`:"http://stackoverflow.com/questions/28261198/finding-cypher-paths-that-dont-visit-the-same-node-twice", `question_id`:28261198, `score`:0, `title`:"Finding cypher paths that don't visit the same node twice", `view_count`:18})
  create (_1575:`User` {`accept_rate`:71, `display_name`:"Dr Joe", `link`:"http://stackoverflow.com/users/712054/dr-joe", `profile_image`:"https://www.gravatar.com/avatar/2c8e145ec6cd4f0384d05af08573a525?s=128&d=identicon&r=PG", `reputation`:333, `user_id`:712054, `user_type`:"registered"})
  create (_1576:`Question` {`answer_count`:1, `creation_date`:1422755941, `is_answered`:true, `last_activity_date`:1422786269, `link`:"http://stackoverflow.com/questions/28258658/aggregates-count-example-in-online-course-recommend-3-actors-that-keanu-reeves", `question_id`:28258658, `score`:1, `title`:"Aggregates Count Example in Online Course : Recommend 3 actors that Keanu Reeves should work with (but hasn’t)", `view_count`:15})
  create (_1577:`User` {`display_name`:"user3180625", `link`:"http://stackoverflow.com/users/3180625/user3180625", `profile_image`:"http://graph.facebook.com/100000633547657/picture?type=large", `reputation`:8, `user_id`:3180625, `user_type`:"registered"})
  create (_1578:`Tag` {`text`:"aggregates"})
  create (_1579:`Question` {`answer_count`:1, `creation_date`:1422029614, `is_answered`:true, `last_activity_date`:1422713405, `link`:"http://stackoverflow.com/questions/28114061/neo4j-query-for-getting-first-few-nodes-with-highest-degree", `question_id`:28114061, `score`:1, `title`:"Neo4j query for getting first few nodes with highest degree", `view_count`:30})
  create (_1580:`User` {`display_name`:"Mowi", `link`:"http://stackoverflow.com/users/4173990/mowi", `profile_image`:"https://www.gravatar.com/avatar/eaab28384361d8b76f586aa17ed54a2f?s=128&d=identicon&r=PG&f=1", `reputation`:6, `user_id`:4173990, `user_type`:"registered"})
  create (_1581:`Question` {`answer_count`:2, `creation_date`:1422366831, `is_answered`:false, `last_activity_date`:1422706235, `link`:"http://stackoverflow.com/questions/28172173/check-previously-visited-nodes-on-cypher", `question_id`:28172173, `score`:1, `title`:"Check previously visited nodes on cypher", `view_count`:34})
  create (_1582:`User` {`accept_rate`:93, `display_name`:"khajvah", `link`:"http://stackoverflow.com/users/2398611/khajvah", `profile_image`:"https://www.gravatar.com/avatar/7a98680cc877f88f2f500e24a1bb928f?s=128&d=identicon&r=PG", `reputation`:911, `user_id`:2398611, `user_type`:"registered"})
  create (_1583:`Question` {`answer_count`:1, `creation_date`:1422398850, `is_answered`:true, `last_activity_date`:1422706021, `link`:"http://stackoverflow.com/questions/28181478/neo4j-kernel-crashing-when-loading-large-graph", `question_id`:28181478, `score`:0, `title`:"Neo4j kernel crashing when loading large graph", `view_count`:46})
  create (_1584:`User` {`accept_rate`:50, `display_name`:"user1389906", `link`:"http://stackoverflow.com/users/1389906/user1389906", `profile_image`:"https://www.gravatar.com/avatar/25d8102825c72b34018053d12229d3d1?s=128&d=identicon&r=PG", `reputation`:60, `user_id`:1389906, `user_type`:"registered"})
  create (_1585:`Tag` {`text`:"neo4j-embedded"})
  create (_1586:`Question` {`answer_count`:1, `creation_date`:1422262751, `is_answered`:false, `last_activity_date`:1422705752, `link`:"http://stackoverflow.com/questions/28147084/why-does-periodic-commit-throw-open-transaction-error-for-11-8-example-in-2-2-0", `question_id`:28147084, `score`:1, `title`:"Why does periodic commit throw open transaction error for 11.8 example in 2.2.0-M02?", `view_count`:24})
  create (_1587:`User` {`display_name`:"Tim", `link`:"http://stackoverflow.com/users/464131/tim", `profile_image`:"https://www.gravatar.com/avatar/8e2694e45994a491d10b68685a0282fb?s=128&d=identicon&r=PG", `reputation`:12, `user_id`:464131, `user_type`:"registered"})
  create (_1588:`Question` {`answer_count`:1, `creation_date`:1422251737, `is_answered`:true, `last_activity_date`:1422705564, `link`:"http://stackoverflow.com/questions/28145340/merge-nodes-with-batch-importer-or-with-neo4j-2-2-importtool", `question_id`:28145340, `score`:0, `title`:"Merge nodes with "Batch Importer" or with neo4j 2.2 ImportTool", `view_count`:29})
  create (_1589:`Tag` {`text`:"data-import"})
  create (_1593:`Question` {`answer_count`:2, `creation_date`:1409244405, `is_answered`:true, `last_activity_date`:1422654399, `link`:"http://stackoverflow.com/questions/25553998/neo4j-lucene-phrase-matching-using-cypher-fuzzy", `question_id`:25553998, `score`:1, `title`:"Neo4j: Lucene phrase matching using Cypher (fuzzy)", `view_count`:152})
  create (_1594:`User` {`accept_rate`:89, `display_name`:"Daniel Krizian", `link`:"http://stackoverflow.com/users/1842221/daniel-krizian", `profile_image`:"https://www.gravatar.com/avatar/9207fa2d667fed948aa9ae17575949e5?s=128&d=identicon&r=PG", `reputation`:997, `user_id`:1842221, `user_type`:"registered"})
  create (_1595:`Question` {`answer_count`:1, `creation_date`:1422414485, `is_answered`:false, `last_activity_date`:1422642477, `link`:"http://stackoverflow.com/questions/28183943/is-it-normal-query-performance", `question_id`:28183943, `score`:0, `title`:"Is it normal query performance?", `view_count`:38})
  create (_1596:`Question` {`answer_count`:1, `creation_date`:1422584612, `is_answered`:true, `last_activity_date`:1422637988, `link`:"http://stackoverflow.com/questions/28228253/the-most-appropriate-way-to-use-neo4j-from-python-in-2015", `question_id`:28228253, `score`:1, `title`:"The most appropriate way to use Neo4j from Python in 2015", `view_count`:66})
  create (_1597:`User` {`display_name`:"redsk", `link`:"http://stackoverflow.com/users/2196785/redsk", `profile_image`:"https://www.gravatar.com/avatar/81629e0395e419e4207e526c4b9e079a?s=128&d=identicon&r=PG", `reputation`:6, `user_id`:2196785, `user_type`:"registered"})
  create (_1598:`Tag` {`text`:"gremlin"})
  create (_1599:`Tag` {`text`:"bulbs"})
  create (_1600:`Question` {`answer_count`:3, `creation_date`:1422379575, `is_answered`:true, `last_activity_date`:1422628341, `link`:"http://stackoverflow.com/questions/28176347/how-to-add-to-an-existing-value-in-a-map-in-cypher", `question_id`:28176347, `score`:2, `title`:"How to add to an existing value in a map in Cypher?", `view_count`:56})
  create (_1601:`User` {`accept_rate`:100, `display_name`:"user157109", `link`:"http://stackoverflow.com/users/3837934/user157109", `profile_image`:"https://www.gravatar.com/avatar/c31367db5c520b85f847af87e3f9adf2?s=128&d=identicon&r=PG", `reputation`:35, `user_id`:3837934, `user_type`:"registered"})
  create (_1604:`Question` {`answer_count`:1, `creation_date`:1422561084, `is_answered`:true, `last_activity_date`:1422583507, `link`:"http://stackoverflow.com/questions/28223366/out-of-memory-error-neo4j", `question_id`:28223366, `score`:1, `title`:"Out of Memory Error Neo4j", `view_count`:34})
  create (_1605:`Question` {`answer_count`:3, `creation_date`:1421817396, `is_answered`:true, `last_activity_date`:1422582890, `link`:"http://stackoverflow.com/questions/28060104/recursive-query-with-sub-graph-aggregation-arbitrary-depth", `question_id`:28060104, `score`:6, `title`:"Recursive query with sub-graph aggregation (arbitrary depth)", `view_count`:186})
  create (_1606:`User` {`accept_rate`:80, `display_name`:"Ned Stoyanov", `link`:"http://stackoverflow.com/users/1239433/ned-stoyanov", `profile_image`:"https://www.gravatar.com/avatar/84dd1fefa26e1edc11ef7d0654de147f?s=128&d=identicon&r=PG", `reputation`:4608, `user_id`:1239433, `user_type`:"registered"})
  create (_1607:`Tag` {`text`:"recursion"})
  create (_1608:`Question` {`answer_count`:2, `creation_date`:1402599541, `is_answered`:false, `last_activity_date`:1422578185, `link`:"http://stackoverflow.com/questions/24191950/unable-to-shut-down-neo4j-jetty-server-within-tomcat-webapp", `question_id`:24191950, `score`:1, `title`:"Unable to shut down Neo4j Jetty server within Tomcat webapp", `view_count`:196})
  create (_1609:`User` {`accept_rate`:80, `display_name`:"mrhobo", `link`:"http://stackoverflow.com/users/1860591/mrhobo", `profile_image`:"https://www.gravatar.com/avatar/fe2595c139a8fbde76e242eb43057217?s=128&d=identicon&r=PG", `reputation`:3570, `user_id`:1860591, `user_type`:"registered"})
  create (_1610:`Tag` {`text`:"jetty"})
  create (_1613:`Tag` {`text`:"jdbc"})
  create (_1614:`Question` {`answer_count`:3, `creation_date`:1422551326, `is_answered`:true, `last_activity_date`:1422577103, `link`:"http://stackoverflow.com/questions/28220526/remote-connection-to-neo4j-server", `question_id`:28220526, `score`:0, `title`:"Remote connection to Neo4j server", `view_count`:30})
  create (_1615:`User` {`accept_rate`:41, `display_name`:"Adam Carter", `link`:"http://stackoverflow.com/users/1735584/adam-carter", `profile_image`:"https://www.gravatar.com/avatar/01679582d208badcede043b123f77e74?s=128&d=identicon&r=PG", `reputation`:1199, `user_id`:1735584, `user_type`:"registered"})
  create (_1616:`Question` {`answer_count`:3, `creation_date`:1422570272, `is_answered`:true, `last_activity_date`:1422575774, `link`:"http://stackoverflow.com/questions/28225817/how-to-get-departure-time-and-arrival-time-from-2-different-relation-in-neo4j", `question_id`:28225817, `score`:1, `title`:"How to get departure time and arrival time from 2 different relation in neo4j", `view_count`:46})
  create (_1617:`User` {`accept_rate`:80, `display_name`:"Vdev", `link`:"http://stackoverflow.com/users/4300691/vdev", `profile_image`:"https://www.gravatar.com/avatar/0c9b711a5cc0aa7b6558059ed15ab729?s=128&d=identicon&r=PG&f=1", `reputation`:19, `user_id`:4300691, `user_type`:"registered"})
  create (_1618:`Question` {`answer_count`:2, `creation_date`:1386321125, `is_answered`:false, `last_activity_date`:1422570798, `link`:"http://stackoverflow.com/questions/20420042/submitting-multiple-semi-colon-separated-cypher-statements-through-neo4j-browser", `question_id`:20420042, `score`:1, `title`:"Submitting multiple semi-colon separated Cypher statements through Neo4j Browser", `view_count`:218})
  create (_1619:`User` {`accept_rate`:89, `display_name`:"Dirk Calloway", `link`:"http://stackoverflow.com/users/2494602/dirk-calloway", `profile_image`:"http://i.stack.imgur.com/OZlRo.jpg?s=128&g=1", `reputation`:390, `user_id`:2494602, `user_type`:"registered"})
  create (_1622:`Question` {`answer_count`:1, `creation_date`:1422549702, `is_answered`:true, `last_activity_date`:1422560147, `link`:"http://stackoverflow.com/questions/28219967/in-neo4j-how-to-retrieve-nodes-along-with-additional-information-about-if-they", `question_id`:28219967, `score`:0, `title`:"In Neo4J, how to retrieve nodes, along with additional information about if they are connected or not to a specific node", `view_count`:40})
  create (_1623:`User` {`display_name`:"Gourav Das", `link`:"http://stackoverflow.com/users/1237239/gourav-das", `profile_image`:"http://graph.facebook.com/566722130/picture?type=large", `reputation`:22, `user_id`:1237239, `user_type`:"registered"})
  create (_1624:`Question` {`answer_count`:1, `creation_date`:1422540097, `is_answered`:true, `last_activity_date`:1422557298, `link`:"http://stackoverflow.com/questions/28216610/py2neo-cypher-error-keyerror-ucypher", `question_id`:28216610, `score`:0, `title`:"py2neo cypher error: KeyError: "u'cypher'", `view_count`:25})
  create (_1625:`User` {`accept_rate`:67, `display_name`:"danielsilvarj", `link`:"http://stackoverflow.com/users/1071849/danielsilvarj", `profile_image`:"https://www.gravatar.com/avatar/82b1e40957b0bf64e3e9f324e4e021e5?s=128&d=identicon&r=PG", `reputation`:30, `user_id`:1071849, `user_type`:"registered"})
  create (_1626:`Question` {`answer_count`:1, `creation_date`:1422553708, `is_answered`:true, `last_activity_date`:1422556148, `link`:"http://stackoverflow.com/questions/28221255/chaining-result-with-with-doesnt-work-when-the-subsequent-query-doesnt-have", `question_id`:28221255, `score`:0, `title`:"Chaining result with "WITH" doesn't work when the subsequent query doesn't have matched result in Neo4j cypher query", `view_count`:28})
  create (_1627:`User` {`accept_rate`:82, `display_name`:"suud", `link`:"http://stackoverflow.com/users/844005/suud", `profile_image`:"https://www.gravatar.com/avatar/c5940c4ff6837313a7142576d0e7f84e?s=128&d=identicon&r=PG&f=1", `reputation`:1095, `user_id`:844005, `user_type`:"registered"})
  create (_1628:`Question` {`answer_count`:2, `creation_date`:1422297992, `is_answered`:false, `last_activity_date`:1422549463, `link`:"http://stackoverflow.com/questions/28156636/testing-neo4j-managed-extensions", `question_id`:28156636, `score`:1, `title`:"Testing Neo4j managed extensions", `view_count`:35})
  create (_1629:`Tag` {`text`:"testing"})
  create (_1630:`Question` {`answer_count`:2, `creation_date`:1422046032, `is_answered`:true, `last_activity_date`:1422543464, `link`:"http://stackoverflow.com/questions/28118470/equivalent-of-fetch-in-cypher", `question_id`:28118470, `score`:0, `title`:"EQUIVALENT OF @FETCH IN CYPHER", `view_count`:24})
  create (_1631:`Question` {`answer_count`:1, `creation_date`:1422542381, `is_answered`:true, `last_activity_date`:1422543239, `link`:"http://stackoverflow.com/questions/28217352/neo4j-string-or-text-data-types", `question_id`:28217352, `score`:1, `title`:"Neo4j string or text data types", `view_count`:18})
  create (_1632:`Question` {`answer_count`:1, `creation_date`:1422521403, `is_answered`:false, `last_activity_date`:1422541496, `link`:"http://stackoverflow.com/questions/28210424/spring-data-neo4j-findall-return-null-when-result-pass-to-another-list", `question_id`:28210424, `score`:0, `title`:"Spring data neo4j: findAll return null , when result pass to another list", `view_count`:69})
  create (_1692:`Tag` {`text`:"c#"})
  create (_1723:`Tag` {`text`:"maven"})
  create (_1734:`Tag` {`text`:"forms"})
  create (_1755:`Tag` {`text`:"laravel"})
  create (_1764:`Tag` {`text`:"neo4j-spatial"})
  create (_1772:`User` {`display_name`:"Andreas Kuczera", `link`:"http://stackoverflow.com/users/4167075/andreas-kuczera", `profile_image`:"https://www.gravatar.com/avatar/6c4030e929ea167452b73679d4281535?s=128&d=identicon&r=PG&f=1", `reputation`:26, `user_id`:4167075, `user_type`:"registered"})
  create (_1775:`Answer` {`answer_id`:28262767, `creation_date`:1422794087, `is_accepted`:false, `last_activity_date`:1422798995, `question_id`:28254800, `score`:3})
  create (_1776:`Answer` {`answer_id`:28263412, `creation_date`:1422798731, `is_accepted`:true, `last_activity_date`:1422798731, `question_id`:28246416, `score`:1})
  create (_1777:`Answer` {`answer_id`:28261693, `creation_date`:1422786420, `is_accepted`:true, `last_activity_date`:1422792185, `question_id`:28261198, `score`:2})
  create (_1778:`Answer` {`answer_id`:28261675, `creation_date`:1422786269, `is_accepted`:true, `last_activity_date`:1422786269, `question_id`:28258658, `score`:2})
  create (_1779:`Answer` {`answer_id`:28115211, `creation_date`:1422033362, `is_accepted`:false, `last_activity_date`:1422713405, `question_id`:28114061, `score`:1})
  create (_1780:`Answer` {`answer_id`:28251427, `creation_date`:1422706235, `is_accepted`:false, `last_activity_date`:1422706235, `question_id`:28172173, `score`:0})
  create (_1781:`Answer` {`answer_id`:28251396, `creation_date`:1422706021, `is_accepted`:false, `last_activity_date`:1422706021, `question_id`:28181478, `score`:1})
  create (_1782:`Answer` {`answer_id`:28251351, `creation_date`:1422705752, `is_accepted`:false, `last_activity_date`:1422705752, `question_id`:28147084, `score`:0})
  create (_1783:`Answer` {`answer_id`:28251326, `creation_date`:1422705564, `is_accepted`:true, `last_activity_date`:1422705564, `question_id`:28145340, `score`:0})
  create (_1784:`Answer` {`answer_id`:28245150, `creation_date`:1422654399, `is_accepted`:false, `last_activity_date`:1422654399, `question_id`:25553998, `score`:1})
  create (_1785:`Answer` {`answer_id`:28242354, `creation_date`:1422642477, `is_accepted`:false, `last_activity_date`:1422642477, `question_id`:28183943, `score`:0})
  create (_1786:`User` {`display_name`:"Christophe Willemsen", `link`:"http://stackoverflow.com/users/2662355/christophe-willemsen", `profile_image`:"http://i.stack.imgur.com/qwuvQ.jpg?s=128&g=1", `reputation`:2138, `user_id`:2662355, `user_type`:"registered"})
  create (_1787:`Answer` {`answer_id`:28241106, `creation_date`:1422637988, `is_accepted`:false, `last_activity_date`:1422637988, `question_id`:28228253, `score`:2})
  create (_1788:`Answer` {`answer_id`:28238093, `creation_date`:1422628341, `is_accepted`:true, `last_activity_date`:1422628341, `question_id`:28176347, `score`:0})
  create (_1789:`Answer` {`answer_id`:28223438, `creation_date`:1422561332, `is_accepted`:true, `last_activity_date`:1422583507, `question_id`:28223366, `score`:2})
  create (_1790:`User` {`accept_rate`:90, `display_name`:"joslinm", `link`:"http://stackoverflow.com/users/250993/joslinm", `profile_image`:"https://www.gravatar.com/avatar/f920480f0962ef6646b2f966ba2c0d31?s=128&d=identicon&r=PG", `reputation`:1334, `user_id`:250993, `user_type`:"registered"})
  create (_1791:`Answer` {`answer_id`:28209927, `creation_date`:1422519501, `is_accepted`:true, `last_activity_date`:1422582890, `question_id`:28060104, `score`:2})
  create (_1792:`Answer` {`answer_id`:28227335, `creation_date`:1422578185, `is_accepted`:false, `last_activity_date`:1422578185, `question_id`:24191950, `score`:0})
  create (_1793:`User` {`display_name`:"danbsd", `link`:"http://stackoverflow.com/users/1812002/danbsd", `profile_image`:"https://www.gravatar.com/avatar/f4b4db7238ffd279c0f976c3629ad1fc?s=128&d=identicon&r=PG", `reputation`:1, `user_id`:1812002, `user_type`:"registered"})
  create (_1794:`Answer` {`answer_id`:28227153, `creation_date`:1422577103, `is_accepted`:false, `last_activity_date`:1422577103, `question_id`:28220526, `score`:1})
  create (_1795:`Answer` {`answer_id`:28226435, `creation_date`:1422573010, `is_accepted`:false, `last_activity_date`:1422575774, `question_id`:28225817, `score`:1})
  create (_1796:`User` {`display_name`:"Jonathan F", `link`:"http://stackoverflow.com/users/1910991/jonathan-f", `profile_image`:"https://www.gravatar.com/avatar/cda23d36b26853c82f72478753ccd63a?s=128&d=identicon&r=PG", `reputation`:1046, `user_id`:1910991, `user_type`:"registered"})
  create (_1797:`Answer` {`answer_id`:28226731, `creation_date`:1422574555, `is_accepted`:false, `last_activity_date`:1422574555, `question_id`:28225817, `score`:2})
  create (_1798:`Answer` {`answer_id`:28226711, `creation_date`:1422574456, `is_accepted`:true, `last_activity_date`:1422574456, `question_id`:28225817, `score`:3})
  create (_1799:`User` {`display_name`:"Nicole White", `link`:"http://stackoverflow.com/users/2848578/nicole-white", `profile_image`:"http://i.stack.imgur.com/XpKua.jpg?s=128&g=1", `reputation`:1976, `user_id`:2848578, `user_type`:"registered"})
  create (_1800:`Answer` {`answer_id`:28225942, `creation_date`:1422570798, `is_accepted`:false, `last_activity_date`:1422570798, `question_id`:20420042, `score`:0})
  create (_1801:`User` {`accept_rate`:50, `display_name`:"Chris Leishman", `link`:"http://stackoverflow.com/users/737080/chris-leishman", `profile_image`:"https://www.gravatar.com/avatar/ffa6eed1e8a9c1b2adb37ca88c07dede?s=128&d=identicon&r=PG", `reputation`:784, `user_id`:737080, `user_type`:"registered"})
  create (_1802:`Answer` {`answer_id`:28223883, `creation_date`:1422562893, `is_accepted`:false, `last_activity_date`:1422562893, `question_id`:28220526, `score`:1})
  create (_1803:`Answer` {`answer_id`:28223875, `creation_date`:1422562878, `is_accepted`:false, `last_activity_date`:1422562878, `question_id`:28220526, `score`:3})
  create (_1804:`Answer` {`answer_id`:28220809, `creation_date`:1422552150, `is_accepted`:true, `last_activity_date`:1422560147, `question_id`:28219967, `score`:3})
  create (_1805:`Answer` {`answer_id`:28222269, `creation_date`:1422557298, `is_accepted`:true, `last_activity_date`:1422557298, `question_id`:28216610, `score`:2})
  create (_1806:`Answer` {`answer_id`:28221466, `creation_date`:1422554418, `is_accepted`:true, `last_activity_date`:1422556148, `question_id`:28221255, `score`:2})
  create (_1807:`Answer` {`answer_id`:28216792, `creation_date`:1422540740, `is_accepted`:false, `last_activity_date`:1422549463, `question_id`:28156636, `score`:0})
  create (_1808:`Answer` {`answer_id`:28217724, `creation_date`:1422543464, `is_accepted`:false, `last_activity_date`:1422543464, `question_id`:28118470, `score`:0})
  create (_1809:`Answer` {`answer_id`:28217650, `creation_date`:1422543239, `is_accepted`:true, `last_activity_date`:1422543239, `question_id`:28217352, `score`:1})
  create (_1810:`Answer` {`answer_id`:28215750, `creation_date`:1422537460, `is_accepted`:false, `last_activity_date`:1422541496, `question_id`:28210424, `score`:0})
  create (_1811:`Question` {`answer_count`:2, `creation_date`:1421935475, `is_answered`:true, `last_activity_date`:1421938702, `link`:"http://stackoverflow.com/questions/28090713/neo4j-java-traversal-api-deprecated-methods", `question_id`:28090713, `score`:2, `title`:"Neo4j java/traversal api -- deprecated methods", `view_count`:19})
  create (_1812:`User` {`accept_rate`:100, `display_name`:"gruby karol", `link`:"http://stackoverflow.com/users/1848918/gruby-karol", `profile_image`:"https://www.gravatar.com/avatar/ab4c9cd1542df393005fd69a329aac91?s=128&d=identicon&r=PG", `reputation`:79, `user_id`:1848918, `user_type`:"registered"})
  create (_1813:`Question` {`answer_count`:2, `creation_date`:1421928286, `is_answered`:true, `last_activity_date`:1421936523, `link`:"http://stackoverflow.com/questions/28088348/neo4j-create-unique-where-in", `question_id`:28088348, `score`:1, `title`:"Neo4j Create Unique + Where in", `view_count`:25})
  create (_1814:`User` {`accept_rate`:100, `display_name`:"Hugo", `link`:"http://stackoverflow.com/users/3831934/hugo", `profile_image`:"https://www.gravatar.com/avatar/2ec252a70d62f5547bc9364b04701128?s=128&d=identicon&r=PG&f=1", `reputation`:27, `user_id`:3831934, `user_type`:"registered"})
  create (_1815:`Tag` {`text`:"arrays"})
  create (_1816:`Tag` {`text`:"duplicates"})
  create (_1817:`Question` {`answer_count`:1, `creation_date`:1421892330, `is_answered`:true, `last_activity_date`:1421935120, `link`:"http://stackoverflow.com/questions/28080189/match-only-full-paths-in-neo4j-with-cypher-not-sub-paths", `question_id`:28080189, `score`:1, `title`:"Match Only Full Paths in Neo4J with Cypher (not sub-paths)", `view_count`:40})
  create (_1818:`Question` {`answer_count`:2, `creation_date`:1421924759, `is_answered`:true, `last_activity_date`:1421928365, `link`:"http://stackoverflow.com/questions/28087214/regular-expression-in-neo4j-cypher", `question_id`:28087214, `score`:1, `title`:"Regular Expression in Neo4j Cypher", `view_count`:26})
  create (_1819:`User` {`accept_rate`:50, `display_name`:"abhaygarg12493", `link`:"http://stackoverflow.com/users/2019109/abhaygarg12493", `profile_image`:"https://www.gravatar.com/avatar/cf16b4626f82d3dbec7a90e25e7702c2?s=128&d=identicon&r=PG", `reputation`:137, `user_id`:2019109, `user_type`:"registered"})
  create (_1824:`Question` {`answer_count`:1, `creation_date`:1421900099, `is_answered`:true, `last_activity_date`:1421900340, `link`:"http://stackoverflow.com/questions/28081191/neo4j-gem-create-relationship-between-two-nodes-only-if-it-doesnt-exist", `question_id`:28081191, `score`:1, `title`:"Neo4j gem - Create relationship between two nodes only if it doesn't exist", `view_count`:28})
  create (_1827:`Question` {`answer_count`:1, `creation_date`:1421867083, `is_answered`:true, `last_activity_date`:1421872405, `link`:"http://stackoverflow.com/questions/28074848/neo4j-select-for-update", `question_id`:28074848, `score`:2, `title`:"Neo4j select for update", `view_count`:24})
  create (_1828:`User` {`display_name`:"user2170300", `link`:"http://stackoverflow.com/users/2170300/user2170300", `profile_image`:"https://www.gravatar.com/avatar/6df65cd4109cc7b652e6f761e70169e4?s=128&d=identicon&r=PG", `reputation`:11, `user_id`:2170300, `user_type`:"registered"})
  create (_1829:`Question` {`answer_count`:2, `creation_date`:1421775000, `is_answered`:true, `last_activity_date`:1421866315, `link`:"http://stackoverflow.com/questions/28051599/connecting-the-nodes-with-relationships-in-py2neo", `question_id`:28051599, `score`:0, `title`:"connecting the nodes with relationships in py2neo", `view_count`:53})
  create (_1830:`User` {`accept_rate`:39, `display_name`:"Mohan Timilsina", `link`:"http://stackoverflow.com/users/849331/mohan-timilsina", `profile_image`:"https://www.gravatar.com/avatar/142b85c639281e1ca985f988584a9d32?s=128&d=identicon&r=PG", `reputation`:122, `user_id`:849331, `user_type`:"registered"})
  create (_1831:`Question` {`answer_count`:1, `creation_date`:1421856330, `is_answered`:true, `last_activity_date`:1421861096, `link`:"http://stackoverflow.com/questions/28071692/py2neo-error-invalidsemanticsexception", `question_id`:28071692, `score`:0, `title`:"py2neo.error. InvalidSemanticsException", `view_count`:17})
  create (_1834:`Question` {`answer_count`:1, `creation_date`:1421832960, `is_answered`:true, `last_activity_date`:1421857637, `link`:"http://stackoverflow.com/questions/28063777/how-to-get-nodes-in-neo4j-based-on-property-value", `question_id`:28063777, `score`:0, `title`:"How to get nodes in neo4j based on property value", `view_count`:19})
  create (_1835:`User` {`accept_rate`:97, `display_name`:"dkar", `link`:"http://stackoverflow.com/users/1712543/dkar", `profile_image`:"https://www.gravatar.com/avatar/9b4c7f7f6b86f18f17b42c0724a46ca0?s=128&d=identicon&r=PG", `reputation`:383, `user_id`:1712543, `user_type`:"registered"})
  create (_1836:`Question` {`answer_count`:2, `creation_date`:1421840362, `is_answered`:true, `last_activity_date`:1421852022, `link`:"http://stackoverflow.com/questions/28066341/laravel-form-data-not-saving-in-neo4j-graph-db", `question_id`:28066341, `score`:1, `title`:"Laravel form data not saving in neo4j graph DB", `view_count`:73})
  create (_1837:`Tag` {`text`:"csrf-protection"})
  create (_1838:`Question` {`answer_count`:1, `creation_date`:1421850976, `is_answered`:true, `last_activity_date`:1421851500, `link`:"http://stackoverflow.com/questions/28069794/how-to-return-lucene-highlighter-results-through-a-cypher-query", `question_id`:28069794, `score`:1, `title`:"How to return Lucene highlighter results through a Cypher query?", `view_count`:25})
  create (_1839:`User` {`display_name`:"Yomguithereal", `link`:"http://stackoverflow.com/users/2619557/yomguithereal", `profile_image`:"https://www.gravatar.com/avatar/2cfd269d7c94cc45c6b2e8e969194a9e?s=128&d=identicon&r=PG", `reputation`:8, `user_id`:2619557, `user_type`:"registered"})
  create (_1840:`Question` {`answer_count`:1, `creation_date`:1421846871, `is_answered`:true, `last_activity_date`:1421849351, `link`:"http://stackoverflow.com/questions/28068443/neo4j-shell-network-is-unreachale", `question_id`:28068443, `score`:0, `title`:"neo4j-shell Network is unreachale", `view_count`:11})
  create (_1841:`User` {`accept_rate`:74, `display_name`:"Steve Horn", `link`:"http://stackoverflow.com/users/10589/steve-horn", `profile_image`:"https://www.gravatar.com/avatar/2d873aaffc85574896e6ece2d5df6c66?s=128&d=identicon&r=PG", `reputation`:3032, `user_id`:10589, `user_type`:"registered"})
  create (_1842:`Question` {`answer_count`:1, `creation_date`:1419964326, `is_answered`:false, `last_activity_date`:1421843947, `link`:"http://stackoverflow.com/questions/27710651/c-webapi-with-neo4j-best-practice-for-database-connection", `question_id`:27710651, `score`:1, `title`:"C# WebAPI with Neo4j - Best Practice for Database connection?", `view_count`:68})
  create (_1843:`User` {`display_name`:"user1666054", `link`:"http://stackoverflow.com/users/1666054/user1666054", `profile_image`:"https://www.gravatar.com/avatar/345ddbd186fe874b2a0a15826ca3f8b2?s=128&d=identicon&r=PG", `reputation`:18, `user_id`:1666054, `user_type`:"registered"})
  create (_1844:`Tag` {`text`:"asp.net-web-api"})
  create (_1845:`Question` {`answer_count`:1, `creation_date`:1421811077, `is_answered`:false, `last_activity_date`:1421842102, `link`:"http://stackoverflow.com/questions/28059165/support-for-complex-object-with-interfaces", `question_id`:28059165, `score`:0, `title`:"Support for complex object with interfaces", `view_count`:29})
  create (_1846:`User` {`accept_rate`:0, `display_name`:"Shawn", `link`:"http://stackoverflow.com/users/428503/shawn", `profile_image`:"https://www.gravatar.com/avatar/a76977b9813103e537b905b53ef873bf?s=128&d=identicon&r=PG", `reputation`:11, `user_id`:428503, `user_type`:"registered"})
  create (_1847:`Question` {`answer_count`:3, `creation_date`:1421787122, `is_answered`:true, `last_activity_date`:1421831439, `link`:"http://stackoverflow.com/questions/28054907/find-shortest-path-between-nodes-with-additional-filter", `question_id`:28054907, `score`:3, `title`:"Find shortest path between nodes with additional filter", `view_count`:54})
  create (_1848:`User` {`accept_rate`:79, `display_name`:"Ralphz", `link`:"http://stackoverflow.com/users/282882/ralphz", `profile_image`:"https://www.gravatar.com/avatar/064cf2ac71f78d338e73dda6485b2477?s=128&d=identicon&r=PG", `reputation`:586, `user_id`:282882, `user_type`:"registered"})
  create (_1849:`Question` {`answer_count`:1, `creation_date`:1421824578, `is_answered`:true, `last_activity_date`:1421828790, `link`:"http://stackoverflow.com/questions/28061542/add-label-in-neo4j-1-8", `question_id`:28061542, `score`:0, `title`:"Add label in neo4j 1.8", `view_count`:29})
  create (_1850:`User` {`display_name`:"Anoob C I", `link`:"http://stackoverflow.com/users/4247854/anoob-c-i", `profile_image`:"https://www.gravatar.com/avatar/0358d05214af8de7605cdbb284fe23e6?s=128&d=identicon&r=PG&f=1", `reputation`:8, `user_id`:4247854, `user_type`:"registered"})
  create (_1853:`Question` {`answer_count`:1, `creation_date`:1421677769, `is_answered`:false, `last_activity_date`:1421826100, `link`:"http://stackoverflow.com/questions/28026915/neo4j-shell-tools-export-graphml-does-not-work-with-t-switch-and-cypher-query", `question_id`:28026915, `score`:0, `title`:"neo4j-shell-tools export-graphml does not work with -t Switch and cypher-query", `view_count`:19})
  create (_1854:`Question` {`answer_count`:1, `creation_date`:1421714971, `is_answered`:false, `last_activity_date`:1421820745, `link`:"http://stackoverflow.com/questions/28036066/neo4j-query-using-collect-to-get-nested-results", `question_id`:28036066, `score`:1, `title`:"neo4j query: using collect to get nested results", `view_count`:29})
  create (_1855:`User` {`accept_rate`:74, `display_name`:"Anastasia", `link`:"http://stackoverflow.com/users/2952335/anastasia", `profile_image`:"https://www.gravatar.com/avatar/69acac246cfa42f2a1c2850580c020e7?s=128&d=identicon&r=PG&f=1", `reputation`:90, `user_id`:2952335, `user_type`:"registered"})
  create (_1858:`Question` {`answer_count`:2, `creation_date`:1421714898, `is_answered`:true, `last_activity_date`:1421811695, `link`:"http://stackoverflow.com/questions/28036055/recursive-query-with-sub-graph-aggregation", `question_id`:28036055, `score`:1, `title`:"Recursive query with sub-graph aggregation", `view_count`:57})
  create (_1861:`Question` {`answer_count`:1, `creation_date`:1421615222, `is_answered`:false, `last_activity_date`:1421774571, `link`:"http://stackoverflow.com/questions/28014816/neo4j-spatial-converting-wkt-values-to-something-else", `question_id`:28014816, `score`:0, `title`:"Neo4j Spatial Converting wkt values to something else", `view_count`:9})
  create (_1864:`Question` {`answer_count`:1, `creation_date`:1421747096, `is_answered`:true, `last_activity_date`:1421753355, `link`:"http://stackoverflow.com/questions/28042090/finding-the-most-recent-mails-for-each-project-using-cypher", `question_id`:28042090, `score`:0, `title`:"Finding the most recent mails for each project using Cypher", `view_count`:18})
  create (_1865:`User` {`accept_rate`:67, `display_name`:"Blight", `link`:"http://stackoverflow.com/users/785845/blight", `profile_image`:"https://www.gravatar.com/avatar/c68a21280bc5e564c67ac3d0dfe2778c?s=128&d=identicon&r=PG", `reputation`:37, `user_id`:785845, `user_type`:"registered"})
  create (_1868:`Question` {`answer_count`:2, `creation_date`:1421698581, `is_answered`:true, `last_activity_date`:1421706307, `link`:"http://stackoverflow.com/questions/28032830/cypher-query-to-return-nodes-in-path-order", `question_id`:28032830, `score`:1, `title`:"Cypher Query to Return Nodes in Path Order", `view_count`:30})
  create (_1869:`User` {`accept_rate`:75, `display_name`:"Sammy1Am", `link`:"http://stackoverflow.com/users/228436/sammy1am", `profile_image`:"https://www.gravatar.com/avatar/4be2aa53d1795989d0b320688463d8fb?s=128&d=identicon&r=PG", `reputation`:65, `user_id`:228436, `user_type`:"registered"})
  create (_1885:`User` {`accept_rate`:89, `display_name`:"sublay", `link`:"http://stackoverflow.com/users/522564/sublay", `profile_image`:"http://i.stack.imgur.com/RtQs0.jpg?s=128&g=1", `reputation`:367, `user_id`:522564, `user_type`:"registered"})
  create (_1916:`User` {`accept_rate`:25, `display_name`:"Andreas Mueller", `link`:"http://stackoverflow.com/users/4366516/andreas-mueller", `profile_image`:"https://www.gravatar.com/avatar/d238d41a9d21a3167d5d70762327f2b4?s=128&d=identicon&r=PG&f=1", `reputation`:23, `user_id`:4366516, `user_type`:"registered"})
  create (_1929:`User` {`accept_rate`:100, `display_name`:"OpenDataAlex", `link`:"http://stackoverflow.com/users/106589/opendataalex", `profile_image`:"https://www.gravatar.com/avatar/392d667d84b6ffdfeef14a3defcd7d31?s=128&d=identicon&r=PG", `reputation`:409, `user_id`:106589, `user_type`:"registered"})
  create (_2004:`User` {`display_name`:"Thomas Repsdorph", `link`:"http://stackoverflow.com/users/4377191/thomas-repsdorph", `profile_image`:"https://lh4.googleusercontent.com/-Pmt0SgnEpsw/AAAAAAAAAAI/AAAAAAAACME/KaX3Q7Nd_bQ/photo.jpg?sz=128", `reputation`:24, `user_id`:4377191, `user_type`:"registered"})
  create (_2014:`Answer` {`answer_id`:28091854, `creation_date`:1421938702, `is_accepted`:true, `last_activity_date`:1421938702, `question_id`:28090713, `score`:1})
  create (_2015:`Answer` {`answer_id`:28091803, `creation_date`:1421938555, `is_accepted`:false, `last_activity_date`:1421938555, `question_id`:28090713, `score`:1})
  create (_2016:`Answer` {`answer_id`:28088950, `creation_date`:1421930196, `is_accepted`:false, `last_activity_date`:1421936523, `question_id`:28088348, `score`:1})
  create (_2017:`Answer` {`answer_id`:28080671, `creation_date`:1421896223, `is_accepted`:true, `last_activity_date`:1421935120, `question_id`:28080189, `score`:0})
  create (_2018:`Answer` {`answer_id`:28089411, `creation_date`:1421931576, `is_accepted`:true, `last_activity_date`:1421931576, `question_id`:28088348, `score`:3})
  create (_2019:`Answer` {`answer_id`:28088373, `creation_date`:1421928365, `is_accepted`:false, `last_activity_date`:1421928365, `question_id`:28087214, `score`:1})
  create (_2020:`Answer` {`answer_id`:28087874, `creation_date`:1421926682, `is_accepted`:true, `last_activity_date`:1421926682, `question_id`:28087214, `score`:2})
  create (_2021:`Answer` {`answer_id`:28081222, `creation_date`:1421900340, `is_accepted`:true, `last_activity_date`:1421900340, `question_id`:28081191, `score`:1})
  create (_2022:`User` {`accept_rate`:92, `display_name`:"subvertallchris", `link`:"http://stackoverflow.com/users/2105069/subvertallchris", `profile_image`:"https://www.gravatar.com/avatar/2c107e06ab979c6ef456d76b98e8d114?s=128&d=identicon&r=PG", `reputation`:2123, `user_id`:2105069, `user_type`:"registered"})
  create (_2023:`Answer` {`answer_id`:28076299, `creation_date`:1421872405, `is_accepted`:false, `last_activity_date`:1421872405, `question_id`:28074848, `score`:1})
  create (_2024:`Answer` {`answer_id`:28052984, `creation_date`:1421779823, `is_accepted`:false, `last_activity_date`:1421866315, `question_id`:28051599, `score`:2})
  create (_2025:`Answer` {`answer_id`:28073241, `creation_date`:1421861096, `is_accepted`:false, `last_activity_date`:1421861096, `question_id`:28071692, `score`:2})
  create (_2026:`Answer` {`answer_id`:28063868, `creation_date`:1421833259, `is_accepted`:true, `last_activity_date`:1421857637, `question_id`:28063777, `score`:3})
  create (_2027:`User` {`accept_rate`:64, `display_name`:"Luanne", `link`:"http://stackoverflow.com/users/232671/luanne", `profile_image`:"https://www.gravatar.com/avatar/9fafab68e922fdf068c5c36f823687fe?s=128&d=identicon&r=PG", `reputation`:4670, `user_id`:232671, `user_type`:"registered"})
  create (_2028:`Answer` {`answer_id`:28070163, `creation_date`:1421852022, `is_accepted`:true, `last_activity_date`:1421852022, `question_id`:28066341, `score`:1})
  create (_2029:`User` {`accept_rate`:80, `display_name`:"Tim Lewis", `link`:"http://stackoverflow.com/users/3965631/tim-lewis", `profile_image`:"http://i.stack.imgur.com/T7nII.png?s=128&g=1", `reputation`:2107, `user_id`:3965631, `user_type`:"registered"})
  create (_2030:`Answer` {`answer_id`:28069972, `creation_date`:1421851500, `is_accepted`:true, `last_activity_date`:1421851500, `question_id`:28069794, `score`:1})
  create (_2031:`Answer` {`answer_id`:28068883, `creation_date`:1421848279, `is_accepted`:true, `last_activity_date`:1421848279, `question_id`:28068443, `score`:0})
  create (_2032:`Answer` {`answer_id`:28068539, `creation_date`:1421847125, `is_accepted`:false, `last_activity_date`:1421847125, `question_id`:28066341, `score`:0})
  create (_2033:`User` {`display_name`:"Safoor Safdar", `link`:"http://stackoverflow.com/users/1728836/safoor-safdar", `profile_image`:"https://www.gravatar.com/avatar/c5e4e7d2ef24b89e1c00e828c2464a2d?s=128&d=identicon&r=PG", `reputation`:16, `user_id`:1728836, `user_type`:"registered"})
  create (_2034:`Answer` {`answer_id`:28067477, `creation_date`:1421843947, `is_accepted`:false, `last_activity_date`:1421843947, `question_id`:27710651, `score`:0})
  create (_2035:`Answer` {`answer_id`:28066877, `creation_date`:1421842102, `is_accepted`:false, `last_activity_date`:1421842102, `question_id`:28059165, `score`:0})
  create (_2036:`User` {`accept_rate`:91, `display_name`:"Chris Skardon", `link`:"http://stackoverflow.com/users/2266/chris-skardon", `profile_image`:"https://www.gravatar.com/avatar/aa64f5e61bb8cbcc9d10372256580364?s=128&d=identicon&r=PG", `reputation`:2184, `user_id`:2266, `user_type`:"registered"})
  create (_2037:`Answer` {`answer_id`:28063311, `creation_date`:1421831439, `is_accepted`:true, `last_activity_date`:1421831439, `question_id`:28054907, `score`:1})
  create (_2038:`Answer` {`answer_id`:28062593, `creation_date`:1421828790, `is_accepted`:true, `last_activity_date`:1421828790, `question_id`:28061542, `score`:0})
  create (_2039:`User` {`accept_rate`:60, `display_name`:"wassgren", `link`:"http://stackoverflow.com/users/2138993/wassgren", `profile_image`:"http://i.stack.imgur.com/h8KEV.jpg?s=128&g=1", `reputation`:5528, `user_id`:2138993, `user_type`:"registered"})
  create (_2040:`Answer` {`answer_id`:28061918, `creation_date`:1421826100, `is_accepted`:false, `last_activity_date`:1421826100, `question_id`:28026915, `score`:0})
  create (_2041:`Answer` {`answer_id`:28044833, `creation_date`:1421755116, `is_accepted`:false, `last_activity_date`:1421820745, `question_id`:28036066, `score`:0})
  create (_2042:`Answer` {`answer_id`:28055811, `creation_date`:1421790727, `is_accepted`:false, `last_activity_date`:1421795689, `question_id`:28054907, `score`:0})
  create (_2043:`Answer` {`answer_id`:28055996, `creation_date`:1421791470, `is_accepted`:false, `last_activity_date`:1421792603, `question_id`:28051599, `score`:0})
  create (_2044:`Answer` {`answer_id`:28056123, `creation_date`:1421791975, `is_accepted`:false, `last_activity_date`:1421791975, `question_id`:28054907, `score`:0})
  create (_2045:`User` {`accept_rate`:50, `display_name`:"cechode", `link`:"http://stackoverflow.com/users/1334067/cechode", `profile_image`:"https://www.gravatar.com/avatar/e91185807f2b0c44295fd1b29e805310?s=128&d=identicon&r=PG&f=1", `reputation`:138, `user_id`:1334067, `user_type`:"registered"})
  create (_2046:`Answer` {`answer_id`:28051453, `creation_date`:1421774571, `is_accepted`:false, `last_activity_date`:1421774571, `question_id`:28014816, `score`:0})
  create (_2047:`User` {`accept_rate`:67, `display_name`:"JohnMark13", `link`:"http://stackoverflow.com/users/2477669/johnmark13", `profile_image`:"https://www.gravatar.com/avatar/921c67f36c488949d38f8c6bb2cc9290?s=128&d=identicon&r=PG", `reputation`:2662, `user_id`:2477669, `user_type`:"registered"})
  create (_2048:`Answer` {`answer_id`:28048079, `creation_date`:1421764888, `is_accepted`:true, `last_activity_date`:1421767794, `question_id`:28036055, `score`:4})
  create (_2049:`Answer` {`answer_id`:28044264, `creation_date`:1421753355, `is_accepted`:true, `last_activity_date`:1421753355, `question_id`:28042090, `score`:1})
  create (_2050:`Answer` {`answer_id`:28040433, `creation_date`:1421741597, `is_accepted`:false, `last_activity_date`:1421742458, `question_id`:28036055, `score`:3})
  create (_2051:`User` {`accept_rate`:50, `display_name`:"Pat", `link`:"http://stackoverflow.com/users/366110/pat", `profile_image`:"https://www.gravatar.com/avatar/e8bf1db40a3a2deb6384f3ab6e460911?s=128&d=identicon&r=PG", `reputation`:200, `user_id`:366110, `user_type`:"registered"})
  create (_2052:`Answer` {`answer_id`:28034139, `creation_date`:1421704527, `is_accepted`:true, `last_activity_date`:1421706307, `question_id`:28032830, `score`:2})
  create (_2053:`Question` {`answer_count`:1, `creation_date`:1421070438, `is_answered`:true, `last_activity_date`:1421076834, `link`:"http://stackoverflow.com/questions/27903450/neo4j-get-all-related-nodes-of-type-and-create-new-relationship", `question_id`:27903450, `score`:0, `title`:"Neo4j - Get all related nodes of type and create new relationship", `view_count`:39})
  create (_2054:`User` {`accept_rate`:73, `display_name`:"Garbit", `link`:"http://stackoverflow.com/users/276220/garbit", `profile_image`:"http://i.stack.imgur.com/8OhRC.jpg?s=128&g=1", `reputation`:1141, `user_id`:276220, `user_type`:"registered"})
  create (_2055:`Tag` {`text`:"graph-theory"})
  create (_2056:`Question` {`answer_count`:1, `creation_date`:1421070083, `is_answered`:true, `last_activity_date`:1421076327, `link`:"http://stackoverflow.com/questions/27903345/how-to-connect-neo4j-jdbc-driver-with-dbvisualizer", `question_id`:27903345, `score`:0, `title`:"How to connect Neo4j JDBC driver with DbVisualizer", `view_count`:45})
  create (_2057:`Tag` {`text`:"dbvisualizer"})
  create (_2058:`Question` {`answer_count`:2, `creation_date`:1420823885, `is_answered`:true, `last_activity_date`:1421073758, `link`:"http://stackoverflow.com/questions/27865811/find-the-distance-in-a-path-between-each-node-and-the-last-node-of-the-path", `question_id`:27865811, `score`:1, `title`:"Find the distance in a path between each node and the last node of the path", `view_count`:38})
  create (_2059:`User` {`display_name`:"Mauro Scarpa", `link`:"http://stackoverflow.com/users/4437722/mauro-scarpa", `profile_image`:"http://i.stack.imgur.com/zoMFL.jpg?s=128&g=1", `reputation`:6, `user_id`:4437722, `user_type`:"registered"})
  create (_2060:`Question` {`answer_count`:1, `creation_date`:1421055024, `is_answered`:true, `last_activity_date`:1421055593, `link`:"http://stackoverflow.com/questions/27898805/how-to-load-all-the-columns-from-a-csv-into-neo4j-nodes", `question_id`:27898805, `score`:0, `title`:"How to load ALL the columns from a *.csv into Neo4j nodes", `view_count`:22})
  create (_2061:`User` {`display_name`:"Dirk Horsten", `link`:"http://stackoverflow.com/users/4385647/dirk-horsten", `profile_image`:"http://i.stack.imgur.com/V3X9c.png?s=128&g=1", `reputation`:439, `user_id`:4385647, `user_type`:"registered"})
  create (_2062:`Question` {`answer_count`:1, `creation_date`:1421054560, `is_answered`:true, `last_activity_date`:1421054947, `link`:"http://stackoverflow.com/questions/27898672/how-to-authorize-by-rest-api-for-neo4j", `question_id`:27898672, `score`:0, `title`:"how to authorize by rest api for neo4j", `view_count`:24})
  create (_2063:`User` {`accept_rate`:12, `display_name`:"zxz", `link`:"http://stackoverflow.com/users/2693725/zxz", `profile_image`:"https://www.gravatar.com/avatar/6c6306a92f111dfa187c0171b6eac96a?s=128&d=identicon&r=PG&f=1", `reputation`:38, `user_id`:2693725, `user_type`:"registered"})
  create (_2064:`Question` {`answer_count`:1, `creation_date`:1420943899, `is_answered`:false, `last_activity_date`:1421052114, `link`:"http://stackoverflow.com/questions/27883436/spring-data-neo4j-does-not-create-all-the-properties-of-a-node-for-haproxy-clust", `question_id`:27883436, `score`:0, `title`:"Spring data Neo4J does not create all the properties of a node for HAProxy cluster", `view_count`:30})
  create (_2065:`User` {`display_name`:"RdbHumm", `link`:"http://stackoverflow.com/users/4441335/rdbhumm", `profile_image`:"https://www.gravatar.com/avatar/8e3230f57d894ee6b52d60192c4d8d3d?s=128&d=identicon&r=PG&f=1", `reputation`:1, `user_id`:4441335, `user_type`:"registered"})
  create (_2066:`Tag` {`text`:"tomcat7"})
  create (_2067:`Tag` {`text`:"haproxy"})
  create (_2068:`Question` {`answer_count`:1, `creation_date`:1420971803, `is_answered`:false, `last_activity_date`:1421051179, `link`:"http://stackoverflow.com/questions/27886014/neo4jclient-creating-properties-fields-at-runtime-no-fixed-schema-application", `question_id`:27886014, `score`:0, `title`:"neo4jclient: Creating properties/fields at runtime, no fixed schema application", `view_count`:32})
  create (_2069:`User` {`accept_rate`:68, `display_name`:"Luther", `link`:"http://stackoverflow.com/users/2333145/luther", `profile_image`:"http://i.stack.imgur.com/XefgM.jpg?s=128&g=1", `reputation`:455, `user_id`:2333145, `user_type`:"registered"})
  create (_2070:`Tag` {`text`:"attributes"})
  create (_2071:`Tag` {`text`:"schemaless"})
  create (_2072:`Question` {`answer_count`:1, `creation_date`:1420748632, `is_answered`:false, `last_activity_date`:1421050114, `link`:"http://stackoverflow.com/questions/27848892/how-to-get-neo4j-graph-database-in-gwt-with-eclipse-running", `question_id`:27848892, `score`:0, `title`:"how to get neo4j Graph database in GWT with eclipse running", `view_count`:43})
  create (_2073:`User` {`display_name`:"yogi", `link`:"http://stackoverflow.com/users/4434488/yogi", `profile_image`:"https://www.gravatar.com/avatar/342185a97c47c2e439cbdd541ff0ec15?s=128&d=identicon&r=PG&f=1", `reputation`:1, `user_id`:4434488, `user_type`:"registered"})
  create (_2074:`Tag` {`text`:"gwt"})
  create (_2077:`Question` {`answer_count`:2, `creation_date`:1420984294, `is_answered`:true, `last_activity_date`:1421044693, `link`:"http://stackoverflow.com/questions/27887825/how-to-get-minimum-subgraph-for-given-vertices", `question_id`:27887825, `score`:1, `title`:"How to get minimum subgraph for given vertices?", `view_count`:53})
  create (_2078:`User` {`accept_rate`:56, `display_name`:"suri", `link`:"http://stackoverflow.com/users/3663294/suri", `profile_image`:"http://i.stack.imgur.com/7GJGu.jpg?s=128&g=1", `reputation`:55, `user_id`:3663294, `user_type`:"registered"})
  create (_2079:`Question` {`answer_count`:2, `creation_date`:1420997364, `is_answered`:true, `last_activity_date`:1421008148, `link`:"http://stackoverflow.com/questions/27889987/how-to-do-traversal-in-neo4j-with-cypher-queries", `question_id`:27889987, `score`:1, `title`:"How to do traversal in neo4j with cypher queries?", `view_count`:34})
  create (_2080:`User` {`accept_rate`:75, `display_name`:"carboncomputed", `link`:"http://stackoverflow.com/users/979663/carboncomputed", `profile_image`:"https://www.gravatar.com/avatar/23a2d9fa26f8d1b4f66d05590fde3da9?s=128&d=identicon&r=PG", `reputation`:574, `user_id`:979663, `user_type`:"registered"})
  create (_2085:`Question` {`answer_count`:1, `creation_date`:1420984754, `is_answered`:true, `last_activity_date`:1420988304, `link`:"http://stackoverflow.com/questions/27887897/how-to-use-neo4j-in-my-java-project", `question_id`:27887897, `score`:0, `title`:"How to use Neo4j in my java project", `view_count`:33})
  create (_2086:`User` {`accept_rate`:50, `display_name`:"Avantika", `link`:"http://stackoverflow.com/users/3429329/avantika", `profile_image`:"https://www.gravatar.com/avatar/83207ebf41f9d1f83265e717817ba211?s=128&d=identicon&r=PG&f=1", `reputation`:17, `user_id`:3429329, `user_type`:"registered"})
  create (_2087:`Question` {`answer_count`:1, `creation_date`:1420982538, `is_answered`:true, `last_activity_date`:1420984680, `link`:"http://stackoverflow.com/questions/27887550/neo4j-cypher-collection-of-paths-to-collection-of-nodes", `question_id`:27887550, `score`:0, `title`:"neo4j cypher collection of paths to collection of nodes", `view_count`:32})
  create (_2088:`User` {`display_name`:"user2241895", `link`:"http://stackoverflow.com/users/2241895/user2241895", `profile_image`:"https://www.gravatar.com/avatar/2b27e3355c8b68a5b73c0ea9beb55161?s=128&d=identicon&r=PG", `reputation`:66, `user_id`:2241895, `user_type`:"registered"})
  create (_2089:`Question` {`answer_count`:2, `creation_date`:1406922831, `is_answered`:true, `last_activity_date`:1420966640, `link`:"http://stackoverflow.com/questions/25087720/cypher-query-using-unwind-in-neo4jclient", `question_id`:25087720, `score`:2, `title`:"Cypher query using UNWIND in Neo4jClient", `view_count`:110})
  create (_2090:`User` {`display_name`:"Infinum", `link`:"http://stackoverflow.com/users/1819480/infinum", `profile_image`:"https://www.gravatar.com/avatar/c1cbff0e24c0352b444b689f5f7feb36?s=128&d=identicon&r=PG", `reputation`:67, `user_id`:1819480, `user_type`:"registered"})
  create (_2091:`Tag` {`text`:"f#"})
  create (_2094:`Question` {`answer_count`:1, `creation_date`:1420917134, `is_answered`:true, `last_activity_date`:1420918677, `link`:"http://stackoverflow.com/questions/27880160/is-combining-mongodb-with-neo4j-a-good-practice", `question_id`:27880160, `score`:1, `title`:"Is combining MongoDB with Neo4J a good practice?", `view_count`:59})
  create (_2095:`User` {`display_name`:"ouzmpasa", `link`:"http://stackoverflow.com/users/1588471/ouzmpasa", `profile_image`:"http://i.stack.imgur.com/P69qR.jpg?s=128&g=1", `reputation`:40, `user_id`:1588471, `user_type`:"registered"})
  create (_2096:`Tag` {`text`:"mongodb-csharp"})
  create (_2097:`Question` {`answer_count`:1, `creation_date`:1420884112, `is_answered`:true, `last_activity_date`:1420917009, `link`:"http://stackoverflow.com/questions/27874942/neo4j-cypher-query-to-list-paths-of-nodes-with-a-single-relation-based-on-a-star", `question_id`:27874942, `score`:1, `title`:"Neo4j Cypher Query to list paths of nodes with a single relation based on a start-end condition", `view_count`:53})
  create (_2098:`Question` {`answer_count`:1, `creation_date`:1420858013, `is_answered`:true, `last_activity_date`:1420916484, `link`:"http://stackoverflow.com/questions/27872355/neo4j-cypher-query-slow-to-find-common-children-what-is-the-best-approach", `question_id`:27872355, `score`:1, `title`:"Neo4j Cypher query slow to find common children. What is the best approach?", `view_count`:41})
  create (_2099:`User` {`display_name`:"Damon", `link`:"http://stackoverflow.com/users/4398628/damon", `profile_image`:"https://www.gravatar.com/avatar/3cb65840ceecb49dd19a22e3daaf0b35?s=128&d=identicon&r=PG&f=1", `reputation`:8, `user_id`:4398628, `user_type`:"registered"})
  create (_2100:`Question` {`answer_count`:1, `creation_date`:1420832357, `is_answered`:true, `last_activity_date`:1420907395, `link`:"http://stackoverflow.com/questions/27867951/cant-start-neo4j-console", `question_id`:27867951, `score`:1, `title`:"Can't start neo4j console", `view_count`:35})
  create (_2101:`Question` {`answer_count`:1, `creation_date`:1420755723, `is_answered`:true, `last_activity_date`:1420855388, `link`:"http://stackoverflow.com/questions/27850600/how-to-return-max-counts-per-another-nodes-properties", `question_id`:27850600, `score`:3, `title`:"How to return max counts per another node's properties", `view_count`:63})
  create (_2102:`User` {`display_name`:"roymond", `link`:"http://stackoverflow.com/users/2855837/roymond", `profile_image`:"https://www.gravatar.com/avatar/9f488d447c9d99956878cd3527eb454f?s=128&d=identicon&r=PG&f=1", `reputation`:27, `user_id`:2855837, `user_type`:"registered"})
  create (_2103:`Question` {`answer_count`:1, `creation_date`:1420845632, `is_answered`:true, `last_activity_date`:1420854357, `link`:"http://stackoverflow.com/questions/27870872/how-to-partially-isolate-a-subgraph-without-using-labels-in-neo4j", `question_id`:27870872, `score`:1, `title`:"How to partially isolate a subgraph without using labels in neo4j", `view_count`:22})
  create (_2104:`User` {`accept_rate`:50, `display_name`:"Emmett R.", `link`:"http://stackoverflow.com/users/3258289/emmett-r", `profile_image`:"https://www.gravatar.com/avatar/c7b637995b93a7eeaef1f6f469b92477?s=128&d=identicon&r=PG&f=1", `reputation`:113, `user_id`:3258289, `user_type`:"registered"})
  create (_2105:`Question` {`answer_count`:1, `creation_date`:1420824474, `is_answered`:false, `last_activity_date`:1420837150, `link`:"http://stackoverflow.com/questions/27865966/intersection-match-through-cypher", `question_id`:27865966, `score`:2, `title`:"Intersection match through cypher?", `view_count`:23})
  create (_2106:`Question` {`answer_count`:3, `creation_date`:1326651701, `is_answered`:false, `last_activity_date`:1420831493, `link`:"http://stackoverflow.com/questions/8872155/what-can-an-rdbms-do-that-neo4j-and-graph-databases-cant", `question_id`:8872155, `score`:9, `title`:"What can an RDBMS do that Neo4j (and graph databases) cant?", `view_count`:1101})
  create (_2107:`User` {`accept_rate`:74, `display_name`:"aitchnyu", `link`:"http://stackoverflow.com/users/604511/aitchnyu", `profile_image`:"https://www.gravatar.com/avatar/cbef81e52018a9e55ee39585b982833d?s=128&d=identicon&r=PG", `reputation`:5625, `user_id`:604511, `user_type`:"registered"})
  create (_2108:`Tag` {`text`:"rdbms"})
  create (_2109:`Question` {`answer_count`:4, `creation_date`:1420660876, `is_answered`:true, `last_activity_date`:1420827149, `link`:"http://stackoverflow.com/questions/27827680/creating-family-tree-with-neo4j", `question_id`:27827680, `score`:1, `title`:"Creating Family Tree with Neo4J", `view_count`:97})
  create (_2110:`Question` {`answer_count`:3, `creation_date`:1420639968, `is_answered`:true, `last_activity_date`:1420826434, `link`:"http://stackoverflow.com/questions/27821351/neo4j-create-nodes-via-cypher-rest-slow", `question_id`:27821351, `score`:1, `title`:"Neo4j: Create nodes via CYPHER/REST slow", `view_count`:58})
  create (_2111:`Question` {`answer_count`:1, `creation_date`:1420743461, `is_answered`:false, `last_activity_date`:1420825814, `link`:"http://stackoverflow.com/questions/27847541/can-neo4j-be-embedded-into-a-unity-application-for-android-ios-tablets", `question_id`:27847541, `score`:0, `title`:"Can Neo4j be embedded into a Unity application for Android/IOS tablets?", `view_count`:23})
  create (_2112:`User` {`display_name`:"Stephen D.", `link`:"http://stackoverflow.com/users/4434199/stephen-d", `profile_image`:"https://www.gravatar.com/avatar/6d72fb26c5fd793cb33ab29127fef6c7?s=128&d=identicon&r=PG&f=1", `reputation`:1, `user_id`:4434199, `user_type`:"registered"})
  create (_2113:`Tag` {`text`:"unity3d"})
  create (_2114:`Question` {`answer_count`:2, `creation_date`:1356625882, `is_answered`:true, `last_activity_date`:1420822383, `link`:"http://stackoverflow.com/questions/14057897/how-to-explore-databases-created-by-an-embedded-neo4j-java-application-and-store", `question_id`:14057897, `score`:2, `title`:"How to explore databases created by an embedded-Neo4j Java application and stored outside the /data directory?", `view_count`:488})
  create (_2115:`User` {`accept_rate`:62, `display_name`:"Orion", `link`:"http://stackoverflow.com/users/1240492/orion", `profile_image`:"https://www.gravatar.com/avatar/3797fd30790dfa907863a864d66229a3?s=128&d=identicon&r=PG", `reputation`:342, `user_id`:1240492, `user_type`:"registered"})
  create (_2116:`Question` {`answer_count`:3, `creation_date`:1392159535, `is_answered`:true, `last_activity_date`:1420821733, `link`:"http://stackoverflow.com/questions/21714978/neo4j-2-0-1-failing-to-start", `question_id`:21714978, `score`:0, `title`:"Neo4j 2.0.1 failing to start", `view_count`:361})
  create (_2117:`User` {`accept_rate`:86, `display_name`:"Otto Borden", `link`:"http://stackoverflow.com/users/684445/otto-borden", `profile_image`:"https://www.gravatar.com/avatar/4859eb4e7007c17ce58fe600df72f7ea?s=128&d=identicon&r=PG", `reputation`:31, `user_id`:684445, `user_type`:"registered"})
  create (_2118:`Tag` {`text`:"startup"})
  create (_2119:`Tag` {`text`:"app-startup"})
  create (_2250:`Answer` {`answer_id`:27905489, `creation_date`:1421076834, `is_accepted`:true, `last_activity_date`:1421076834, `question_id`:27903450, `score`:1})
  create (_2251:`Answer` {`answer_id`:27905167, `creation_date`:1421075754, `is_accepted`:true, `last_activity_date`:1421076327, `question_id`:27903345, `score`:1})
  create (_2252:`Answer` {`answer_id`:27898976, `creation_date`:1421055593, `is_accepted`:false, `last_activity_date`:1421055593, `question_id`:27898805, `score`:1})
  create (_2253:`Answer` {`answer_id`:27898778, `creation_date`:1421054947, `is_accepted`:false, `last_activity_date`:1421054947, `question_id`:27898672, `score`:2})
  create (_2254:`Answer` {`answer_id`:27898064, `creation_date`:1421052114, `is_accepted`:false, `last_activity_date`:1421052114, `question_id`:27883436, `score`:0})
  create (_2255:`Answer` {`answer_id`:27897846, `creation_date`:1421051179, `is_accepted`:false, `last_activity_date`:1421051179, `question_id`:27886014, `score`:0})
  create (_2256:`Answer` {`answer_id`:27865709, `creation_date`:1420823529, `is_accepted`:false, `last_activity_date`:1421050114, `question_id`:27848892, `score`:0})
  create (_2257:`Answer` {`answer_id`:27892415, `creation_date`:1421012477, `is_accepted`:false, `last_activity_date`:1421012477, `question_id`:27887825, `score`:1})
  create (_2258:`User` {`display_name`:"Daniel Kuppitz", `link`:"http://stackoverflow.com/users/612000/daniel-kuppitz", `profile_image`:"https://www.gravatar.com/avatar/71b7614af1a91810a3660278dc3c5576?s=128&d=identicon&r=PG", `reputation`:916, `user_id`:612000, `user_type`:"registered"})
  create (_2259:`Answer` {`answer_id`:27891731, `creation_date`:1421008148, `is_accepted`:false, `last_activity_date`:1421008148, `question_id`:27889987, `score`:1})
  create (_2260:`Answer` {`answer_id`:27890608, `creation_date`:1421001202, `is_accepted`:false, `last_activity_date`:1421001202, `question_id`:27889987, `score`:1})
  create (_2261:`Answer` {`answer_id`:27888507, `creation_date`:1420988677, `is_accepted`:true, `last_activity_date`:1420988677, `question_id`:27887825, `score`:3})
  create (_2262:`Answer` {`answer_id`:27888434, `creation_date`:1420988304, `is_accepted`:true, `last_activity_date`:1420988304, `question_id`:27887897, `score`:2})
  create (_2263:`Answer` {`answer_id`:27887887, `creation_date`:1420984680, `is_accepted`:true, `last_activity_date`:1420984680, `question_id`:27887550, `score`:1})
  create (_2264:`Answer` {`answer_id`:27885446, `creation_date`:1420966640, `is_accepted`:false, `last_activity_date`:1420966640, `question_id`:25087720, `score`:0})
  create (_2265:`User` {`accept_rate`:89, `display_name`:"Stuporman", `link`:"http://stackoverflow.com/users/1603791/stuporman", `profile_image`:"https://www.gravatar.com/avatar/d4cce75ff78ac88cea83f61a720e8e57?s=128&d=identicon&r=PG", `reputation`:468, `user_id`:1603791, `user_type`:"registered"})
  create (_2266:`Answer` {`answer_id`:27880346, `creation_date`:1420918307, `is_accepted`:false, `last_activity_date`:1420918677, `question_id`:27880160, `score`:3})
  create (_2267:`Answer` {`answer_id`:27880137, `creation_date`:1420917009, `is_accepted`:true, `last_activity_date`:1420917009, `question_id`:27874942, `score`:2})
  create (_2268:`Answer` {`answer_id`:27880053, `creation_date`:1420916484, `is_accepted`:true, `last_activity_date`:1420916484, `question_id`:27872355, `score`:1})
  create (_2269:`Answer` {`answer_id`:27868111, `creation_date`:1420833025, `is_accepted`:true, `last_activity_date`:1420907395, `question_id`:27867951, `score`:2})
  create (_2270:`Answer` {`answer_id`:27852231, `creation_date`:1420764747, `is_accepted`:true, `last_activity_date`:1420855388, `question_id`:27850600, `score`:4})
  create (_2271:`Answer` {`answer_id`:27872000, `creation_date`:1420854357, `is_accepted`:false, `last_activity_date`:1420854357, `question_id`:27870872, `score`:2})
  create (_2272:`Answer` {`answer_id`:27866984, `creation_date`:1420828392, `is_accepted`:false, `last_activity_date`:1420844806, `question_id`:27865811, `score`:2})
  create (_2273:`Answer` {`answer_id`:27870102, `creation_date`:1420841641, `is_accepted`:false, `last_activity_date`:1420841641, `question_id`:27865811, `score`:1})
  create (_2274:`Answer` {`answer_id`:27869116, `creation_date`:1420837150, `is_accepted`:false, `last_activity_date`:1420837150, `question_id`:27865966, `score`:0})
  create (_2275:`Answer` {`answer_id`:27739469, `creation_date`:1420187922, `is_accepted`:false, `last_activity_date`:1420831493, `question_id`:8872155, `score`:0})
  create (_2276:`Answer` {`answer_id`:27866641, `creation_date`:1420827149, `is_accepted`:true, `last_activity_date`:1420827149, `question_id`:27827680, `score`:1})
  create (_2277:`Answer` {`answer_id`:27866639, `creation_date`:1420827142, `is_accepted`:false, `last_activity_date`:1420827142, `question_id`:27827680, `score`:0})
  create (_2278:`Answer` {`answer_id`:27866466, `creation_date`:1420826434, `is_accepted`:false, `last_activity_date`:1420826434, `question_id`:27821351, `score`:1})
  create (_2279:`Answer` {`answer_id`:27866297, `creation_date`:1420825814, `is_accepted`:false, `last_activity_date`:1420825814, `question_id`:27847541, `score`:0})
  create (_2280:`Answer` {`answer_id`:27865371, `creation_date`:1420822383, `is_accepted`:false, `last_activity_date`:1420822383, `question_id`:14057897, `score`:0})
  create (_2281:`User` {`display_name`:"ilinca", `link`:"http://stackoverflow.com/users/3176955/ilinca", `profile_image`:"https://www.gravatar.com/avatar/7ed16e97d8beedff7dd5cba7bc0dc335?s=128&d=identicon&r=PG&f=1", `reputation`:163, `user_id`:3176955, `user_type`:"registered"})
  create (_2282:`Answer` {`answer_id`:27865186, `creation_date`:1420821733, `is_accepted`:false, `last_activity_date`:1420821733, `question_id`:21714978, `score`:0})
  create _1251<-[:`TAGS`]-_1255
  create _1251<-[:`TAGS`]-_1254
  create _1251<-[:`TAGS`]-_1253
  create _1252-[:`ASKED`]->_1595
  create _1252-[:`ASKED`]->_1588
  create _1252-[:`ASKED`]->_1436
  create _1252-[:`ASKED`]->_1251
  create _1256<-[:`TAGS`]-_1261
  create _1256<-[:`TAGS`]-_1254
  create _1256<-[:`TAGS`]-_1260
  create _1256<-[:`TAGS`]-_1259
  create _1256<-[:`TAGS`]-_1258
  create _1257-[:`ASKED`]->_1256
  create _1262<-[:`TAGS`]-_1254
  create _1262<-[:`TAGS`]-_1264
  create _1263-[:`ASKED`]->_1262
  create _1263-[:`PROVIDED`]->_2729
  create _1263-[:`PROVIDED`]->_2719
  create _1263-[:`PROVIDED`]->_2718
  create _1263-[:`PROVIDED`]->_2710
  create _1263-[:`PROVIDED`]->_2504
  create _1263-[:`PROVIDED`]->_2503
  create _1263-[:`PROVIDED`]->_2495
  create _1263-[:`PROVIDED`]->_2494
  create _1263-[:`PROVIDED`]->_2490
  create _1263-[:`PROVIDED`]->_2260
  create _1263-[:`PROVIDED`]->_2041
  create _1263-[:`PROVIDED`]->_2020
  create _1263-[:`PROVIDED`]->_1775
  create _1265<-[:`TAGS`]-_1254
  create _1266-[:`ASKED`]->_1265
  create _1267<-[:`TAGS`]-_1271
  create _1267<-[:`TAGS`]-_1270
  create _1267<-[:`TAGS`]-_1254
  create _1267<-[:`TAGS`]-_1269
  create _1268-[:`ASKED`]->_1267
  create _1268-[:`PROVIDED`]->_1533
  create _1278<-[:`TAGS`]-_1282
  create _1278<-[:`TAGS`]-_1281
  create _1278<-[:`TAGS`]-_1280
  create _1278<-[:`TAGS`]-_1254
  create _1278<-[:`TAGS`]-_1258
  create _1279-[:`ASKED`]->_1380
  create _1279-[:`ASKED`]->_1278
  create _1283<-[:`TAGS`]-_1286
  create _1283<-[:`TAGS`]-_1285
  create _1283<-[:`TAGS`]-_1254
  create _1284-[:`ASKED`]->_1679
  create _1284-[:`ASKED`]->_1283
  create _1287<-[:`TAGS`]-_1255
  create _1287<-[:`TAGS`]-_1254
  create _1288-[:`ASKED`]->_1287
  create _1291<-[:`TAGS`]-_1254
  create _1292-[:`ASKED`]->_1901
  create _1292-[:`ASKED`]->_1878
  create _1292-[:`ASKED`]->_1291
  create _1292-[:`PROVIDED`]->_1784
  create _1293<-[:`TAGS`]-_1255
  create _1293<-[:`TAGS`]-_1254
  create _1294-[:`ASKED`]->_1293
  create _1303<-[:`TAGS`]-_1285
  create _1303<-[:`TAGS`]-_1270
  create _1303<-[:`TAGS`]-_1254
  create _1303<-[:`TAGS`]-_1305
  create _1304-[:`ASKED`]->_1303
  create _1306<-[:`TAGS`]-_1310
  create _1306<-[:`TAGS`]-_1309
  create _1306<-[:`TAGS`]-_1254
  create _1306<-[:`TAGS`]-_1308
  create _1306<-[:`TAGS`]-_1258
  create _1307-[:`ASKED`]->_1306
  create _1311<-[:`TAGS`]-_1314
  create _1311<-[:`TAGS`]-_1313
  create _1311<-[:`TAGS`]-_1254
  create _1312-[:`ASKED`]->_1762
  create _1312-[:`ASKED`]->_1482
  create _1312-[:`ASKED`]->_1311
  create _1315<-[:`TAGS`]-_1318
  create _1315<-[:`TAGS`]-_1254
  create _1315<-[:`TAGS`]-_1317
  create _1316-[:`ASKED`]->_1315
  create _1319<-[:`TAGS`]-_1280
  create _1319<-[:`TAGS`]-_1254
  create _1319<-[:`TAGS`]-_1321
  create _1320-[:`ASKED`]->_1319
  create _1322<-[:`TAGS`]-_1325
  create _1322<-[:`TAGS`]-_1254
  create _1322<-[:`TAGS`]-_1324
  create _1323-[:`ASKED`]->_1322
  create _1326<-[:`TAGS`]-_1254
  create _1326<-[:`TAGS`]-_1258
  create _1327-[:`ASKED`]->_1326
  create _1332<-[:`TAGS`]-_1337
  create _1332<-[:`TAGS`]-_1336
  create _1332<-[:`TAGS`]-_1254
  create _1332<-[:`TAGS`]-_1335
  create _1332<-[:`TAGS`]-_1334
  create _1333-[:`ASKED`]->_1377
  create _1333-[:`ASKED`]->_1345
  create _1333-[:`ASKED`]->_1332
  create _1340<-[:`TAGS`]-_1342
  create _1340<-[:`TAGS`]-_1254
  create _1341-[:`ASKED`]->_1340
  create _1343<-[:`TAGS`]-_1254
  create _1344-[:`ASKED`]->_1471
  create _1344-[:`ASKED`]->_1343
  create _1345<-[:`TAGS`]-_1255
  create _1345<-[:`TAGS`]-_1254
  create _1345<-[:`TAGS`]-_1346
  create _1347<-[:`TAGS`]-_1255
  create _1347<-[:`TAGS`]-_1254
  create _1348-[:`ASKED`]->_1347
  create _1353<-[:`TAGS`]-_1356
  create _1353<-[:`TAGS`]-_1255
  create _1353<-[:`TAGS`]-_1254
  create _1353<-[:`TAGS`]-_1355
  create _1354-[:`ASKED`]->_1737
  create _1354-[:`ASKED`]->_1353
  create _1357<-[:`TAGS`]-_1254
  create _1357<-[:`TAGS`]-_1359
  create _1357<-[:`TAGS`]-_1302
  create _1358-[:`ASKED`]->_1357
  create _1360<-[:`TAGS`]-_1255
  create _1360<-[:`TAGS`]-_1254
  create _1360<-[:`TAGS`]-_1258
  create _1361-[:`ASKED`]->_1360
  create _1361-[:`PROVIDED`]->_1564
  create _1366<-[:`TAGS`]-_1254
  create _1367-[:`ASKED`]->_1366
  create _1375<-[:`TAGS`]-_1254
  create _1376-[:`ASKED`]->_1375
  create _1380<-[:`TAGS`]-_1281
  create _1380<-[:`TAGS`]-_1254
  create _1380<-[:`TAGS`]-_1381
  create _1380<-[:`TAGS`]-_1258
  create _1382<-[:`TAGS`]-_1254
  create _1383-[:`ASKED`]->_1447
  create _1383-[:`ASKED`]->_1382
  create _1385-[:`ASKED`]->_1817
  create _1385-[:`ASKED`]->_1384
  create _1449-[:`ASKED`]->_1664
  create _1449-[:`ASKED`]->_1650
  create _1449-[:`ASKED`]->_1631
  create _1449-[:`ASKED`]->_1448
  create _1460-[:`ASKED`]->_2437
  create _1460-[:`ASKED`]->_1861
  create _1460-[:`ASKED`]->_1763
  create _1460-[:`ASKED`]->_1732
  create _1460-[:`ASKED`]->_1630
  create _1460-[:`ASKED`]->_1604
  create _1460-[:`ASKED`]->_1459
  create _1460-[:`PROVIDED`]->_1808
  create _1474-[:`ASKED`]->_1569
  create _1474-[:`ASKED`]->_1473
  create _1502-[:`ASKED`]->_1866
  create _1502-[:`ASKED`]->_1836
  create _1502-[:`ASKED`]->_1754
  create _1502-[:`ASKED`]->_1733
  create _1502-[:`ASKED`]->_1602
  create _1502-[:`ASKED`]->_1501
  create _1506-[:`ASKED`]->_3039
  create _1506-[:`ASKED`]->_3036
  create _1506-[:`ASKED`]->_3035
  create _1506-[:`ASKED`]->_3034
  create _1506-[:`ASKED`]->_3022
  create _1506-[:`ASKED`]->_2981
  create _1506-[:`ASKED`]->_2909
  create _1506-[:`ASKED`]->_2880
  create _1506-[:`ASKED`]->_2879
  create _1506-[:`ASKED`]->_2878
  create _1506-[:`ASKED`]->_2875
  create _1506-[:`ASKED`]->_2739
  create _1506-[:`ASKED`]->_2570
  create _1506-[:`ASKED`]->_2527
  create _1506-[:`ASKED`]->_2519
  create _1506-[:`ASKED`]->_2472
  create _1506-[:`ASKED`]->_1991
  create _1506-[:`ASKED`]->_1979
  create _1506-[:`ASKED`]->_1824
  create _1506-[:`ASKED`]->_1646
  create _1506-[:`ASKED`]->_1644
  create _1506-[:`ASKED`]->_1505
  create _1527-[:`ANSWERS`]->_1256
  create _1528-[:`ASKED`]->_1722
  create _1528-[:`ASKED`]->_1632
  create _1528-[:`PROVIDED`]->_1810
  create _1528-[:`PROVIDED`]->_1527
  create _1529-[:`ANSWERS`]->_1262
  create _1530-[:`PROVIDED`]->_1529
  create _1531-[:`ANSWERS`]->_1265
  create _1532-[:`ASKED`]->_2923
  create _1532-[:`PROVIDED`]->_3629
  create _1532-[:`PROVIDED`]->_3627
  create _1532-[:`PROVIDED`]->_3626
  create _1532-[:`PROVIDED`]->_3411
  create _1532-[:`PROVIDED`]->_3385
  create _1532-[:`PROVIDED`]->_2724
  create _1532-[:`PROVIDED`]->_2713
  create _1532-[:`PROVIDED`]->_2706
  create _1532-[:`PROVIDED`]->_2272
  create _1532-[:`PROVIDED`]->_2052
  create _1532-[:`PROVIDED`]->_2017
  create _1532-[:`PROVIDED`]->_1804
  create _1532-[:`PROVIDED`]->_1797
  create _1532-[:`PROVIDED`]->_1536
  create _1532-[:`PROVIDED`]->_1531
  create _1533-[:`ANSWERS`]->_1267
  create _1534-[:`ANSWERS`]->_1278
  create _1535-[:`PROVIDED`]->_3628
  create _1535-[:`PROVIDED`]->_3413
  create _1535-[:`PROVIDED`]->_3410
  create _1535-[:`PROVIDED`]->_3409
  create _1535-[:`PROVIDED`]->_3187
  create _1535-[:`PROVIDED`]->_3177
  create _1535-[:`PROVIDED`]->_3167
  create _1535-[:`PROVIDED`]->_3164
  create _1535-[:`PROVIDED`]->_2947
  create _1535-[:`PROVIDED`]->_2723
  create _1535-[:`PROVIDED`]->_2717
  create _1535-[:`PROVIDED`]->_2716
  create _1535-[:`PROVIDED`]->_2499
  create _1535-[:`PROVIDED`]->_2483
  create _1535-[:`PROVIDED`]->_2253
  create _1535-[:`PROVIDED`]->_2015
  create _1535-[:`PROVIDED`]->_1809
  create _1535-[:`PROVIDED`]->_1803
  create _1535-[:`PROVIDED`]->_1566
  create _1535-[:`PROVIDED`]->_1540
  create _1535-[:`PROVIDED`]->_1537
  create _1535-[:`PROVIDED`]->_1534
  create _1536-[:`ANSWERS`]->_1287
  create _1537-[:`ANSWERS`]->_1291
  create _1538-[:`ANSWERS`]->_1293
  create _1539-[:`PROVIDED`]->_3396
  create _1539-[:`PROVIDED`]->_3395
  create _1539-[:`PROVIDED`]->_3394
  create _1539-[:`PROVIDED`]->_3158
  create _1539-[:`PROVIDED`]->_2049
  create _1539-[:`PROVIDED`]->_2016
  create _1539-[:`PROVIDED`]->_1538
  create _1540-[:`ANSWERS`]->_1293
  create _1541-[:`ANSWERS`]->_1303
  create _1542-[:`PROVIDED`]->_3622
  create _1542-[:`PROVIDED`]->_3621
  create _1542-[:`PROVIDED`]->_3620
  create _1542-[:`PROVIDED`]->_3619
  create _1542-[:`PROVIDED`]->_3618
  create _1542-[:`PROVIDED`]->_3617
  create _1542-[:`PROVIDED`]->_3616
  create _1542-[:`PROVIDED`]->_3615
  create _1542-[:`PROVIDED`]->_3614
  create _1542-[:`PROVIDED`]->_3606
  create _1542-[:`PROVIDED`]->_3605
  create _1542-[:`PROVIDED`]->_3604
  create _1542-[:`PROVIDED`]->_3603
  create _1542-[:`PROVIDED`]->_3406
  create _1542-[:`PROVIDED`]->_3397
  create _1542-[:`PROVIDED`]->_3389
  create _1542-[:`PROVIDED`]->_3388
  create _1542-[:`PROVIDED`]->_3386
  create _1542-[:`PROVIDED`]->_1541
  create _1542-[:`PROVIDED`]->_1543
  create _1542-[:`PROVIDED`]->_1544
  create _1542-[:`PROVIDED`]->_1547
  create _1542-[:`PROVIDED`]->_1548
  create _1542-[:`PROVIDED`]->_1549
  create _1542-[:`PROVIDED`]->_1552
  create _1542-[:`PROVIDED`]->_1555
  create _1542-[:`PROVIDED`]->_1556
  create _1542-[:`PROVIDED`]->_1565
  create _1542-[:`PROVIDED`]->_1568
  create _1542-[:`PROVIDED`]->_1776
  create _1542-[:`PROVIDED`]->_1777
  create _1542-[:`PROVIDED`]->_1778
  create _1542-[:`PROVIDED`]->_1779
  create _1542-[:`PROVIDED`]->_1780
  create _1542-[:`PROVIDED`]->_1781
  create _1542-[:`PROVIDED`]->_1782
  create _1542-[:`PROVIDED`]->_1783
  create _1542-[:`PROVIDED`]->_1807
  create _1542-[:`PROVIDED`]->_2018
  create _1542-[:`PROVIDED`]->_2019
  create _1542-[:`PROVIDED`]->_2040
  create _1542-[:`PROVIDED`]->_2251
  create _1542-[:`PROVIDED`]->_2252
  create _1542-[:`PROVIDED`]->_2254
  create _1542-[:`PROVIDED`]->_2255
  create _1542-[:`PROVIDED`]->_2256
  create _1542-[:`PROVIDED`]->_2267
  create _1542-[:`PROVIDED`]->_2268
  create _1542-[:`PROVIDED`]->_2276
  create _1542-[:`PROVIDED`]->_2278
  create _1542-[:`PROVIDED`]->_2279
  create _1542-[:`PROVIDED`]->_2736
  create _1542-[:`PROVIDED`]->_2940
  create _1542-[:`PROVIDED`]->_2956
  create _1542-[:`PROVIDED`]->_2973
  create _1542-[:`PROVIDED`]->_3162
  create _1542-[:`PROVIDED`]->_3166
  create _1542-[:`PROVIDED`]->_3173
  create _1542-[:`PROVIDED`]->_3175
  create _1542-[:`PROVIDED`]->_3181
  create _1542-[:`PROVIDED`]->_3184
  create _1542-[:`PROVIDED`]->_3185
  create _1542-[:`PROVIDED`]->_3186
  create _1542-[:`PROVIDED`]->_3191
  create _1542-[:`PROVIDED`]->_3381
  create _1542-[:`PROVIDED`]->_3382
  create _1542-[:`PROVIDED`]->_3383
  create _1542-[:`PROVIDED`]->_3384
  create _1543-[:`ANSWERS`]->_1306
  create _1544-[:`ANSWERS`]->_1311
  create _1545-[:`ANSWERS`]->_1315
  create _1546-[:`PROVIDED`]->_1545
  create _1547-[:`ANSWERS`]->_1319
  create _1548-[:`ANSWERS`]->_1322
  create _1549-[:`ANSWERS`]->_1326
  create _1550-[:`ANSWERS`]->_1332
  create _1551-[:`PROVIDED`]->_3174
  create _1551-[:`PROVIDED`]->_2493
  create _1551-[:`PROVIDED`]->_1550
  create _1552-[:`ANSWERS`]->_1251
  create _1553-[:`ANSWERS`]->_1283
  create _1554-[:`PROVIDED`]->_1553
  create _1555-[:`ANSWERS`]->_1340
  create _1556-[:`ANSWERS`]->_1345
  create _1557-[:`ANSWERS`]->_1347
  create _1558-[:`PROVIDED`]->_2958
  create _1558-[:`PROVIDED`]->_2735
  create _1558-[:`PROVIDED`]->_2721
  create _1558-[:`PROVIDED`]->_2714
  create _1558-[:`PROVIDED`]->_2273
  create _1558-[:`PROVIDED`]->_2271
  create _1558-[:`PROVIDED`]->_2024
  create _1558-[:`PROVIDED`]->_1806
  create _1558-[:`PROVIDED`]->_1791
  create _1558-[:`PROVIDED`]->_1557
  create _1559-[:`ANSWERS`]->_1343
  create _1560-[:`ASKED`]->_2895
  create _1560-[:`PROVIDED`]->_2972
  create _1560-[:`PROVIDED`]->_2959
  create _1560-[:`PROVIDED`]->_2732
  create _1560-[:`PROVIDED`]->_2484
  create _1560-[:`PROVIDED`]->_2262
  create _1560-[:`PROVIDED`]->_2261
  create _1560-[:`PROVIDED`]->_2031
  create _1560-[:`PROVIDED`]->_2030
  create _1560-[:`PROVIDED`]->_2025
  create _1560-[:`PROVIDED`]->_2023
  create _1560-[:`PROVIDED`]->_2014
  create _1560-[:`PROVIDED`]->_1802
  create _1560-[:`PROVIDED`]->_1787
  create _1560-[:`PROVIDED`]->_1567
  create _1560-[:`PROVIDED`]->_1561
  create _1560-[:`PROVIDED`]->_1559
  create _1561-[:`ANSWERS`]->_1353
  create _1562-[:`ANSWERS`]->_1357
  create _1563-[:`PROVIDED`]->_1562
  create _1564-[:`ANSWERS`]->_1360
  create _1565-[:`ANSWERS`]->_1366
  create _1566-[:`ANSWERS`]->_1375
  create _1567-[:`ANSWERS`]->_1380
  create _1568-[:`ANSWERS`]->_1382
  create _1569<-[:`TAGS`]-_1365
  create _1569<-[:`TAGS`]-_1255
  create _1569<-[:`TAGS`]-_1254
  create _1570<-[:`TAGS`]-_1573
  create _1570<-[:`TAGS`]-_1254
  create _1570<-[:`TAGS`]-_1572
  create _1570<-[:`TAGS`]-_1258
  create _1571-[:`ASKED`]->_2591
  create _1571-[:`ASKED`]->_2517
  create _1571-[:`ASKED`]->_2231
  create _1571-[:`ASKED`]->_1628
  create _1571-[:`ASKED`]->_1570
  create _1571-[:`PROVIDED`]->_2707
  create _1574<-[:`TAGS`]-_1255
  create _1574<-[:`TAGS`]-_1254
  create _1575-[:`ASKED`]->_3560
  create _1575-[:`ASKED`]->_3525
  create _1575-[:`ASKED`]->_3519
  create _1575-[:`ASKED`]->_3492
  create _1575-[:`ASKED`]->_3471
  create _1575-[:`ASKED`]->_3292
  create _1575-[:`ASKED`]->_3242
  create _1575-[:`ASKED`]->_3129
  create _1575-[:`ASKED`]->_3067
  create _1575-[:`ASKED`]->_3066
  create _1575-[:`ASKED`]->_2243
  create _1575-[:`ASKED`]->_2233
  create _1575-[:`ASKED`]->_2207
  create _1575-[:`ASKED`]->_2105
  create _1575-[:`ASKED`]->_1904
  create _1575-[:`ASKED`]->_1574
  create _1575-[:`PROVIDED`]->_2274
  create _1576<-[:`TAGS`]-_1578
  create _1576<-[:`TAGS`]-_1254
  create _1577-[:`ASKED`]->_1576
  create _1579<-[:`TAGS`]-_1254
  create _1580-[:`ASKED`]->_1579
  create _1581<-[:`TAGS`]-_1255
  create _1581<-[:`TAGS`]-_1254
  create _1581<-[:`TAGS`]-_1253
  create _1581<-[:`TAGS`]-_1335
  create _1582-[:`ASKED`]->_1686
  create _1582-[:`ASKED`]->_1581
  create _1583<-[:`TAGS`]-_1585
  create _1583<-[:`TAGS`]-_1254
  create _1583<-[:`TAGS`]-_1258
  create _1584-[:`ASKED`]->_2590
  create _1584-[:`ASKED`]->_1583
  create _1586<-[:`TAGS`]-_1255
  create _1586<-[:`TAGS`]-_1254
  create _1586<-[:`TAGS`]-_1324
  create _1587-[:`ASKED`]->_1586
  create _1588<-[:`TAGS`]-_1589
  create _1588<-[:`TAGS`]-_1255
  create _1588<-[:`TAGS`]-_1254
  create _1588<-[:`TAGS`]-_1324
  create _1593<-[:`TAGS`]-_1255
  create _1593<-[:`TAGS`]-_1254
  create _1593<-[:`TAGS`]-_1359
  create _1594-[:`ASKED`]->_3574
  create _1594-[:`ASKED`]->_3503
  create _1594-[:`ASKED`]->_1593
  create _1595<-[:`TAGS`]-_1255
  create _1595<-[:`TAGS`]-_1254
  create _1595<-[:`TAGS`]-_1253
  create _1596<-[:`TAGS`]-_1599
  create _1596<-[:`TAGS`]-_1414
  create _1596<-[:`TAGS`]-_1598
  create _1596<-[:`TAGS`]-_1254
  create _1596<-[:`TAGS`]-_1512
  create _1597-[:`ASKED`]->_1596
  create _1600<-[:`TAGS`]-_1255
  create _1600<-[:`TAGS`]-_1254
  create _1601-[:`ASKED`]->_3311
  create _1601-[:`ASKED`]->_2881
  create _1601-[:`ASKED`]->_2537
  create _1601-[:`ASKED`]->_1600
  create _1601-[:`PROVIDED`]->_1788
  create _1604<-[:`TAGS`]-_1254
  create _1605<-[:`TAGS`]-_1255
  create _1605<-[:`TAGS`]-_1254
  create _1605<-[:`TAGS`]-_1607
  create _1606-[:`ASKED`]->_1858
  create _1606-[:`ASKED`]->_1605
  create _1608<-[:`TAGS`]-_1610
  create _1608<-[:`TAGS`]-_1254
  create _1608<-[:`TAGS`]-_1351
  create _1608<-[:`TAGS`]-_1258
  create _1609-[:`ASKED`]->_3302
  create _1609-[:`ASKED`]->_1608
  create _1614<-[:`TAGS`]-_1254
  create _1615-[:`ASKED`]->_2330
  create _1615-[:`ASKED`]->_1614
  create _1615-[:`PROVIDED`]->_1794
  create _1616<-[:`TAGS`]-_1285
  create _1616<-[:`TAGS`]-_1254
  create _1617-[:`ASKED`]->_1616
  create _1618<-[:`TAGS`]-_1255
  create _1618<-[:`TAGS`]-_1254
  create _1619-[:`ASKED`]->_1618
  create _1622<-[:`TAGS`]-_1356
  create _1622<-[:`TAGS`]-_1254
  create _1623-[:`ASKED`]->_1622
  create _1624<-[:`TAGS`]-_1414
  create _1624<-[:`TAGS`]-_1255
  create _1624<-[:`TAGS`]-_1254
  create _1625-[:`ASKED`]->_1624
  create _1626<-[:`TAGS`]-_1255
  create _1626<-[:`TAGS`]-_1254
  create _1627-[:`ASKED`]->_1978
  create _1627-[:`ASKED`]->_1626
  create _1628<-[:`TAGS`]-_1254
  create _1628<-[:`TAGS`]-_1305
  create _1628<-[:`TAGS`]-_1629
  create _1628<-[:`TAGS`]-_1321
  create _1630<-[:`TAGS`]-_1285
  create _1630<-[:`TAGS`]-_1270
  create _1630<-[:`TAGS`]-_1255
  create _1630<-[:`TAGS`]-_1254
  create _1631<-[:`TAGS`]-_1254
  create _1632<-[:`TAGS`]-_1285
  create _1632<-[:`TAGS`]-_1254
  create _1632<-[:`TAGS`]-_1269
  create _1632<-[:`TAGS`]-_1258
  create _1772-[:`ASKED`]->_1883
  create _1772-[:`ASKED`]->_1853
  create _1772-[:`ASKED`]->_1771
  create _1775-[:`ANSWERS`]->_1569
  create _1776-[:`ANSWERS`]->_1570
  create _1777-[:`ANSWERS`]->_1574
  create _1778-[:`ANSWERS`]->_1576
  create _1779-[:`ANSWERS`]->_1579
  create _1780-[:`ANSWERS`]->_1581
  create _1781-[:`ANSWERS`]->_1583
  create _1782-[:`ANSWERS`]->_1586
  create _1783-[:`ANSWERS`]->_1588
  create _1784-[:`ANSWERS`]->_1593
  create _1785-[:`ANSWERS`]->_1595
  create _1786-[:`PROVIDED`]->_3610
  create _1786-[:`PROVIDED`]->_3609
  create _1786-[:`PROVIDED`]->_3608
  create _1786-[:`PROVIDED`]->_3607
  create _1786-[:`PROVIDED`]->_3402
  create _1786-[:`PROVIDED`]->_3188
  create _1786-[:`PROVIDED`]->_2976
  create _1786-[:`PROVIDED`]->_2725
  create _1786-[:`PROVIDED`]->_2491
  create _1786-[:`PROVIDED`]->_2488
  create _1786-[:`PROVIDED`]->_2485
  create _1786-[:`PROVIDED`]->_2482
  create _1786-[:`PROVIDED`]->_2481
  create _1786-[:`PROVIDED`]->_2477
  create _1786-[:`PROVIDED`]->_2476
  create _1786-[:`PROVIDED`]->_2475
  create _1786-[:`PROVIDED`]->_2474
  create _1786-[:`PROVIDED`]->_2266
  create _1786-[:`PROVIDED`]->_2250
  create _1786-[:`PROVIDED`]->_2048
  create _1786-[:`PROVIDED`]->_2042
  create _1786-[:`PROVIDED`]->_1785
  create _1787-[:`ANSWERS`]->_1596
  create _1788-[:`ANSWERS`]->_1600
  create _1789-[:`ANSWERS`]->_1604
  create _1790-[:`PROVIDED`]->_3412
  create _1790-[:`PROVIDED`]->_1789
  create _1791-[:`ANSWERS`]->_1605
  create _1792-[:`ANSWERS`]->_1608
  create _1793-[:`PROVIDED`]->_1792
  create _1794-[:`ANSWERS`]->_1614
  create _1795-[:`ANSWERS`]->_1616
  create _1796-[:`PROVIDED`]->_1795
  create _1797-[:`ANSWERS`]->_1616
  create _1798-[:`ANSWERS`]->_1616
  create _1799-[:`PROVIDED`]->_2949
  create _1799-[:`PROVIDED`]->_2037
  create _1799-[:`PROVIDED`]->_1805
  create _1799-[:`PROVIDED`]->_1798
  create _1800-[:`ANSWERS`]->_1618
  create _1801-[:`PROVIDED`]->_1800
  create _1802-[:`ANSWERS`]->_1614
  create _1803-[:`ANSWERS`]->_1614
  create _1804-[:`ANSWERS`]->_1622
  create _1805-[:`ANSWERS`]->_1624
  create _1806-[:`ANSWERS`]->_1626
  create _1807-[:`ANSWERS`]->_1628
  create _1808-[:`ANSWERS`]->_1630
  create _1809-[:`ANSWERS`]->_1631
  create _1810-[:`ANSWERS`]->_1632
  create _1811<-[:`TAGS`]-_1281
  create _1811<-[:`TAGS`]-_1254
  create _1811<-[:`TAGS`]-_1258
  create _1812-[:`ASKED`]->_1811
  create _1813<-[:`TAGS`]-_1255
  create _1813<-[:`TAGS`]-_1816
  create _1813<-[:`TAGS`]-_1254
  create _1813<-[:`TAGS`]-_1815
  create _1814-[:`ASKED`]->_2238
  create _1814-[:`ASKED`]->_1813
  create _1817<-[:`TAGS`]-_1255
  create _1817<-[:`TAGS`]-_1254
  create _1818<-[:`TAGS`]-_1285
  create _1818<-[:`TAGS`]-_1254
  create _1819-[:`ASKED`]->_2315
  create _1819-[:`ASKED`]->_1818
  create _1819-[:`PROVIDED`]->_2492
  create _1824<-[:`TAGS`]-_1365
  create _1824<-[:`TAGS`]-_1280
  create _1824<-[:`TAGS`]-_1254
  create _1824<-[:`TAGS`]-_1364
  create _1827<-[:`TAGS`]-_1285
  create _1827<-[:`TAGS`]-_1254
  create _1828-[:`ASKED`]->_1827
  create _1829<-[:`TAGS`]-_1414
  create _1829<-[:`TAGS`]-_1254
  create _1830-[:`ASKED`]->_1831
  create _1830-[:`ASKED`]->_1829
  create _1831<-[:`TAGS`]-_1414
  create _1831<-[:`TAGS`]-_1254
  create _1831<-[:`TAGS`]-_1512
  create _1834<-[:`TAGS`]-_1255
  create _1834<-[:`TAGS`]-_1254
  create _1835-[:`ASKED`]->_2784
  create _1835-[:`ASKED`]->_2746
  create _1835-[:`ASKED`]->_2390
  create _1835-[:`ASKED`]->_2369
  create _1835-[:`ASKED`]->_2324
  create _1835-[:`ASKED`]->_2144
  create _1835-[:`ASKED`]->_2133
  create _1835-[:`ASKED`]->_2132
  create _1835-[:`ASKED`]->_2122
  create _1835-[:`ASKED`]->_2120
  create _1835-[:`ASKED`]->_1944
  create _1835-[:`ASKED`]->_1943
  create _1835-[:`ASKED`]->_1933
  create _1835-[:`ASKED`]->_1932
  create _1835-[:`ASKED`]->_1886
  create _1835-[:`ASKED`]->_1834
  create _1836<-[:`TAGS`]-_1837
  create _1836<-[:`TAGS`]-_1254
  create _1836<-[:`TAGS`]-_1755
  create _1836<-[:`TAGS`]-_1734
  create _1836<-[:`TAGS`]-_1495
  create _1838<-[:`TAGS`]-_1255
  create _1838<-[:`TAGS`]-_1254
  create _1838<-[:`TAGS`]-_1359
  create _1839-[:`ASKED`]->_1838
  create _1840<-[:`TAGS`]-_1254
  create _1841-[:`ASKED`]->_1840
  create _1842<-[:`TAGS`]-_1254
  create _1842<-[:`TAGS`]-_1844
  create _1842<-[:`TAGS`]-_1692
  create _1843-[:`ASKED`]->_1842
  create _1843-[:`PROVIDED`]->_2034
  create _1845<-[:`TAGS`]-_1356
  create _1845<-[:`TAGS`]-_1254
  create _1846-[:`ASKED`]->_1845
  create _1847<-[:`TAGS`]-_1255
  create _1847<-[:`TAGS`]-_1254
  create _1848-[:`ASKED`]->_1847
  create _1849<-[:`TAGS`]-_1254
  create _1849<-[:`TAGS`]-_1297
  create _1849<-[:`TAGS`]-_1258
  create _1850-[:`ASKED`]->_1849
  create _1853<-[:`TAGS`]-_1254
  create _1854<-[:`TAGS`]-_1254
  create _1855-[:`ASKED`]->_3504
  create _1855-[:`ASKED`]->_3260
  create _1855-[:`ASKED`]->_3206
  create _1855-[:`ASKED`]->_2100
  create _1855-[:`ASKED`]->_1872
  create _1855-[:`ASKED`]->_1854
  create _1858<-[:`TAGS`]-_1255
  create _1858<-[:`TAGS`]-_1254
  create _1858<-[:`TAGS`]-_1607
  create _1861<-[:`TAGS`]-_1764
  create _1861<-[:`TAGS`]-_1285
  create _1861<-[:`TAGS`]-_1270
  create _1861<-[:`TAGS`]-_1255
  create _1861<-[:`TAGS`]-_1254
  create _1864<-[:`TAGS`]-_1255
  create _1864<-[:`TAGS`]-_1254
  create _1865-[:`ASKED`]->_1864
  create _1868<-[:`TAGS`]-_1255
  create _1868<-[:`TAGS`]-_1254
  create _1869-[:`ASKED`]->_1868
  create _1885-[:`ASKED`]->_2097
  create _1885-[:`ASKED`]->_2056
  create _1885-[:`ASKED`]->_1884
  create _1916-[:`ASKED`]->_2521
  create _1916-[:`ASKED`]->_2311
  create _1916-[:`ASKED`]->_2110
  create _1916-[:`ASKED`]->_1915
  create _1916-[:`PROVIDED`]->_2708
  create _1916-[:`PROVIDED`]->_2489
  create _1929-[:`ASKED`]->_2109
  create _1929-[:`ASKED`]->_1928
  create _1929-[:`PROVIDED`]->_2277
  create _2004-[:`ASKED`]->_2206
  create _2004-[:`ASKED`]->_2179
  create _2004-[:`ASKED`]->_2003
  create _2004-[:`PROVIDED`]->_2043
  create _2014-[:`ANSWERS`]->_1811
  create _2015-[:`ANSWERS`]->_1811
  create _2016-[:`ANSWERS`]->_1813
  create _2017-[:`ANSWERS`]->_1817
  create _2018-[:`ANSWERS`]->_1813
  create _2019-[:`ANSWERS`]->_1818
  create _2020-[:`ANSWERS`]->_1818
  create _2021-[:`ANSWERS`]->_1824
  create _2022-[:`ASKED`]->_2309
  create _2022-[:`PROVIDED`]->_3625
  create _2022-[:`PROVIDED`]->_3623
  create _2022-[:`PROVIDED`]->_3189
  create _2022-[:`PROVIDED`]->_3165
  create _2022-[:`PROVIDED`]->_3163
  create _2022-[:`PROVIDED`]->_2969
  create _2022-[:`PROVIDED`]->_2955
  create _2022-[:`PROVIDED`]->_2937
  create _2022-[:`PROVIDED`]->_2712
  create _2022-[:`PROVIDED`]->_2502
  create _2022-[:`PROVIDED`]->_2270
  create _2022-[:`PROVIDED`]->_2021
  create _2023-[:`ANSWERS`]->_1827
  create _2024-[:`ANSWERS`]->_1829
  create _2025-[:`ANSWERS`]->_1831
  create _2026-[:`ANSWERS`]->_1834
  create _2027-[:`ASKED`]->_3215
  create _2027-[:`PROVIDED`]->_3405
  create _2027-[:`PROVIDED`]->_3171
  create _2027-[:`PROVIDED`]->_2957
  create _2027-[:`PROVIDED`]->_2948
  create _2027-[:`PROVIDED`]->_2026
  create _2028-[:`ANSWERS`]->_1836
  create _2029-[:`PROVIDED`]->_2028
  create _2030-[:`ANSWERS`]->_1838
  create _2031-[:`ANSWERS`]->_1840
  create _2032-[:`ANSWERS`]->_1836
  create _2033-[:`PROVIDED`]->_2032
  create _2034-[:`ANSWERS`]->_1842
  create _2035-[:`ANSWERS`]->_1845
  create _2036-[:`PROVIDED`]->_2035
  create _2037-[:`ANSWERS`]->_1847
  create _2038-[:`ANSWERS`]->_1849
  create _2039-[:`PROVIDED`]->_2480
  create _2039-[:`PROVIDED`]->_2479
  create _2039-[:`PROVIDED`]->_2473
  create _2039-[:`PROVIDED`]->_2269
  create _2039-[:`PROVIDED`]->_2038
  create _2040-[:`ANSWERS`]->_1853
  create _2041-[:`ANSWERS`]->_1854
  create _2042-[:`ANSWERS`]->_1847
  create _2043-[:`ANSWERS`]->_1829
  create _2044-[:`ANSWERS`]->_1847
  create _2045-[:`ASKED`]->_3586
  create _2045-[:`ASKED`]->_3570
  create _2045-[:`ASKED`]->_3513
  create _2045-[:`ASKED`]->_3270
  create _2045-[:`PROVIDED`]->_2044
  create _2046-[:`ANSWERS`]->_1861
  create _2047-[:`ASKED`]->_3118
  create _2047-[:`ASKED`]->_2882
  create _2047-[:`PROVIDED`]->_3635
  create _2047-[:`PROVIDED`]->_3624
  create _2047-[:`PROVIDED`]->_3414
  create _2047-[:`PROVIDED`]->_2720
  create _2047-[:`PROVIDED`]->_2715
  create _2047-[:`PROVIDED`]->_2711
  create _2047-[:`PROVIDED`]->_2705
  create _2047-[:`PROVIDED`]->_2046
  create _2048-[:`ANSWERS`]->_1858
  create _2049-[:`ANSWERS`]->_1864
  create _2050-[:`ANSWERS`]->_1858
  create _2051-[:`PROVIDED`]->_2478
  create _2051-[:`PROVIDED`]->_2050
  create _2052-[:`ANSWERS`]->_1868
  create _2053<-[:`TAGS`]-_1342
  create _2053<-[:`TAGS`]-_2055
  create _2053<-[:`TAGS`]-_1280
  create _2053<-[:`TAGS`]-_1254
  create _2054-[:`ASKED`]->_2053
  create _2056<-[:`TAGS`]-_2057
  create _2056<-[:`TAGS`]-_1254
  create _2056<-[:`TAGS`]-_1613
  create _2058<-[:`TAGS`]-_1255
  create _2058<-[:`TAGS`]-_1254
  create _2059-[:`ASKED`]->_2058
  create _2060<-[:`TAGS`]-_1325
  create _2060<-[:`TAGS`]-_1254
  create _2060<-[:`TAGS`]-_1324
  create _2061-[:`ASKED`]->_2177
  create _2061-[:`ASKED`]->_2060
  create _2061-[:`PROVIDED`]->_2275
  create _2062<-[:`TAGS`]-_1254
  create _2063-[:`ASKED`]->_2564
  create _2063-[:`ASKED`]->_2542
  create _2063-[:`ASKED`]->_2333
  create _2063-[:`ASKED`]->_2062
  create _2063-[:`PROVIDED`]->_2728
  create _2064<-[:`TAGS`]-_2067
  create _2064<-[:`TAGS`]-_1285
  create _2064<-[:`TAGS`]-_2066
  create _2064<-[:`TAGS`]-_1254
  create _2064<-[:`TAGS`]-_1429
  create _2065-[:`ASKED`]->_2064
  create _2068<-[:`TAGS`]-_2071
  create _2068<-[:`TAGS`]-_1356
  create _2068<-[:`TAGS`]-_1254
  create _2068<-[:`TAGS`]-_2070
  create _2068<-[:`TAGS`]-_1692
  create _2069-[:`ASKED`]->_2241
  create _2069-[:`ASKED`]->_2141
  create _2069-[:`ASKED`]->_2068
  create _2072<-[:`TAGS`]-_1254
  create _2072<-[:`TAGS`]-_2074
  create _2072<-[:`TAGS`]-_1259
  create _2072<-[:`TAGS`]-_1258
  create _2073-[:`ASKED`]->_2072
  create _2077<-[:`TAGS`]-_1485
  create _2077<-[:`TAGS`]-_1342
  create _2077<-[:`TAGS`]-_1254
  create _2077<-[:`TAGS`]-_1512
  create _2078-[:`ASKED`]->_2077
  create _2079<-[:`TAGS`]-_1281
  create _2079<-[:`TAGS`]-_1254
  create _2080-[:`ASKED`]->_2079
  create _2080-[:`PROVIDED`]->_2259
  create _2085<-[:`TAGS`]-_1254
  create _2085<-[:`TAGS`]-_1723
  create _2085<-[:`TAGS`]-_1258
  create _2086-[:`ASKED`]->_2085
  create _2087<-[:`TAGS`]-_1255
  create _2087<-[:`TAGS`]-_1254
  create _2088-[:`ASKED`]->_2087
  create _2088-[:`PROVIDED`]->_2263
  create _2089<-[:`TAGS`]-_1356
  create _2089<-[:`TAGS`]-_1254
  create _2089<-[:`TAGS`]-_2091
  create _2089<-[:`TAGS`]-_1692
  create _2090-[:`ASKED`]->_2089
  create _2094<-[:`TAGS`]-_1356
  create _2094<-[:`TAGS`]-_2096
  create _2094<-[:`TAGS`]-_1336
  create _2094<-[:`TAGS`]-_1254
  create _2094<-[:`TAGS`]-_1370
  create _2095-[:`ASKED`]->_2094
  create _2097<-[:`TAGS`]-_1255
  create _2097<-[:`TAGS`]-_1254
  create _2098<-[:`TAGS`]-_1255
  create _2098<-[:`TAGS`]-_1254
  create _2098<-[:`TAGS`]-_1253
  create _2099-[:`ASKED`]->_2098
  create _2100<-[:`TAGS`]-_1254
  create _2101<-[:`TAGS`]-_1255
  create _2101<-[:`TAGS`]-_1254
  create _2102-[:`ASKED`]->_2101
  create _2103<-[:`TAGS`]-_1255
  create _2103<-[:`TAGS`]-_1254
  create _2104-[:`ASKED`]->_2103
  create _2105<-[:`TAGS`]-_1764
  create _2105<-[:`TAGS`]-_1285
  create _2105<-[:`TAGS`]-_1254
  create _2106<-[:`TAGS`]-_1342
  create _2106<-[:`TAGS`]-_1254
  create _2106<-[:`TAGS`]-_2108
  create _2106<-[:`TAGS`]-_1336
  create _2106<-[:`TAGS`]-_1335
  create _2107-[:`ASKED`]->_2106
  create _2109<-[:`TAGS`]-_1254
  create _2109<-[:`TAGS`]-_1500
  create _2110<-[:`TAGS`]-_1255
  create _2110<-[:`TAGS`]-_1254
  create _2110<-[:`TAGS`]-_1321
  create _2111<-[:`TAGS`]-_1254
  create _2111<-[:`TAGS`]-_2113
  create _2112-[:`ASKED`]->_2111
  create _2114<-[:`TAGS`]-_1254
  create _2115-[:`ASKED`]->_2114
  create _2116<-[:`TAGS`]-_2119
  create _2116<-[:`TAGS`]-_1342
  create _2116<-[:`TAGS`]-_2118
  create _2116<-[:`TAGS`]-_1254
  create _2117-[:`ASKED`]->_2116
  create _2250-[:`ANSWERS`]->_2053
  create _2251-[:`ANSWERS`]->_2056
  create _2252-[:`ANSWERS`]->_2060
  create _2253-[:`ANSWERS`]->_2062
  create _2254-[:`ANSWERS`]->_2064
  create _2255-[:`ANSWERS`]->_2068
  create _2256-[:`ANSWERS`]->_2072
  create _2257-[:`ANSWERS`]->_2077
  create _2258-[:`PROVIDED`]->_2257
  create _2259-[:`ANSWERS`]->_2079
  create _2260-[:`ANSWERS`]->_2079
  create _2261-[:`ANSWERS`]->_2077
  create _2262-[:`ANSWERS`]->_2085
  create _2263-[:`ANSWERS`]->_2087
  create _2264-[:`ANSWERS`]->_2089
  create _2265-[:`PROVIDED`]->_2264
  create _2266-[:`ANSWERS`]->_2094
  create _2267-[:`ANSWERS`]->_2097
  create _2268-[:`ANSWERS`]->_2098
  create _2269-[:`ANSWERS`]->_2100
  create _2270-[:`ANSWERS`]->_2101
  create _2271-[:`ANSWERS`]->_2103
  create _2272-[:`ANSWERS`]->_2058
  create _2273-[:`ANSWERS`]->_2058
  create _2274-[:`ANSWERS`]->_2105
  create _2275-[:`ANSWERS`]->_2106
  create _2276-[:`ANSWERS`]->_2109
  create _2277-[:`ANSWERS`]->_2109
  create _2278-[:`ANSWERS`]->_2110
  create _2279-[:`ANSWERS`]->_2111
  create _2280-[:`ANSWERS`]->_2114
  create _2281-[:`PROVIDED`]->_2282
  create _2281-[:`PROVIDED`]->_2280
  create _2282-[:`ANSWERS`]->_2116

One of the first things that I thought of was creating a way to suggest tags to a user while they are filling out a question. The following query finds all questions which have both the neo4j and python tags and then aggregates the most popular tags on those questions.

Related tags for python
  MATCH (question:Question)<-[:TAGS]-(tag:Tag)
  WHERE tag.text IN ['neo4j', 'python']
  WITH question, count(DISTINCT tag) AS count WHERE count = 2 WITH question
  MATCH question<-[:TAGS]-(tag:Tag)
  WHERE NOT(tag.text IN ['neo4j', 'python'])
  RETURN tag.text, COUNT(tag) ORDER BY COUNT(tag) DESC

If this were a query in an application we would replace the two occurrences of the array of tags with a parameter.

Table 1. Related tags for python, results from full import

py2neo

71

cypher

32

bulbs

20

django

19

neo4django

11

Because the tags are attached to the question and not the answer, it would normally be a bit harder to query for what tags users are answering for. Of course, an extra relationship isn’t much of a problem for Neo4j.

Say we wanted the StackOverflow application to find topic experts based on given tags. This might be useful if the question was going unanswered and we wanted the system to do a targeted E-Mail to experts to see if they would be interested in contributing. Here is how you would do that in Neo4j:

Finding experts
  MATCH (question:Question)<-[:TAGS]-(tag:Tag)
  WHERE tag.text IN ['neo4j', 'python']
  WITH question, count(DISTINCT tag) AS count WHERE count = 2 WITH question
  MATCH question<-[:ANSWERS]-(answer:Answer)<-[:PROVIDED]-(user:User)
  RETURN user.display_name, count(answer)
  ORDER BY count(answer) DESC
Table 2. Finding exports, results from full import

Nigel Small

15

espeed

5

Peter Neubauer

3

Javier de la Rosa

2

Wes Freeman

2

If we wanted to look across a number of users to find out what subjects they are knowledgable in, we could query like this:

Finding expertise
  MATCH (user:User)-[:PROVIDED]->(answer:Answer)-[:ANSWERS]->(:Question)<-[:TAGS]-(tag:Tag)
  WITH user, tag, count(answer.score) AS count
  ORDER BY count DESC
  WHERE count > 1 AND NOT(tag.text IN ['neo4j', 'cypher'])
  RETURN user.display_name, collect({ count: count, tag: tag.text })
  LIMIT 10

F.O.O

[{count: 2, tag: "spring-data-neo4j"}]

agpt

[{count: 2, tag: "spring-data-neo4j"},{count: 2, tag: "java"}]

ean5533

[{count: 2, tag: "java"}]

stephen mallette

[{count: 11, tag: "gremlin"},{count: 6, tag: "graph-databases"},{count: 5, tag: "tinkerpop"},{count: 4, tag: "titan"},{count: 2, tag: "orient-db"}]

Javier de la Rosa

[{count: 2, tag: "neo4j.py"},{count: 2, tag: "python"}]

bendaizer

[{count: 2, tag: "graph-databases"},{count: 2, tag: "nosql"}]

funglejunk

[{count: 2, tag: "java"}]

MYK

[{count: 2, tag: "ajax"},{count: 2, tag: "jquery"}]

TobyTheDog

[{count: 2, tag: "database"}]

lassewesth

[{count: 3, tag: "spring-data-neo4j"},{count: 2, tag: "spring-security"}]

Maybe we want to find out if one user has often answered question for another user.

Potential "mentor" relationships
MATCH (answerer:User)-[:PROVIDED]->(a:Answer)-[:ANSWERS]->(q:Question)<-[:ASKED]-(asker:User)
RETURN asker.display_name, answerer.display_name, count(q)
ORDER BY count(q) DESC
Table 3. Potential "mentor" relationships, results from full import
asker.display_name answerer.display_name count(q)

Clam

subvertallchris

5

deemeetree

Stefan Armbruster

4

salvador

Stefan Armbruster

3

red-devil

Michael Hunger

3

penta

Stefan Armbruster

3

And those are a few ways which we can explore the StackOverflow model with Neo4j.

Soon I will be developing more resources on how to combine this StackOverflow data with other datasources. Stay tuned to my blog!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment