Looking for help!
NAME
SemanticWeb::Schema::TrainTrip - A trip on a commercial train line.
VERSION
version v23.0.0
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
_has_arrival_platform
A predicate for the "arrival_platform" attribute.
arrival_station
arrivalStation
The station where the train trip ends.
A arrival_station should be one of the following types:
_has_arrival_station
A predicate for the "arrival_station" attribute.
departure_platform
departurePlatform
The platform from which the train departs.
A departure_platform should be one of the following types:
Str
_has_departure_platform
A predicate for the "departure_platform" attribute.
departure_station
departureStation
The station from which the train departs.
A departure_station should be one of the following types:
_has_departure_station
A predicate for the "departure_station" attribute.
train_name
trainName
The name of the train (e.g. The Orient Express).
A train_name should be one of the following types:
Str
_has_train_name
A predicate for the "train_name" attribute.
train_number
trainNumber
The unique identifier for the train.
A train_number should be one of the following types:
Str
_has_train_number
A predicate for the "train_number" attribute.
SEE ALSO
SOURCE
The development version is on github at https://github.com/robrwo/SemanticWeb-Schema and may be cloned from git://github.com/robrwo/SemanticWeb-Schema.git
BUGS
Please report any bugs or feature requests on the bugtracker website https://github.com/robrwo/SemanticWeb-Schema/issues
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
Robert Rothenberg <rrwo@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2018-2023 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)