The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

VERSION

version v0.0.3

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

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)