Slot: asset identifiers (asset_identifiers)
An asset identifier is an asset attribute that provides enough information to unequivocally identify the represented object.
In some cases the ID attribute acts simultaneously as a reference for the asset instance and as identifier for the represented object. Otherwise at least one asset identifier is needed.
There can be multiple asset_identifiers with different goals. For example, the information of a metal nameplate can be used by a human-being to identify a device represented by an asset instance, but a software certificate provided by a device might help a software component identify the device in the network,...
An asset identifier might have an identifier_type, that defines its format and possibly even semantics.
URI: base:asset_identifiers Alias: asset_identifiers
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| SoftwareArtifact | Software asset | no |
| Gateway | Gateway as a software asset can be mapped using the class | no |
| Asset | An asset is the representation of a functional object with a technical functi... | no |
| Device | A device is a special type of asset that can be managed with some asset manag... | no |
Properties
-
Range: AssetIdentifier
-
Multivalued: True
-
Required: True
Examples
| Value |
|---|
| 'Nameplate': { 'vendor id': 'siemens', 'product id': '1FN3050-1ND00-0EA3', 'serial number': '0011223344' } |
| 'Product ID': { 'Vendor': 'Rexroth', 'Type Code': 'VDP16.3DBN-D1-NN-NN', 'Type Name': 'IndraControl VPB 40.4, Control Cabinet PC'}, 'Instance ID': { 'Serial Number': 'SN:008595411' } |
| 123e4567-e89b-12d3-a456-426655440000 |
| MAC-Address: 00:11:22:33:44 |
| 'Device Certificate': { 'Certificate ID': '1wlkq3', 'Certificate PubKey': 'xxxxxxxxxxxx' } |
| 'ID Link': 'https://example.com/idlink/12345' |
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:asset_identifiers |
| native | base:asset_identifiers |
LinkML Source
name: asset_identifiers
description: 'An asset identifier is an asset attribute that provides enough information
to unequivocally identify the represented object.
In some cases the ID attribute acts simultaneously as a reference for the asset
instance and as identifier for the represented object. Otherwise at least one asset
identifier is needed.
There can be multiple asset_identifiers with different goals. For example, the information
of a metal nameplate can be used by a human-being to identify a device represented
by an asset instance, but a software certificate provided by a device might help
a software component identify the device in the network,...
An asset identifier might have an identifier_type, that defines its format and possibly
even semantics.'
title: asset identifiers
examples:
- value: '''Nameplate'': { ''vendor id'': ''siemens'', ''product id'': ''1FN3050-1ND00-0EA3'',
''serial number'': ''0011223344'' }'
description: Object that provides a set of values that unequivocally identify a
Siemens device.
- value: '''Product ID'': { ''Vendor'': ''Rexroth'', ''Type Code'': ''VDP16.3DBN-D1-NN-NN'',
''Type Name'': ''IndraControl VPB 40.4, Control Cabinet PC''}, ''Instance ID'':
{ ''Serial Number'': ''SN:008595411'' }'
description: Object that provides a set of values that unequivocally identify a
Rexroth device.
- value: 123e4567-e89b-12d3-a456-426655440000
description: Universal Unique ID (UUID AKA GUID) that identifies an asset instance.
- value: 'MAC-Address: 00:11:22:33:44'
description: Identify a device by its MAC-Address, assuming that it cannot be changed.
- value: '''Device Certificate'': { ''Certificate ID'': ''1wlkq3'', ''Certificate
PubKey'': ''xxxxxxxxxxxx'' }'
description: Information needed to challenge the certificate of a device with its
public key.
- value: '''ID Link'': ''https://example.com/idlink/12345'''
description: Identify a device by a vendor-provided ID Link URL that follows the
ID Link convention.
from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base.yaml
rank: 1000
alias: asset_identifiers
domain_of:
- Asset
range: AssetIdentifier
required: true
multivalued: true
inlined: true
inlined_as_list: true