Skip to content

Class: Asset Link (AssetLink)

Asset Link that can be used to interact with assets and can be reached by the gateway.

URI: base:AssetLink

 classDiagram
    class AssetLink
    click AssetLink href "../AssetLink/"
      AssetLink : artifact





        AssetLink --> "0..1" SoftwareArtifact : artifact
        click SoftwareArtifact href "../SoftwareArtifact/"



Slots

Name Cardinality and Range Description Inheritance
artifact 0..1
SoftwareArtifact
Reference to the software artifact asset direct

Usages

used by used in type used
Gateway asset_links range AssetLink

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

LinkML Source

Direct

name: AssetLink
description: Asset Link that can be used to interact with assets and can be reached
  by the gateway.
title: Asset Link
from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base.yaml
slots:
- artifact

Induced

name: AssetLink
description: Asset Link that can be used to interact with assets and can be reached
  by the gateway.
title: Asset Link
from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base.yaml
attributes:
  artifact:
    name: artifact
    description: 'Reference to the software artifact asset.

      As of now the combination of multiple software artifacts into a running software
      (for example with plug-ins) is not supported and cannot be natively modeled.'
    from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base.yaml
    rank: 1000
    alias: artifact
    owner: AssetLink
    domain_of:
    - SoftwareComponent
    - AssetLink
    range: SoftwareArtifact
    inlined: true

Any questions left?

Ask the community