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::AggregateOffer - When a single product is associated with multiple offers (for example

VERSION

version v0.0.3

DESCRIPTION

When a single product is associated with multiple offers (for example, the same pair of shoes is offered by different merchants), then AggregateOffer can be used.

ATTRIBUTES

high_price

highPrice

The highest price of all offers available.

A high_price should be one of the following types:

Num
Str

low_price

lowPrice

The lowest price of all offers available.

A low_price should be one of the following types:

Str
Num

offer_count

offerCount

The number of offers for the product.

A offer_count should be one of the following types:

InstanceOf['SemanticWeb::Schema::Integer']

offers

An offer to provide this item—for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event.

A offers should be one of the following types:

InstanceOf['SemanticWeb::Schema::Offer']

SEE ALSO

SemanticWeb::Schema::Offer

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)