Skip to content

QuantitativeValueInteger

An instance of this class is an actual integer value for a quantitative property of a product. This instance is usually characterized by a minimal value, a maximal value, and a unit of measurement.

Example: A seating capacity between 1 and 8 persons.

Note: Users must keep in mind that ranges in here mean that ALL possible values in this interval are covered. (Sometimes, the actual commitment may be less than that: "We sell cars from 2 - 12 seats" does often not really mean that they have cars with 2,3,4,...12 seats.). Someone renting out two types of rowing boats, one that fits for 1 or 2 people, and another that must be operated by 4 people cannot claim to rent boats with a seating capacity between 1 and 4 people. He or she is offering two boat types for 1-2 and 4 persons.

Compatibility with schema.org: This class is a subclass of http://schema.org/Quantity.

Diagram

Formalization for QuantitativeValueInteger

Property Constraint
description datatype rdfs:Literal
hasMaxValueInteger datatype xsd:int
hasMinValueInteger datatype xsd:int
hasValueInteger datatype xsd:int
name datatype rdfs:Literal
disjointWith QuantitativeValueFloat
subClassOf QuantitativeValue