Class: Dependency
A dependency is a grouping of characteristics unique to something that a tool or other software relies on to function as intended.
classDiagram
class Dependency
UcoInherentCharacterizationThing <|-- Dependency
Dependency : dependencyDescription
Dependency ..> string : dependencyDescription
Dependency : dependencyType
Dependency ..> string : dependencyType
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- Dependency
- UcoInherentCharacterizationThing
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
dependencyDescription | 0..1 xsd:string |
A description of a tool or other software dependency | direct |
dependencyType | 0..1 xsd: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-configuration
Mappings
Mapping Type | Mapped Value |
---|---|
self | configuration:Dependency |
native | configuration: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-configuration
exact_mappings:
- sumo:Dependent-TaskRelation
- wikidata:Q56859575
- wikidata:Q334630
broad_mappings:
- wikidata:Q1191527
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-configuration
exact_mappings:
- sumo:Dependent-TaskRelation
- wikidata:Q56859575
- wikidata:Q334630
broad_mappings:
- wikidata:Q1191527
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-configuration
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-configuration
alias: dependencyType
owner: Dependency
domain_of:
- Dependency
range: string
maximum_cardinality: 1