Class: Dependency
A dependency is a grouping of characteristics unique to something that a tool or other software relies on to function as intended.
URI: master:Dependency
 classDiagram
    class Dependency
      UcoInherentCharacterizationThing <|-- Dependency
      Dependency : dependencyDescription
      Dependency : dependencyType
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- Dependency
 
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| dependencyDescription | 0..1  String  | 
A description of a tool or other software dependency | direct | 
| dependencyType | 0..1  String  | 
The type of a tool or other software dependency | direct | 
Usages
| used by | used in | type | used | 
|---|---|---|---|
| Configuration | dependencies | range | Dependency | 
Comments
- A dependency is a grouping of characteristics unique to something that a tool or other software relies on to function as intended.
 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:Dependency | 
| native | master:Dependency | 
| exact | sumo:Dependent-TaskRelation, wikidata:Q56859575, wikidata:Q334630 | 
| broad | wikidata:Q1191527 | 
LinkML Source
Direct
name: Dependency
description: A dependency is a grouping of characteristics unique to something that
  a tool or other software relies on to function as intended.
comments:
- A dependency is a grouping of characteristics unique to something that a tool or
  other software relies on to function as intended.
from_schema: https://w3id.org/lmodel/uco-master
exact_mappings:
- sumo:Dependent-TaskRelation
- wikidata:Q56859575
- wikidata:Q334630
broad_mappings:
- wikidata:Q1191527
rank: 1000
is_a: UcoInherentCharacterizationThing
slots:
- dependencyDescription
- dependencyType
slot_usage:
  dependencyDescription:
    name: dependencyDescription
    domain_of:
    - Dependency
    maximum_cardinality: 1
  dependencyType:
    name: dependencyType
    domain_of:
    - Dependency
    maximum_cardinality: 1
Induced
name: Dependency
description: A dependency is a grouping of characteristics unique to something that
  a tool or other software relies on to function as intended.
comments:
- A dependency is a grouping of characteristics unique to something that a tool or
  other software relies on to function as intended.
from_schema: https://w3id.org/lmodel/uco-master
exact_mappings:
- sumo:Dependent-TaskRelation
- wikidata:Q56859575
- wikidata:Q334630
broad_mappings:
- wikidata:Q1191527
rank: 1000
is_a: UcoInherentCharacterizationThing
slot_usage:
  dependencyDescription:
    name: dependencyDescription
    domain_of:
    - Dependency
    maximum_cardinality: 1
  dependencyType:
    name: dependencyType
    domain_of:
    - Dependency
    maximum_cardinality: 1
attributes:
  dependencyDescription:
    name: dependencyDescription
    description: A description of a tool or other software dependency.
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: dependencyDescription
    owner: Dependency
    domain_of:
    - Dependency
    range: string
    maximum_cardinality: 1
  dependencyType:
    name: dependencyType
    description: The type of a tool or other software dependency.
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: dependencyType
    owner: Dependency
    domain_of:
    - Dependency
    range: string
    maximum_cardinality: 1