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

NAME

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

VERSION

version v0.0.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 (in 3-letter ISO 4217 format) of the price or a price component, when attached to PriceSpecification and its subtypes.

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:

Num
InstanceOf['SemanticWeb::Schema::PriceSpecification']
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

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)