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 v6.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

_has_date_issued

A predicate for the "date_issued" attribute.

issued_by

issuedBy

The organization issuing the ticket or permit.

A issued_by should be one of the following types:

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

_has_issued_by

A predicate for the "issued_by" attribute.

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

_has_price_currency

A predicate for the "price_currency" attribute.

ticket_number

ticketNumber

The unique identifier for the ticket.

A ticket_number should be one of the following types:

Str

_has_ticket_number

A predicate for the "ticket_number" attribute.

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

_has_ticket_token

A predicate for the "ticket_token" attribute.

ticketed_seat

ticketedSeat

The seat associated with the ticket.

A ticketed_seat should be one of the following types:

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

_has_ticketed_seat

A predicate for the "ticketed_seat" attribute.

total_price

totalPrice

The total price for the reservation or ticket, including applicable taxes, shipping, etc.

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:

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

_has_total_price

A predicate for the "total_price" attribute.

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']

_has_under_name

A predicate for the "under_name" 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-2020 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)