Looking for help!
NAME
SemanticWeb::Schema::Seat - Used to describe a seat
VERSION
version v23.0.0
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
_has_seat_number
A predicate for the "seat_number" attribute.
seat_row
seatRow
The row location of the reserved seat (e.g., B).
A seat_row should be one of the following types:
Str
_has_seat_row
A predicate for the "seat_row" attribute.
seat_section
seatSection
The section location of the reserved seat (e.g. Orchestra).
A seat_section should be one of the following types:
Str
_has_seat_section
A predicate for the "seat_section" attribute.
seating_type
seatingType
The type/class of the seat.
A seating_type should be one of the following types:
_has_seating_type
A predicate for the "seating_type" attribute.
SEE ALSO
SemanticWeb::Schema::Intangible
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-2023 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)