Looking for help!
NAME
SemanticWeb::Schema::TrainTrip - A trip on a commercial train line.
VERSION
version v0.0.4
DESCRIPTION
A trip on a commercial train line.
ATTRIBUTES
arrival_platform
arrivalPlatform
The platform where the train arrives.
A arrival_platform should be one of the following types:
Str
arrival_station
arrivalStation
The station where the train trip ends.
A arrival_station should be one of the following types:
departure_platform
departurePlatform
The platform from which the train departs.
A departure_platform should be one of the following types:
Str
departure_station
departureStation
The station from which the train departs.
A departure_station should be one of the following types:
train_name
trainName
The name of the train (e.g. The Orient Express).
A train_name should be one of the following types:
Str
train_number
trainNumber
The unique identifier for the train.
A train_number should be one of the following types:
Str
SEE ALSO
AUTHOR
Robert Rothenberg <rrwo@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2018 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)