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 v0.0.4

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:

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

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

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)