-
-
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
SemanticWeb::Schema::QualitativeValue - A predefined value for a product characteristic
VERSION
version v14.0.0
DESCRIPTION
A predefined value for a product characteristic, e.g. the power cord plug type 'US' or the garment sizes 'S', 'M', 'L', and 'XL'.
ATTRIBUTES
additional_property
additionalProperty
A property-value pair representing an additional characteristics of the entitity, e.g. a product feature or another characteristic for which there is no matching property in schema.org. Note: Publishers should be aware that applications designed to use specific schema.org properties (e.g. http://schema.org/width, http://schema.org/color, http://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.
A additional_property should be one of the following types:
_has_additional_property
A predicate for the "additional_property" attribute.
equal
This ordering relation for qualitative values indicates that the subject is equal to the object.
A equal should be one of the following types:
_has_equal
A predicate for the "equal" attribute.
greater
This ordering relation for qualitative values indicates that the subject is greater than the object.
A greater should be one of the following types:
_has_greater
A predicate for the "greater" attribute.
greater_or_equal
greaterOrEqual
This ordering relation for qualitative values indicates that the subject is greater than or equal to the object.
A greater_or_equal should be one of the following types:
_has_greater_or_equal
A predicate for the "greater_or_equal" attribute.
lesser
This ordering relation for qualitative values indicates that the subject is lesser than the object.
A lesser should be one of the following types:
_has_lesser
A predicate for the "lesser" attribute.
lesser_or_equal
lesserOrEqual
This ordering relation for qualitative values indicates that the subject is lesser than or equal to the object.
A lesser_or_equal should be one of the following types:
_has_lesser_or_equal
A predicate for the "lesser_or_equal" attribute.
non_equal
nonEqual
This ordering relation for qualitative values indicates that the subject is not equal to the object.
A non_equal should be one of the following types:
_has_non_equal
A predicate for the "non_equal" attribute.
value_reference
valueReference
A secondary value that provides additional information on the original value, e.g. a reference temperature or a type of measurement.
A value_reference should be one of the following types:
InstanceOf['SemanticWeb::Schema::DefinedTerm']
InstanceOf['SemanticWeb::Schema::Enumeration']
InstanceOf['SemanticWeb::Schema::MeasurementTypeEnumeration']
InstanceOf['SemanticWeb::Schema::PropertyValue']
InstanceOf['SemanticWeb::Schema::QualitativeValue']
InstanceOf['SemanticWeb::Schema::QuantitativeValue']
InstanceOf['SemanticWeb::Schema::StructuredValue']
Str
_has_value_reference
A predicate for the "value_reference" attribute.
SEE ALSO
SemanticWeb::Schema::Enumeration
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.