Defines concepts related to organizations, roles (Economic Operator, Manufacturer, Facility), identifiers, and contact information within the DPP ecosystem.
Source: Organization.jsonld
Classes & Concepts
Properties
| Property | Description | Domain | Range |
|---|---|---|---|
| Economic Operator (dppk:economicOperator) | Relates the DPP to the Economic Operator responsible for it. | dppk:DigitalProductPassport | dppk:Organization |
| Manufacturer (dppk:manufacturer) | Relates the DPP to the Manufacturer of the product. | dppk:DigitalProductPassport | dppk:Organization |
| Importer (dppk:importer) | Relates the DPP to the Importer of the product. | dppk:DigitalProductPassport | dppk:Organization |
| Manufacturing Facility (dppk:manufacturingFacility) | Relates the DPP to the specific facility where the product (or a step) was manufactured. | dppk:DigitalProductPassport | dppk:Organization |
| Repair Service (dppk:repairService) | Relates the DPP to an authorized repair service. | dppk:DigitalProductPassport | dppk:Organization |
| Organization Name (dppk:organizationName) | The official legal name of the organization. | dppk:Organization | xsd:string |
| Trading Name (dppk:tradingName) | The name under which the organization conducts business, if different from the legal name. | dppk:Organization | xsd:string |
| Global Location Number (GLN) (dppk:gln) | A GS1 standard identifier for legal entities, functional departments, or physical locations. | dppk:Organization | xsd:string |
| Legal Entity Identifier (LEI) (dppk:leiCode) | A standardized global identifier for legal entities. | dppk:Organization | xsd:string |
| Economic Operators Registration and Identification (EORI) (dppk:eori) | A unique identifier assigned by a customs authority in the EU to economic operators. | dppk:Organization | xsd:string |
| Additional Organization ID (dppk:additionalOrganizationId) | An identifier for the organization other than GLN or LEI (e.g., EORI, VAT ID). Must be used in conjunction with additionalOrganizationIdType. | dppk:Organization | xsd:string |
| Additional Organization ID Type (dppk:additionalOrganizationIdType) | The type of the identifier provided in additionalOrganizationId (e.g., 'EORI', 'VAT'). | dppk:Organization | xsd:string |
| Address (dppk:address) | Relates an organization to its physical address. | dppk:Organization | dppk:PostalAddress |
| Street Address (dppk:streetAddress) | Includes street name and number. | dppk:PostalAddress | |
| Postal Code (dppk:postalCode) | The postal code of the location. | dppk:PostalAddress | |
| City/Locality (dppk:addressLocality) | The locality (e.g. city) of the address. | dppk:PostalAddress | |
| Country (dppk:addressCountry) | The country component of the address. | dppk:PostalAddress | |
| Email Address (dppk:email) | The email address for contacting the organization. | dppk:Organization | |
| Telephone Number (dppk:telephone) | The telephone number for contacting the organization. | dppk:Organization | |
| Operator Email Address (dppk:operatorEmail) | The email address for contacting the economic operator. | dppk:EconomicOperatorRole | xsd:string |
| Operator Telephone Number (dppk:operatorTelephone) | The telephone number for contacting the economic operator. | dppk:EconomicOperatorRole | xsd:string |
| Website (dppk:website) | The URL of the organization's website. | dppk:Organization | xsd:anyURI |
