Looking for help!
NAME
SemanticWeb::Schema::Ticket - Used to describe a ticket to an event
VERSION
version v3.8.1
DESCRIPTION
Used to describe a ticket to an event, a flight, a bus ride, etc.
ATTRIBUTES
date_issued
dateIssued
The date the ticket was issued.
A date_issued should be one of the following types:
Str
issued_by
issuedBy
The organization issuing the ticket or permit.
A issued_by should be one of the following types:
price_currency
priceCurrency
Use standard formats: ISO 4217 currency format e.g. "USD"; Ticker symbol for cryptocurrencies e.g. "BTC"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. "Ithaca HOUR".
A price_currency should be one of the following types:
Str
ticket_number
ticketNumber
The unique identifier for the ticket.
A ticket_number should be one of the following types:
Str
ticket_token
ticketToken
Reference to an asset (e.g., Barcode, QR code image or PDF) usable for entrance.
A ticket_token should be one of the following types:
Str
ticketed_seat
ticketedSeat
The seat associated with the ticket.
A ticketed_seat should be one of the following types:
total_price
totalPrice
Usage guidelines:
- Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.
- Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.
A total_price should be one of the following types:
under_name
underName
The person or organization the reservation or ticket is for.
A under_name should be one of the following types:
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-2019 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)