NAME

SemanticWeb::Schema::Trip - A trip or journey

VERSION

version v0.0.4

DESCRIPTION

A trip or journey. An itinerary of visits to one or more places.

ATTRIBUTES

arrival_time

arrivalTime

The expected arrival time.

A arrival_time should be one of the following types:

Str

departure_time

departureTime

The expected departure time.

A departure_time should be one of the following types:

Str

offers

An offer to provide this item—for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event.

A offers should be one of the following types:

InstanceOf['SemanticWeb::Schema::Offer']

provider

The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller.

A provider should be one of the following types:

InstanceOf['SemanticWeb::Schema::Person']
InstanceOf['SemanticWeb::Schema::Organization']

SEE ALSO

SemanticWeb::Schema::Intangible

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)