Class: ConnectsRelationship
A connects relationship between two node interfaces.
URI: calm:ConnectsRelationship
classDiagram
class ConnectsRelationship
click ConnectsRelationship href "../ConnectsRelationship/"
ConnectsRelationship : destination
ConnectsRelationship --> "1" NodeInterface : destination
click NodeInterface href "../NodeInterface/"
ConnectsRelationship : source
ConnectsRelationship --> "1" NodeInterface : source
click NodeInterface href "../NodeInterface/"
Class Properties
| Property | Value |
|---|---|
| Class URI | calm:ConnectsRelationship |
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| source | 1 NodeInterface |
direct | |
| destination | 1 NodeInterface |
direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| RelationshipType | connects | range | ConnectsRelationship |
In Subsets
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/calm
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | calm:ConnectsRelationship |
| native | calm:ConnectsRelationship |
LinkML Source
Direct
name: ConnectsRelationship
description: A ``connects`` relationship between two node interfaces.
in_subset:
- core
from_schema: https://w3id.org/lmodel/calm
slots:
- source
- destination
class_uri: calm:ConnectsRelationship
Induced
name: ConnectsRelationship
description: A ``connects`` relationship between two node interfaces.
in_subset:
- core
from_schema: https://w3id.org/lmodel/calm
attributes:
source:
name: source
from_schema: https://w3id.org/lmodel/calm
rank: 1000
owner: ConnectsRelationship
domain_of:
- ConnectsRelationship
range: NodeInterface
required: true
destination:
name: destination
from_schema: https://w3id.org/lmodel/calm
rank: 1000
owner: ConnectsRelationship
domain_of:
- ConnectsRelationship
range: NodeInterface
required: true
class_uri: calm:ConnectsRelationship