Class: 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. Since it supports the addition of further slots and patterns for the Identifiers.
URI: base:IdentifierType
classDiagram
class IdentifierType
IdentifierType : id
Attributes (AKA Slots)
Name |
Cardinality and Range |
Description |
Inheritance |
id |
1 String |
The identifier property represents any kind of identifier for any kind of Thi... |
direct |
Deprecated attributes
Name |
Cardinality and Range |
Description |
Inheritance |
|
|
|
|
Usages
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 |
Mappings
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. Since 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://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
rank: 1000
slots:
- id
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. Since 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://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
rank: 1000
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://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
rank: 1000
slot_uri: schema:identifier
identifier: true
alias: id
owner: IdentifierType
domain_of:
- FunctionalObject
- ConnectionPoint
- IdentifierType
- Thing
range: string
required: true
Any questions left?