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

NAME

SemanticWeb::Schema::ServiceChannel - A means for accessing a service, e

VERSION

version v5.0.0

DESCRIPTION

A means for accessing a service, e.g. a government office location, web site, or phone number.

ATTRIBUTES

available_language

availableLanguage

A language someone may use with or at the item, service or place. Please use one of the language codes from the IETF BCP 47 standard. See also inLanguage

A available_language should be one of the following types:

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

processing_time

processingTime

Estimated processing time for the service using this channel.

A processing_time should be one of the following types:

InstanceOf['SemanticWeb::Schema::Duration']

provides_service

providesService

The service provided by this channel.

A provides_service should be one of the following types:

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

service_location

serviceLocation

The location (e.g. civic structure, local business, etc.) where a person can go to access the service.

A service_location should be one of the following types:

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

service_phone

servicePhone

The phone number to use to access the service.

A service_phone should be one of the following types:

InstanceOf['SemanticWeb::Schema::ContactPoint']

service_postal_address

servicePostalAddress

The address for accessing the service by mail.

A service_postal_address should be one of the following types:

InstanceOf['SemanticWeb::Schema::PostalAddress']

service_sms_number

serviceSmsNumber

The number to access the service by text message.

A service_sms_number should be one of the following types:

InstanceOf['SemanticWeb::Schema::ContactPoint']

service_url

serviceUrl

The website to access the service.

A service_url 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)