daniel-dona commited on
Commit
ab44af1
·
verified ·
1 Parent(s): 677cd30

Update examples.json

Browse files
Files changed (1) hide show
  1. examples.json +3 -0
examples.json CHANGED
@@ -14,4 +14,7 @@
14
  {"query": "How many tracks exist?"},
15
  {"query": "Show document named T_3_020322_1.pdf"},
16
  {"query": "Fetch the entities of type era:VehicleType and their labels, skipping the first five results."}
 
 
 
17
  ]
 
14
  {"query": "How many tracks exist?"},
15
  {"query": "Show document named T_3_020322_1.pdf"},
16
  {"query": "Fetch the entities of type era:VehicleType and their labels, skipping the first five results."}
17
+
18
+ {"query": "What is the sum of the length of all the sections of line in spain?"}
19
+ {"query": "Count the number of tracks per Section of line and return only the ones with more than 5"}
20
  ]