results.js 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. const data = { "head": {
  2. "vars": [ "id1" , "full_name1" , "id2" , "full_name2" ]
  3. } ,
  4. "results": {
  5. "bindings": [
  6. {
  7. "id1": { "type": "literal" , "value": "0" } ,
  8. "full_name1": { "type": "literal" , "value": "Example 0" }
  9. } ,
  10. {
  11. "id1": { "type": "literal" , "value": "2" } ,
  12. "full_name1": { "type": "literal" , "value": "Example 2" } ,
  13. "id2": { "type": "literal" , "value": "2A" } ,
  14. "full_name2": { "type": "literal" , "value": "Example 2A" }
  15. } ,
  16. {
  17. "id1": { "type": "literal" , "value": "2" } ,
  18. "full_name1": { "type": "literal" , "value": "Example 2" } ,
  19. "id2": { "type": "literal" , "value": "2B" } ,
  20. "full_name2": { "type": "literal" , "value": "Example 2B" }
  21. } ,
  22. {
  23. "id1": { "type": "literal" , "value": "2" } ,
  24. "full_name1": { "type": "literal" , "value": "Example 2" } ,
  25. "id2": { "type": "literal" , "value": "2C" } ,
  26. "full_name2": { "type": "literal" , "value": "Example 2C" }
  27. } ,
  28. {
  29. "id1": { "type": "literal" , "value": "2" } ,
  30. "full_name1": { "type": "literal" , "value": "Example 2" } ,
  31. "id2": { "type": "literal" , "value": "2D" } ,
  32. "full_name2": { "type": "literal" , "value": "Example 2D" }
  33. } ,
  34. {
  35. "id1": { "type": "literal" , "value": "2" } ,
  36. "full_name1": { "type": "literal" , "value": "Example 2" } ,
  37. "id2": { "type": "literal" , "value": "2E" } ,
  38. "full_name2": { "type": "literal" , "value": "Example 2E" }
  39. } ,
  40. {
  41. "id1": { "type": "literal" , "value": "2" } ,
  42. "full_name1": { "type": "literal" , "value": "Example 2" } ,
  43. "id2": { "type": "literal" , "value": "2F" } ,
  44. "full_name2": { "type": "literal" , "value": "Example 2F" }
  45. } ,
  46. {
  47. "id1": { "type": "literal" , "value": "2" } ,
  48. "full_name1": { "type": "literal" , "value": "Example 2" } ,
  49. "id2": { "type": "literal" , "value": "2G" } ,
  50. "full_name2": { "type": "literal" , "value": "Example 2G" }
  51. } ,
  52. {
  53. "id1": { "type": "literal" , "value": "2" } ,
  54. "full_name1": { "type": "literal" , "value": "Example 2" } ,
  55. "id2": { "type": "literal" , "value": "2H" } ,
  56. "full_name2": { "type": "literal" , "value": "Example 2H" }
  57. } ,
  58. {
  59. "id1": { "type": "literal" , "value": "2" } ,
  60. "full_name1": { "type": "literal" , "value": "Example 2" } ,
  61. "id2": { "type": "literal" , "value": "2I" } ,
  62. "full_name2": { "type": "literal" , "value": "Example 2I" }
  63. }
  64. ]
  65. }
  66. }
  67. export { data };
  68. export default data;