The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

SemanticWeb::Schema::Ticket - Used to describe a ticket to an event

VERSION

version v3.5.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:

InstanceOf['SemanticWeb::Schema::Organization']

price_currency

priceCurrency

The currency of the price, or a price component when attached to PriceSpecification and its subtypes.

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:

InstanceOf['SemanticWeb::Schema::Seat']

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:

InstanceOf['SemanticWeb::Schema::PriceSpecification']
Num
Str

under_name

underName

The person or organization the reservation or ticket is for.

A under_name should be one of the following types:

InstanceOf['SemanticWeb::Schema::Organization']
InstanceOf['SemanticWeb::Schema::Person']

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)