Skip to content

Class: Related ConnectionPoint (RelatedConnectionPoint)

Relationship of a ConnectionPoint with another one. This relationship could be of the type "ConnectionPoint A relies on the connectivity of ConnectionPoint B to work".

URI: base:RelatedConnectionPoint

 classDiagram
    class RelatedConnectionPoint
    click RelatedConnectionPoint href "../RelatedConnectionPoint/"
      RelatedConnectionPoint : connection_point_id

      RelatedConnectionPoint : custom_relationship

Slots

Name Cardinality and Range Description Inheritance
connection_point_id 1
String
Reference to the related ConnectionPoint by providing its identifier direct
custom_relationship 1
String
Type of relationship in an unstructured format direct

Usages

used by used in type used
ConnectionPoint related_connection_points range RelatedConnectionPoint
Ipv4Connectivity related_connection_points range RelatedConnectionPoint
Ipv6Connectivity related_connection_points range RelatedConnectionPoint
EthernetPort related_connection_points range RelatedConnectionPoint

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

LinkML Source

Direct

name: RelatedConnectionPoint
description: Relationship of a ConnectionPoint with another one. This relationship
  could be of the type "ConnectionPoint A relies on the connectivity of ConnectionPoint
  B to work".
title: Related ConnectionPoint
in_subset:
- Connectivity
from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base.yaml
attributes:
  connection_point_id:
    name: connection_point_id
    description: Reference to the related ConnectionPoint by providing its identifier.
    from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base-connection-points.yaml
    rank: 1000
    domain_of:
    - RelatedConnectionPoint
    range: string
    required: true
  custom_relationship:
    name: custom_relationship
    description: Type of relationship in an unstructured format.
    from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base-connection-points.yaml
    rank: 1000
    domain_of:
    - RelatedConnectionPoint
    range: string
    required: true

Induced

name: RelatedConnectionPoint
description: Relationship of a ConnectionPoint with another one. This relationship
  could be of the type "ConnectionPoint A relies on the connectivity of ConnectionPoint
  B to work".
title: Related ConnectionPoint
in_subset:
- Connectivity
from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base.yaml
attributes:
  connection_point_id:
    name: connection_point_id
    description: Reference to the related ConnectionPoint by providing its identifier.
    from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base-connection-points.yaml
    rank: 1000
    alias: connection_point_id
    owner: RelatedConnectionPoint
    domain_of:
    - RelatedConnectionPoint
    range: string
    required: true
  custom_relationship:
    name: custom_relationship
    description: Type of relationship in an unstructured format.
    from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base-connection-points.yaml
    rank: 1000
    alias: custom_relationship
    owner: RelatedConnectionPoint
    domain_of:
    - RelatedConnectionPoint
    range: string
    required: true

Any questions left?

Ask the community