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

NAME

SemanticWeb::Schema::FlightReservation - A reservation for air travel

VERSION

version v11.01.0

DESCRIPTION

A reservation for air travel.

Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use SemanticWeb::Schema::Offer.

ATTRIBUTES

boarding_group

boardingGroup

The airline-specific indicator of boarding order / preference.

A boarding_group should be one of the following types:

Str

_has_boarding_group

A predicate for the "boarding_group" attribute.

passenger_priority_status

passengerPriorityStatus

The priority status assigned to a passenger for security or boarding (e.g. FastTrack or Priority).

A passenger_priority_status should be one of the following types:

InstanceOf['SemanticWeb::Schema::QualitativeValue']
Str

_has_passenger_priority_status

A predicate for the "passenger_priority_status" attribute.

passenger_sequence_number

passengerSequenceNumber

The passenger's sequence number as assigned by the airline.

A passenger_sequence_number should be one of the following types:

Str

_has_passenger_sequence_number

A predicate for the "passenger_sequence_number" attribute.

security_screening

securityScreening

The type of security screening the passenger is subject to.

A security_screening should be one of the following types:

Str

_has_security_screening

A predicate for the "security_screening" attribute.

SEE ALSO

SemanticWeb::Schema::Reservation

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

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)