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

NAME

SemanticWeb::Schema::QualitativeValue - A predefined value for a product characteristic

VERSION

version v0.0.3

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:

InstanceOf['SemanticWeb::Schema::PropertyValue']

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:

InstanceOf['SemanticWeb::Schema::QualitativeValue']

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:

InstanceOf['SemanticWeb::Schema::QualitativeValue']

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:

InstanceOf['SemanticWeb::Schema::QualitativeValue']

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:

InstanceOf['SemanticWeb::Schema::QualitativeValue']

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:

InstanceOf['SemanticWeb::Schema::QualitativeValue']

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:

InstanceOf['SemanticWeb::Schema::QualitativeValue']

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::Enumeration

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)