Type name: BusTrip
Extends Intangible
Name | Type | Description |
---|---|---|
arrivalBusStop | BusStation or BusStop | The stop or station from which the bus arrives. |
arrivalTime | DateTime | The expected arrival time. |
busName | Text | The name of the bus (e.g. Bolt Express). |
busNumber | Text | The unique identifier for the bus. |
departureBusStop | BusStation or BusStop | The stop or station from which the bus departs. |
departureTime | DateTime | The expected departure time. |
provider | Organization or Person | The organization providing the reservation. |