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

NAME

SemanticWeb::Schema::ContactPoint - A contact point—for example

VERSION

version v5.0.0

DESCRIPTION

A contact point—for example, a Customer Complaints department.

ATTRIBUTES

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

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

contact_option

contactOption

An option available on this contact point (e.g. a toll-free number or support for hearing-impaired callers).

A contact_option should be one of the following types:

InstanceOf['SemanticWeb::Schema::ContactPointOption']

contact_type

contactType

A person or organization can have different contact points, for different purposes. For example, a sales contact point, a PR contact point and so on. This property is used to specify the kind of contact point.

A contact_type should be one of the following types:

Str

email

Email address.

A email should be one of the following types:

Str

fax_number

faxNumber

The fax number.

A fax_number should be one of the following types:

Str

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

product_supported

productSupported

The product or service this support contact point is related to (such as product support for a particular product line). This can be a specific product or product line (e.g. "iPhone") or a general category of products or services (e.g. "smartphones").

A product_supported should be one of the following types:

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

service_area

serviceArea

The geographic area where the service is provided.

A service_area should be one of the following types:

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

telephone

The telephone number.

A telephone should be one of the following types:

Str

SEE ALSO

SemanticWeb::Schema::StructuredValue

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)