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 v7.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

_has_area_served

A predicate for the "area_served" attribute.

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

_has_available_language

A predicate for the "available_language" attribute.

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

_has_contact_option

A predicate for the "contact_option" attribute.

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

_has_contact_type

A predicate for the "contact_type" attribute.

email

Email address.

A email should be one of the following types:

Str

_has_email

A predicate for the "email" attribute.

fax_number

faxNumber

The fax number.

A fax_number should be one of the following types:

Str

_has_fax_number

A predicate for the "fax_number" attribute.

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

_has_hours_available

A predicate for the "hours_available" attribute.

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

_has_product_supported

A predicate for the "product_supported" attribute.

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

_has_service_area

A predicate for the "service_area" attribute.

telephone

The telephone number.

A telephone should be one of the following types:

Str

_has_telephone

A predicate for the "telephone" attribute.

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-2020 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)