QuantitativeProperty
classQuantitative Property
A property (respectively measurand of a property) of the product (model) that is expressed by a quantity value. A specific quantity.
Upstream alignment
How this class and its properties align to external and upstream vocabularies. Open a vocabulary to see the exact term-by-term relationships.
Properties (4)
| Description | Domain | Range | Vocabularies | ||
|---|---|---|---|---|---|
| dictionaryReference Dictionary reference | The reference to the unique identifier of the data point specification defined in the repository/data dictionary. It is formatted as a URI/URL . | cirpass2:Property | xsd:string | — | |
| hasMeasurementUnit Has measurement unit | Linking quantitative property to the unit of measurement. | cirpass2:QuantitativeProperty | MeasurementUnit | — | — |
| numericalValue Numerical value | The numerical value of the quantity, i.e., quantitative property of the product. | cirpass2:QuantitativeProperty | xsd:decimal | — | — |
| tolerance Tolerance | Engineering tolerance is the permissible variation in measurements deriving from the base measurement. Tolerances can apply to many different units. | cirpass2:QuantitativeProperty | xsd:double | — | — |
Subclass Of
Subclasses (10)
Aligned from OpenEPCIS (14)
TraceabilityPerformance broadCircularEconomyIndicator subClassOfConcentrationOfSubstanceOfConcern subClassOfEnvironmentalFootprint subClassOfEnvironmentalPollution subClassOfProductDimension subClassOfProductToPackagingRatio subClassOfQualityIndicator subClassOfResourceConsumption subClassOfThresholdOfSubstanceOfConcern subClassOfWasteGenerationAmount subClassOfhasMeasurementUnit domainnumericalValue domaintolerance domain
Where used
Referenced by other terms (13)
subclass of this:
upstream/cirpass2-eudppCircularEconomyIndicatorupstream/cirpass2-eudppConcentrationOfSubstanceOfConcernupstream/cirpass2-eudppEnvironmentalFootprintupstream/cirpass2-eudppEnvironmentalPollutionupstream/cirpass2-eudppProductDimensionupstream/cirpass2-eudppProductToPackagingRatioupstream/cirpass2-eudppQualityIndicatorupstream/cirpass2-eudppResourceConsumptionupstream/cirpass2-eudppThresholdOfSubstanceOfConcernupstream/cirpass2-eudppWasteGenerationAmount
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/upstream/cirpass2-eudpp/cirpass2-eudpp-context.jsonld",
"type": "QuantitativeProperty",
"hasMeasurementUnit": "...",
"numericalValue": "...",
"tolerance": "..."
}