Skip to content

Class: MAC Address Identifier (MacIdentifier)

Identifier for an Asset instance using the mac address.

URI: base:MacIdentifier

 classDiagram
    class MacIdentifier
    click MacIdentifier href "../MacIdentifier/"
      AssetIdentifier <|-- MacIdentifier
        click AssetIdentifier href "../AssetIdentifier/"

      MacIdentifier : asset_identifier_type

      MacIdentifier : identifier_type





        MacIdentifier --> "0..1" IdentifierType : identifier_type
        click IdentifierType href "../IdentifierType/"



      MacIdentifier : identifier_uncertainty

      MacIdentifier : mac_address

Inheritance

Slots

Name Cardinality and Range Description Inheritance
mac_address 1
String
The MAC address of the port direct
asset_identifier_type 1
String
Type designator that supports polymorphism using asset identifiers AssetIdentifier
identifier_type 0..1
IdentifierType
Type of an items identifier Identifier
identifier_uncertainty 0..1
Integer
Number that indicates how uncertain an identifier is compared to other identi... Identifier

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:MacIdentifier
native base:MacIdentifier

LinkML Source

Direct

name: MacIdentifier
description: Identifier for an Asset instance using the mac address.
title: MAC Address Identifier
from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base.yaml
is_a: AssetIdentifier
slots:
- mac_address
slot_usage:
  asset_identifier_type:
    name: asset_identifier_type
    equals_string: MacIdentifier
  identifier_uncertainty:
    name: identifier_uncertainty
    ifabsent: int(1002)
  mac_address:
    name: mac_address
    required: true

Induced

name: MacIdentifier
description: Identifier for an Asset instance using the mac address.
title: MAC Address Identifier
from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base.yaml
is_a: AssetIdentifier
slot_usage:
  asset_identifier_type:
    name: asset_identifier_type
    equals_string: MacIdentifier
  identifier_uncertainty:
    name: identifier_uncertainty
    ifabsent: int(1002)
  mac_address:
    name: mac_address
    required: true
attributes:
  mac_address:
    name: mac_address
    description: 'The MAC address of the port. It is expected to be fixed, but in
      some ethernet ports it can be changed.

      An asset instance must provide for each ethernet port the default MAC address.'
    title: MAC address
    from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base.yaml
    rank: 1000
    alias: mac_address
    owner: MacIdentifier
    domain_of:
    - EthernetPort
    - MacIdentifier
    range: string
    required: true
    pattern: ^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$
  asset_identifier_type:
    name: asset_identifier_type
    description: Type designator that supports polymorphism using asset identifiers.
    title: asset identifier type
    from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base.yaml
    rank: 1000
    designates_type: true
    alias: asset_identifier_type
    owner: MacIdentifier
    domain_of:
    - AssetIdentifier
    range: string
    required: true
    equals_string: MacIdentifier
  identifier_type:
    name: identifier_type
    description: Type of an items identifier.
    title: identifier type
    from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base.yaml
    rank: 1000
    alias: identifier_type
    owner: MacIdentifier
    domain_of:
    - Identifier
    range: IdentifierType
  identifier_uncertainty:
    name: identifier_uncertainty
    description: 'Number that indicates how uncertain an identifier is compared to
      other identifiers provided by an Asset Link. The higher the number, the more
      uncertain the identification must be considered. This number must be considered
      relative to the other identifiers for the same element. The default value is
      0, meaning no uncertainty.

      This index helps to decide which identifiers are better suited for deduplication
      across Asset Links. The identifier provided by two different Asset Links with
      the lowest uncertainty should be chosen for deduplication purposes.'
    title: identifier uncertainty
    from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base.yaml
    rank: 1000
    ifabsent: int(1002)
    alias: identifier_uncertainty
    owner: MacIdentifier
    domain_of:
    - Identifier
    range: integer

Any questions left?

Ask the community