TrainTrip
Type name: TrainTrip
Extends Intangible
Name |
Type |
Description |
arrivalPlatform |
Text |
The platform where the train arrives. |
arrivalStation |
TrainStation |
The station where the train trip ends. |
arrivalTime |
DateTime |
The expected arrival time. |
departurePlatform |
Text |
The platform from which the train departs. |
departureStation |
TrainStation |
The station from which the train departs. |
departureTime |
DateTime |
The expected departure time. |
provider |
Organization or Person |
The organization providing the reservation. |
trainName |
Text |
The name of the train (e.g. The Orient Express). |
trainNumber |
Text |
The unique identifier for the train. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["`TrainTrip` schema provides structured data about a train journey, including departure and arrival information."],["It covers key details like stations, platforms, times, and the train itself (name and number)."],["The schema also identifies the provider of the train trip, which can be an organization or a person."]]],[]]