Skip to content

Commit 9e4dbe3

Browse files
authored
Update README.md
1 parent 7a50fdf commit 9e4dbe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: queries/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Queries
22
| Query | Description | \#Triple Patterns | \#Sources | OPTIONAL | Aggregation | Other Features | FILTER \(equal to\) | FILTER \(relational\) | \# Star Shape Groups w/o constants | \# Star Shape Group w/constants | Mapping Features |
33
|-------|-------------------------------------------------------------------------------------------------------------------|-------------------|-----------|----------|-------------|----------------|---------------------|-----------------------|------------------------------------|---------------------------------|--------------------|
4-
| q1 | All shapes | 5 | 2 | | | | | | 2 | 0 | 2TM, 5PSOM |
4+
| q1 | All shapes | 5 | 1 | | | | | | 2 | 0 | 2TM, 5PSOM |
55
| q2 | All stops where the latitude is larger than a specific value | 5 | 1 | yes | | | | yes | 0 | 1 | 1TM, 5PSOM |
66
| q3 | Accessibility information of all stations | 5 | 1 | yes | | | yes | | 0 | 1 | 1TM, 6PSOM |
77
| q4 | All agencies and their routes | 9 | 2 | yes | | | | | 2 | 0 | 2TM, 8PSOM, 1PROM |
88
| q5 | Services that have been added after a specific date | 5 | 2 | | | | | yes | 1 | 1 | 3TM, 5PSOM, 2PROM |
99
| q6 | Number of routes covered by a specific agency | 3 | 2 | | yes | | yes | | 0 | 2 | 2TM, 1PSOM, 1PROM |
1010
| q7 | All wheelchair\-accessible stops in a specific route | 15 | 4 | yes | | DISTINCT | yes | | 1 | 3 | 6TM, 11PSOM, 5PROM |
1111
| q8 | Routes and their related trips, services, stops and stop times | 14 | 5 | yes | | | | | 5 | 0 | 8TM, 10PSOM, 7PROM |
12-
| q9 | Trips and associated shapes where latitude is larger than a specific value | 7 | 2 | yes | | | | yes | 1 | 1 | 5TM, 4PSOM, 4PROM |
12+
| q9 | Trips and associated shapes where latitude is larger than a specific value | 8 | 2 | yes | | | | yes | 2 | 1 | 6TM, 5PSOM, 4PROM |
1313
| q10 | Number of trips that have a duration over a number of minutes | 4 | 2 | | yes | DISTINCT | | yes | 1 | 1 | 2TM, 3PSOM, 1PROM |
1414
| q11 | Trips that are available on a certain date | 12 | 3 | | | NOT EXISTS | | yes | 3 | 2 | 5TM, 5PSOM, 4PROM |
1515
| q12 | Number of stops that are wheelchair\-accessible grouped by route | 10 | 4 | | yes | GROUP BY | | | 3 | 1 | 5TM, 7PSOM, 3PROM |

0 commit comments

Comments
 (0)