MultiLanguageDataElement

class

Multi-Language Data Element

A language-dependent data point carrying one or more language-tagged values (EN 18223 4.1.2.8).

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

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
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
elementId
Element Id
Identifier of a DataElement, unique within its container (EN 18223 4.1.2.3).oec:DataElementxsd:string
multiLanguageValue
Multi-Language Value
A language-tagged value of a MultiLanguageDataElement (EN 18223 4.1.2.8).oec:MultiLanguageDataElementoec:MultiLanguageValue

Subclass Of

Where used

Referenced by other terms (1)

JSON-LD Example

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