DataElementCollection

class

Data Element Collection

A container of one or more DataElements (EN 18223 4.1.2.4).

URI:https://ref.openepcis.io/extensions/common/core/DataElementCollection

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 (2)

DescriptionDomainRangeVocabularies
dictionaryReference
Dictionary Reference
Reference to the data-point definition in a data dictionary (EN 18223 4.1.2.3). In EPCIS4DPP a ref.openepcis.io term IRI; ref.openepcis.io is the EN 18223 4.3 data-dictionary repository.oec:DataElementxsd:anyURI inherited
elementId
Element Id
Identifier of a DataElement, unique within its container (EN 18223 4.1.2.3).oec:DataElementxsd:string inherited

Vocabulary alignment

Broader · upstream

QA % is the verifier panel's confidence. Curated mappings graded by openai/gpt-oss-20b, verified by local QA panels per round (claude-opus-4-8 / qwen3.5-27b / qwen3-32b).

Referenced upstream terms

Loading external vocabulary...
Loading external vocabulary...

Subclass Of

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/common/core/dpp-core-context.jsonld",
  "type": "DataElementCollection",
  "dictionaryReference": "...",
  "elementId": "..."
}