QualitativeValue¶
A qualitative value is a predefined value for a product characteristic.
Examples: the color "green" or the power cord plug type "US"; the garment sizes "S", "M", "L", and "XL".
Note: Value sets are supported by creating subclasses of this class. Ordinal relations between values (gr:greater, gr:lesser, ...) are provided directly by GoodRelations.
Compatibility with schema.org: This class is equivalent to http://schema.org/Enumeration.
Diagram¶

Formalization for QualitativeValue¶
| Property | Constraint |
|---|---|
| description | datatype rdfs:Literal |
| equal | only QualitativeValue |
| greater | only QualitativeValue |
| greaterOrEqual | only QualitativeValue |
| lesser | only QualitativeValue |
| lesserOrEqual | only QualitativeValue |
| name | datatype rdfs:Literal |
| nonEqual | only QualitativeValue |
| valueReference | only QualitativeValue; only QuantitativeValue |
| disjointWith | Offering |
| disjointWith | QuantitativeValue |
| disjointWith | TypeAndQuantityNode |