DPP Keystone Logo

Ontology: core / DPP Core Ontology - Organization and Roles Definitions (v1)

Class: Organization (dppk:Organization)

Visual Diagram

                    classDiagram
  class Organization
  Organization : +organizationName
  Organization : +tradingName
  Organization : +gln
  Organization : +leiCode
  Organization : +additionalOrganizationId
  Organization : +additionalOrganizationIdType
  Organization : +address
  Organization --|> PostalAddress : address
  Organization : +email
  Organization : +telephone
  Organization : +website

                

Attributes

A general concept for any organization or legal entity involved in the product lifecycle.

equivalentClass: schema:Organization, gs1:Organization, unece:TradeParty

Properties

Property Description Type equivalentProperty
Organization Name (dppk:organizationName) The official legal name of the organization. xsd:string schema:name, gs1:organizationName, unece:name
Trading Name (dppk:tradingName) The name under which the organization conducts business, if different from the legal name. xsd:string gs1:organizationTradingName, unece:tradingBusinessName
Global Location Number (GLN) (dppk:gln) A GS1 standard identifier for legal entities, functional departments, or physical locations. xsd:string gs1:globalLocationNumber, schema:globalLocationNumber, unece:gLNId
Legal Entity Identifier (LEI) (dppk:leiCode) A standardized global identifier for legal entities. xsd:string schema:leiCode
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. xsd:string gs1:additionalOrganizationIdentification
Additional Organization ID Type (dppk:additionalOrganizationIdType) The type of the identifier provided in additionalOrganizationId (e.g., 'EORI', 'VAT'). xsd:string gs1:additionalOrganizationIdentificationType
Address (dppk:address) Relates an organization to its physical address. dppk:PostalAddress schema:address, gs1:address, unece:postalAddress
Email Address (dppk:email) schema:email, gs1:email
Telephone Number (dppk:telephone) schema:telephone, gs1:telephone
Website (dppk:website) The URL of the organization's website. xsd:anyURI schema:url