The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SemanticWeb::Schema::TrainTrip - A trip on a commercial train line.

VERSION

version v3.8.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

arrival_station

arrivalStation

The station where the train trip ends.

A arrival_station should be one of the following types:

InstanceOf['SemanticWeb::Schema::TrainStation']

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:

InstanceOf['SemanticWeb::Schema::TrainStation']

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

SemanticWeb::Schema::Trip

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-2019 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)