-
-
04 Apr 2022 11:35:58 UTC
- Distribution: SemanticWeb-Schema
- Module version: v14.0.0
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (1)
- Testers
- Kwalitee
Bus factor: 1- 100.00% Coverage
- License: artistic_2
- Perl: v5.10.1
- Activity
24 month- Tools
- Download (638.34KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
Looking for help!
The maintainer of this distribution is looking for people to help them improve this module! If you're interested then please contact them via email.- NAME
- VERSION
- DESCRIPTION
- ATTRIBUTES
- area_served
- _has_area_served
- available_language
- _has_available_language
- contact_option
- _has_contact_option
- contact_type
- _has_contact_type
- _has_email
- fax_number
- _has_fax_number
- hours_available
- _has_hours_available
- product_supported
- _has_product_supported
- service_area
- _has_service_area
- telephone
- _has_telephone
- SEE ALSO
- SOURCE
- BUGS
- AUTHOR
- COPYRIGHT AND LICENSE
NAME
SemanticWeb::Schema::ContactPoint - A contact point—for example
VERSION
version v14.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:
_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:
_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:
_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:
_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-2022 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)
Module Install Instructions
To install SemanticWeb::Schema, copy and paste the appropriate command in to your terminal.
cpanm SemanticWeb::Schema
perl -MCPAN -e shell install SemanticWeb::Schema
For more information on module installation, please visit the detailed CPAN module installation guide.