OperatorInformation

class

Operator Information

Economic operator information as required by various EU regulations. Captures manufacturer, importer, distributor, and other operator roles. Use gs1:gln for operator identification (inherited from gs1:Organization). Use GS1 Digital Link format: https://id.gs1.org/417/{GLN}

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

Subclass Of

Properties (4)

PropertyDescriptionRange
economicOperatorIdUnique EOID from the EU economic operator registry per ESPR Article 77. This replaces individual national registrations with a single EU-wide identifier.xsd:string
eoriNumberEconomic Operators Registration and Identification (EORI) number for customs purposes.xsd:string
operatorRoleRole of the economic operator (manufacturer, importer, etc.).OperatorRole
registrationNumberOfficial registration or license number.xsd:string

External Vocabulary References

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

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/common/core/dpp-core-context.jsonld",
  "type": "OperatorInformation",
  "economicOperatorId": "...",
  "eoriNumber": "...",
  "operatorRole": "..."
}