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

NAME

SemanticWeb::Schema::ActionAccessSpecification - A set of requirements that must be fulfilled in order to perform an Action.

VERSION

version v23.0.0

DESCRIPTION

A set of requirements that must be fulfilled in order to perform an Action.

ATTRIBUTES

availability_ends

availabilityEnds

The end of the availability of the product or service included in the offer.

A availability_ends should be one of the following types:

Str

_has_availability_ends

A predicate for the "availability_ends" attribute.

availability_starts

availabilityStarts

The beginning of the availability of the product or service included in the offer.

A availability_starts should be one of the following types:

Str

_has_availability_starts

A predicate for the "availability_starts" attribute.

category

A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.

A category should be one of the following types:

InstanceOf['SemanticWeb::Schema::CategoryCode']
InstanceOf['SemanticWeb::Schema::PhysicalActivityCategory']
InstanceOf['SemanticWeb::Schema::Thing']
Str

_has_category

A predicate for the "category" attribute.

eligible_region

eligibleRegion

The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region(s) for which the offer or delivery charge specification is valid.

See also [[ineligibleRegion]].

A eligible_region should be one of the following types:

InstanceOf['SemanticWeb::Schema::GeoShape']
InstanceOf['SemanticWeb::Schema::Place']
Str

_has_eligible_region

A predicate for the "eligible_region" attribute.

expects_acceptance_of

expectsAcceptanceOf

An Offer which must be accepted before the user can perform the Action. For example, the user may need to buy a movie before being able to watch it.

A expects_acceptance_of should be one of the following types:

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

_has_expects_acceptance_of

A predicate for the "expects_acceptance_of" attribute.

ineligible_region

ineligibleRegion

The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region(s) for which the offer or delivery charge specification is not valid, e.g. a region where the transaction is not allowed.

See also [[eligibleRegion]].

A ineligible_region should be one of the following types:

InstanceOf['SemanticWeb::Schema::GeoShape']
InstanceOf['SemanticWeb::Schema::Place']
Str

_has_ineligible_region

A predicate for the "ineligible_region" attribute.

requires_subscription

requiresSubscription

Indicates if use of the media require a subscription (either paid or free). Allowed values are ```true``` or ```false``` (note that an earlier version had 'yes', 'no').

A requires_subscription should be one of the following types:

Bool
InstanceOf['SemanticWeb::Schema::MediaSubscription']

_has_requires_subscription

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

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)