Looking for help!
NAME
SemanticWeb::Schema::QuantitativeValue - A point value or interval for product characteristics and other purposes.
VERSION
version v0.0.2
DESCRIPTION
A point value or interval for product characteristics and other purposes.
ATTRIBUTES
additional_property
additionalProperty
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:
max_value
maxValue
The upper value of some characteristic or property.
A max_value should be one of the following types:
Num
min_value
minValue
The lower value of some characteristic or property.
A min_value should be one of the following types:
Num
unit_code
unitCode
The unit of measurement given using the UN/CEFACT Common Code (3 characters) or a URL. Other codes than the UN/CEFACT Common Code may be used with a prefix followed by a colon.
A unit_code should be one of the following types:
Str
unit_text
unitText
A unit_text should be one of the following types:
Str
value
The value of the quantitative value or property value node.- For QuantitativeValue and MonetaryAmount, the recommended type for values is 'Number'.
- For PropertyValue, it can be 'Text;', 'Number', 'Boolean', or 'StructuredValue'.
A value should be one of the following types:
value_reference
valueReference
A pointer to a secondary value that provides additional information on the original value, e.g. a reference temperature.
A value_reference should be one of the following types:
InstanceOf['SemanticWeb::Schema::QualitativeValue']
InstanceOf['SemanticWeb::Schema::StructuredValue']
InstanceOf['SemanticWeb::Schema::QuantitativeValue']
InstanceOf['SemanticWeb::Schema::Enumeration']
InstanceOf['SemanticWeb::Schema::PropertyValue']
SEE ALSO
SemanticWeb::Schema::StructuredValue
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)