Skip to content

Class: CompanyIdentifier

Standardised company identifier.

URI: openccf:class/CompanyIdentifier

 classDiagram
    class CompanyIdentifier
    click CompanyIdentifier href "../../classes/CompanyIdentifier/"
      CompanyIdentifier : scheme

      CompanyIdentifier : value

Slots

Name Cardinality and Range Description Inheritance
scheme 0..1
String
Identifier scheme (e.g. LEI, DUNS). direct
value 0..1
String
direct

Usages

used by used in type used
EmissionsReport companyIdentifiers range CompanyIdentifier

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self openccf:CompanyIdentifier
native openccf:CompanyIdentifier

LinkML Source

Direct

name: CompanyIdentifier
description: Standardised company identifier.
from_schema: https://w3id.org/openccf
attributes:
  scheme:
    name: scheme
    description: Identifier scheme (e.g. LEI, DUNS).
    from_schema: https://w3id.org/openccf
    domain_of:
    - Sector
    - CompanyIdentifier
  value:
    name: value
    from_schema: https://w3id.org/openccf
    rank: 1000
    domain_of:
    - CompanyIdentifier
    - IntensityDenominator
    - EmissionFactor
    - ActivityData

Induced

name: CompanyIdentifier
description: Standardised company identifier.
from_schema: https://w3id.org/openccf
attributes:
  scheme:
    name: scheme
    description: Identifier scheme (e.g. LEI, DUNS).
    from_schema: https://w3id.org/openccf
    owner: CompanyIdentifier
    domain_of:
    - Sector
    - CompanyIdentifier
    range: string
  value:
    name: value
    from_schema: https://w3id.org/openccf
    rank: 1000
    owner: CompanyIdentifier
    domain_of:
    - CompanyIdentifier
    - IntensityDenominator
    - EmissionFactor
    - ActivityData
    range: string