Attribute (AKA Slot): 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
Applicable Classes
Name | Description |
---|---|
SoftwareAsset | Any kind of software element that needs to be considered |
Dcd | Device Class Driver (DCD) running and registered |
Gateway | Gateway as a software asset can be mapped using the class |
SoftwareArtifact | Software asset representing software on rest |
Asset | An asset is the representation of a functional object with a technical functi... |
AssetLink | Asset Link (AL) running and registered |
Device | A device is a special type of asset that can be managed with some asset manag... |
RunningSoftware | Software asset representing running software |
Properties
- Range: AssetIdentifier
-
Multivalued: True
-
Recommended: 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 |
123e4567-e89b-12d3-a456-426655440000 |
MAC-Address: 00:11:22:33:44 |
'Device Certificate': { 'Certificate ID': '1wlkq3', 'Certificate PubKey': 'xxxxxxxxxxxx' } |
Identifier and Mapping Information
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: 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.
from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
rank: 1000
alias: asset_identifiers
domain_of:
- Asset
range: AssetIdentifier
recommended: true
multivalued: true
inlined: true
inlined_as_list: true