Looking for help!
NAME
SemanticWeb::Schema::Ticket - Used to describe a ticket to an event
VERSION
version v0.0.2
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
The total price for the reservation or ticket, including applicable taxes, shipping, etc.
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
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)