Skip to content

Class: Identifier Type (IdentifierType)

Provides the context needed to interpret an identifier based on standards, code tables,...

Creating an Identifier subclass provides a more powerful mechanism to specify an identifier type, as it supports the addition of further slots and patterns for the Identifiers.

  • NOTE: this is an abstract class and should not be instantiated directly

URI: base:IdentifierType

 classDiagram
    class IdentifierType
    click IdentifierType href "../IdentifierType/"
      IdentifierType : id

Slots

Name Cardinality and Range Description Inheritance
id 1
String
The identifier property represents any kind of identifier for any kind of Thi... direct

Usages

used by used in type used
Identifier identifier_type range IdentifierType
AssetIdentifier identifier_type range IdentifierType
MacIdentifier identifier_type range IdentifierType
SoftwareIdentifier identifier_type range IdentifierType
CertificateIdentifier identifier_type range IdentifierType
CustomIdentifier identifier_type range IdentifierType
IdLinkIdentifier identifier_type range IdentifierType

Examples

Value
ECLASS IRDIs
IEC 61987 CDD IRDIs
ISO/IEC 6523-1:1998 (subset of ECLASS IRDIs)
ISO/TS 29002-5:2009 (subset of ECLASS IRDIs)
ISO/IEC 11179-6 (subset of ECLASS IRDIs)
IEC 61406 Digital Nameplate
IEC 63365 Digital Nameplate
OPC-UA Vendor Nameplate
DIN SPEC 91406:2019-12
ISO 5598:2020
Tax-Id
SAP-Id
Profibus Manufacturer list

Identifier and Mapping Information

Schema Source

  • from schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base.yaml

Mappings

Mapping Type Mapped Value
self base:IdentifierType
native base:IdentifierType

LinkML Source

Direct

name: IdentifierType
description: 'Provides the context needed to interpret an identifier based on standards,
  code tables,...

  Creating an Identifier subclass provides a more powerful mechanism to specify an
  identifier type, as it supports the addition of further slots and patterns for the
  Identifiers.'
title: Identifier Type
examples:
- value: ECLASS IRDIs
  description: https://eclass.eu/
- value: IEC 61987 CDD IRDIs
  description: Common Data Dictionary, https://cdd.iec.ch/
- value: ISO/IEC 6523-1:1998 (subset of ECLASS IRDIs)
  description: 'Information technology  Structure for the identification of organizations
    and organization parts  Part 1: Identification of organization identification
    schemes, https://www.iso.org/standard/25773.html'
- value: ISO/TS 29002-5:2009 (subset of ECLASS IRDIs)
  description: 'Industrial automation systems and integration  Exchange of characteristic
    data  Part 5: Identification scheme, https://www.iso.org/standard/50773.html'
- value: ISO/IEC 11179-6 (subset of ECLASS IRDIs)
  description: 'Information technology  Metadata registries (MDR)  Part 6: Registration,
    https://www.iso.org/standard/78916.html'
- value: IEC 61406 Digital Nameplate
  description: https://www.vde-verlag.de/standards/1800736/e-din-en-iec-61406-vde-0810-406-2022-08.html
- value: IEC 63365 Digital Nameplate
  description: https://www.vde-verlag.de/standards/1100703/e-din-en-iec-63365-vde-0170-100-2022-06.html
- value: OPC-UA Vendor Nameplate
  description: https://reference.opcfoundation.org/v104/DI/v102/docs/5.5.2/
- value: DIN SPEC 91406:2019-12
  description: https://www.beuth.de/de/technische-regel/din-spec-91406/314564057
- value: ISO 5598:2020
  description: Fluid power systems and components — Vocabulary, https://www.iso.org/standard/67985.html
- value: Tax-Id
- value: SAP-Id
- value: Profibus Manufacturer list
  description: https://www.profibus.com/IM/Man_ID_Table.xml
from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base.yaml
abstract: true
attributes:
  id:
    name: id
    description: The identifier property represents any kind of identifier for any
      kind of Thing, such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated
      properties for representing many of these, either as textual strings or as URL
      (URI) links.
    from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base-asset-identifiers.yaml
    slot_uri: schema:identifier
    identifier: true
    domain_of:
    - ConnectionPoint
    - IdentifierType
    required: true

Induced

name: IdentifierType
description: 'Provides the context needed to interpret an identifier based on standards,
  code tables,...

  Creating an Identifier subclass provides a more powerful mechanism to specify an
  identifier type, as it supports the addition of further slots and patterns for the
  Identifiers.'
title: Identifier Type
examples:
- value: ECLASS IRDIs
  description: https://eclass.eu/
- value: IEC 61987 CDD IRDIs
  description: Common Data Dictionary, https://cdd.iec.ch/
- value: ISO/IEC 6523-1:1998 (subset of ECLASS IRDIs)
  description: 'Information technology  Structure for the identification of organizations
    and organization parts  Part 1: Identification of organization identification
    schemes, https://www.iso.org/standard/25773.html'
- value: ISO/TS 29002-5:2009 (subset of ECLASS IRDIs)
  description: 'Industrial automation systems and integration  Exchange of characteristic
    data  Part 5: Identification scheme, https://www.iso.org/standard/50773.html'
- value: ISO/IEC 11179-6 (subset of ECLASS IRDIs)
  description: 'Information technology  Metadata registries (MDR)  Part 6: Registration,
    https://www.iso.org/standard/78916.html'
- value: IEC 61406 Digital Nameplate
  description: https://www.vde-verlag.de/standards/1800736/e-din-en-iec-61406-vde-0810-406-2022-08.html
- value: IEC 63365 Digital Nameplate
  description: https://www.vde-verlag.de/standards/1100703/e-din-en-iec-63365-vde-0170-100-2022-06.html
- value: OPC-UA Vendor Nameplate
  description: https://reference.opcfoundation.org/v104/DI/v102/docs/5.5.2/
- value: DIN SPEC 91406:2019-12
  description: https://www.beuth.de/de/technische-regel/din-spec-91406/314564057
- value: ISO 5598:2020
  description: Fluid power systems and components — Vocabulary, https://www.iso.org/standard/67985.html
- value: Tax-Id
- value: SAP-Id
- value: Profibus Manufacturer list
  description: https://www.profibus.com/IM/Man_ID_Table.xml
from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base.yaml
abstract: true
attributes:
  id:
    name: id
    description: The identifier property represents any kind of identifier for any
      kind of Thing, such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated
      properties for representing many of these, either as textual strings or as URL
      (URI) links.
    from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base-asset-identifiers.yaml
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: IdentifierType
    domain_of:
    - ConnectionPoint
    - IdentifierType
    range: string
    required: true

Any questions left?

Ask the community