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

NAME

SemanticWeb::Schema::Seat - Used to describe a seat

VERSION

version v0.0.3

DESCRIPTION

Used to describe a seat, such as a reserved seat in an event reservation.

ATTRIBUTES

seat_number

seatNumber

The location of the reserved seat (e.g., 27).

A seat_number should be one of the following types:

Str

seat_row

seatRow

The row location of the reserved seat (e.g., B).

A seat_row should be one of the following types:

Str

seat_section

seatSection

The section location of the reserved seat (e.g. Orchestra).

A seat_section should be one of the following types:

Str

seating_type

seatingType

The type/class of the seat.

A seating_type should be one of the following types:

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

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)