OperatorInformation
classOperator 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}
Subclass Of
Properties (4)
| Property | Description | Range |
|---|---|---|
| economicOperatorId | Unique EOID from the EU economic operator registry per ESPR Article 77. This replaces individual national registrations with a single EU-wide identifier. | xsd:string |
| eoriNumber | Economic Operators Registration and Identification (EORI) number for customs purposes. | xsd:string |
| operatorRole | Role of the economic operator (manufacturer, importer, etc.). | OperatorRole |
| registrationNumber | Official registration or license number. | xsd:string |
Used as Range (2)
Where used
Referenced by other terms (12)
see also:
In SHACL shapes (1)
- OperatorInformationShapetargets
References
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": "..."
}