QuantityElement
classQuantity Element
A structure representing a class-level identification context together with quantity information. It is used when an event refers to objects at class level rather than to individually identified instances.
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 (3)
| Description | Domain | Range | Vocabularies | ||
|---|---|---|---|---|---|
| classIdentifier class identifier | The class-level identifier used in a quantity element, such as a GTIN, LGTIN, or another EPC class identifier. | cirpass2:QuantityElement | xsd:anyURI | — | — |
| hasQuantityValue has quantity value | Specifies the quantity value associated with a class-level identification context. | cirpass2:QuantityElement | xsd:decimal | — | — |
| hasUnitOfMeasure has unit of measure | Specifies the unit of measure associated with a quantity value in a quantity element. | cirpass2:QuantityElement | xsd:string | — |
Aligned from OpenEPCIS (7)
Used as Range (4)
Where used
Referenced by other terms (7)
References
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/upstream/cirpass2-eudpp/cirpass2-eudpp-context.jsonld",
"type": "QuantityElement",
"classIdentifier": "...",
"hasQuantityValue": "...",
"hasUnitOfMeasure": "..."
}