Wycieczka autobusowa
Nazwa typu: BusTrip
Rozszerza element niematerialny
Nazwa |
Typ |
Opis |
przystanek autobusowy |
BusStation lub BusStop |
Stacja lub przystanek, z którego przyjeżdża autobus. |
Godzina przyjazdu |
DateTime |
Oczekiwana godzina przybycia. |
nazwa autobusu |
tekstowy. |
Nazwa autobusu (np. Bolt Express). |
numerbus |
tekstowy. |
Unikalny identyfikator autobusu. |
odjazd z |
BusStation lub BusStop |
Stacja lub przystanek, z którego odjeżdża autobus. |
Czas wylotu |
DateTime |
Oczekiwana godzina wyjazdu. |
dostawca |
Organizacja lub Osoba |
Organizacja dokonująca rezerwacji. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-09-03 UTC.
[null,null,["Ostatnia aktualizacja: 2024-09-03 UTC."],[[["`BusTrip` schema provides details about a bus journey, including departure and arrival times and locations."],["It includes information about the bus itself, such as the name and number."],["The schema also identifies the provider of the bus trip, which can be an organization or a person."]]],["The `BusTrip` type outlines bus travel details, extending from `Intangible`. It includes the `arrivalBusStop` and `departureBusStop`, which are either a `BusStation` or `BusStop`. The arrival and departure times are specified using `DateTime`. Key identifiers include `busName` and `busNumber`, represented by `Text`. The `provider`, which can be an `Organization` or `Person`, supplies the bus reservation.\n"]]