Spaces:
Runtime error
Runtime error
Update examples.json
Browse files- examples.json +5 -1
examples.json
CHANGED
|
@@ -16,5 +16,9 @@
|
|
| 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 |
]
|
|
|
|
| 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 |
+
|
| 21 |
+
{"query": "Find vehicles with high design mass for exceptional payload"},
|
| 22 |
+
{"query": "Print the vehicle URI (as ?vehicleUri) and name (as ?vehicleName), but only the ones authorized in Spain"},
|
| 23 |
+
{"query": "Describe the vehicle 'Excavadora bimodal Liebherr A900 C ZW rail', provide (as optionals) massPerWheel, magneticBrakingFitted, maximumAltitude and maximumAverageDeceleration"}
|
| 24 |
]
|