QuantityElement

class

Quantity 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.

URI:https://w3id.org/eudpp#QuantityElement

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)

DescriptionDomainRangeVocabularies
classIdentifier
class identifier
The class-level identifier used in a quantity element, such as a GTIN, LGTIN, or another EPC class identifier.cirpass2:QuantityElementxsd:anyURI
hasQuantityValue
has quantity value
Specifies the quantity value associated with a class-level identification context.cirpass2:QuantityElementxsd:decimal
hasUnitOfMeasure
has unit of measure
Specifies the unit of measure associated with a quantity value in a quantity element.cirpass2:QuantityElementxsd:string

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/upstream/cirpass2-eudpp/cirpass2-eudpp-context.jsonld",
  "type": "QuantityElement",
  "classIdentifier": "...",
  "hasQuantityValue": "...",
  "hasUnitOfMeasure": "..."
}