{
  "stop": "http://example.org/stations/{stops.stop_id}",
  "route": "http://example.org/routes/{routes.route_id}",
  "trip": "http://example.org/trips/{trips.trip_id}",
  "connection": "http://example.org/connections/{routes.route_id}/{trips.trip_id}/{connection.departureStop}/{tripStartTime}/",
  "resolve": {
      "tripStartTime": "format(trips.startTime, 'yyyyMMdd\\'T\\'HHmm');"
  }
}