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

NAME

SemanticWeb::Schema::Service - A service provided by an organization, e

VERSION

version v3.8.0

DESCRIPTION

A service provided by an organization, e.g. delivery service, print services, etc.

ATTRIBUTES

aggregate_rating

aggregateRating

The overall rating, based on a collection of reviews or ratings, of the item.

A aggregate_rating should be one of the following types:

InstanceOf['SemanticWeb::Schema::AggregateRating']

area_served

areaServed

The geographic area where a service or offered item is provided.

A area_served should be one of the following types:

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

audience

An intended audience, i.e. a group for whom something was created.

A audience should be one of the following types:

InstanceOf['SemanticWeb::Schema::Audience']

available_channel

availableChannel

A means of accessing the service (e.g. a phone bank, a web site, a location, etc.).

A available_channel should be one of the following types:

InstanceOf['SemanticWeb::Schema::ServiceChannel']

award

An award won by or for this item.

A award should be one of the following types:

Str

brand

The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person.

A brand should be one of the following types:

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

broker

An entity that arranges for an exchange between a buyer and a seller. In most cases a broker never acquires or releases ownership of a product or service involved in an exchange. If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred.

A broker should be one of the following types:

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

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::Thing']
InstanceOf['SemanticWeb::Schema::PhysicalActivityCategory']
Str

has_offer_catalog

hasOfferCatalog

Indicates an OfferCatalog listing for this Organization, Person, or Service.

A has_offer_catalog should be one of the following types:

InstanceOf['SemanticWeb::Schema::OfferCatalog']

hours_available

hoursAvailable

The hours during which this service or contact is available.

A hours_available should be one of the following types:

InstanceOf['SemanticWeb::Schema::OpeningHoursSpecification']

isRelatedTo

A pointer to another, somehow related product (or multiple products).

A is_related_to should be one of the following types:

InstanceOf['SemanticWeb::Schema::Service']
InstanceOf['SemanticWeb::Schema::Product']

is_similar_to

isSimilarTo

A pointer to another, functionally similar product (or multiple products).

A is_similar_to should be one of the following types:

InstanceOf['SemanticWeb::Schema::Product']
InstanceOf['SemanticWeb::Schema::Service']

An associated logo.

A logo should be one of the following types:

Str
InstanceOf['SemanticWeb::Schema::ImageObject']

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

produces

The tangible thing generated by the service, e.g. a passport, permit, etc.

A produces should be one of the following types:

InstanceOf['SemanticWeb::Schema::Thing']

provider

The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller.

A provider should be one of the following types:

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

provider_mobility

providerMobility

Indicates the mobility of a provided service (e.g. 'static', 'dynamic').

A provider_mobility should be one of the following types:

Str

review

A review of the item.

A review should be one of the following types:

InstanceOf['SemanticWeb::Schema::Review']

service_area

serviceArea

The geographic area where the service is provided.

A service_area should be one of the following types:

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

service_audience

serviceAudience

The audience eligible for this service.

A service_audience should be one of the following types:

InstanceOf['SemanticWeb::Schema::Audience']

service_output

serviceOutput

The tangible thing generated by the service, e.g. a passport, permit, etc.

A service_output should be one of the following types:

InstanceOf['SemanticWeb::Schema::Thing']

service_type

serviceType

The type of service being offered, e.g. veterans' benefits, emergency relief, etc.

A service_type should be one of the following types:

Str

slogan

A slogan or motto associated with the item.

A slogan should be one of the following types:

Str

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)