Class: EnvironmentVariable
"An environment variable is a grouping of characteristics unique to a dynamic-named value that can affect the way running processes will behave on a computer. [based on https://en.wikipedia.org/wiki/Environment_variable]"
URI: master:EnvironmentVariable
 classDiagram
    class EnvironmentVariable
      UcoInherentCharacterizationThing <|-- EnvironmentVariable
      EnvironmentVariable : name
      EnvironmentVariable : value
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- EnvironmentVariable
 
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| name | 0..1  String  | 
The name of a particular concept characterization | direct | 
| value | 0..1  String  | 
A string value | direct | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:EnvironmentVariable | 
| native | master:EnvironmentVariable | 
| exact | sumo:EnvironmentSoftwareAttribute, wIKIDATA:Q400857 | 
LinkML Source
Direct
name: EnvironmentVariable
description: '"An environment variable is a grouping of characteristics unique to
  a dynamic-named value that can affect the way running processes will behave on a
  computer. [based on https://en.wikipedia.org/wiki/Environment_variable]"'
from_schema: https://w3id.org/lmodel/uco-master
exact_mappings:
- sumo:EnvironmentSoftwareAttribute
- wIKIDATA:Q400857
rank: 1000
is_a: UcoInherentCharacterizationThing
slots:
- name
- value
Induced
name: EnvironmentVariable
description: '"An environment variable is a grouping of characteristics unique to
  a dynamic-named value that can affect the way running processes will behave on a
  computer. [based on https://en.wikipedia.org/wiki/Environment_variable]"'
from_schema: https://w3id.org/lmodel/uco-master
exact_mappings:
- sumo:EnvironmentSoftwareAttribute
- wIKIDATA:Q400857
rank: 1000
is_a: UcoInherentCharacterizationThing
attributes:
  name:
    name: name
    description: The name of a particular concept characterization.
    comments:
    - This annotation is typically used to describe an artifact such as a controlled
      vocabulary, document, ontology, or other similar resource.
    from_schema: https://w3id.org/lmodel/uco-master
    aliases:
    - label
    - display name
    - title
    - alt label
    exact_mappings:
    - CSO:named_entity
    - gr:name
    - lm_core:name
    - om:name
    - REPR:name
    - schema:name
    broad_mappings:
    - CSO:named_entity
    rank: 1000
    slot_uri: rdfs:label
    alias: name
    owner: EnvironmentVariable
    domain_of:
    - UcoObject
    - AlternateDataStreamFacet
    - EnvironmentVariable
    - OnlineServiceFacet
    - ProfileFacet
    - WindowsPESection
    - WindowsRegistryValue
    range: string
  value:
    name: value
    description: A string value.
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: value
    owner: EnvironmentVariable
    domain_of:
    - ControlledVocabulary
    - DictionaryEntry
    - DomainNameFacet
    - EnvironmentVariable
    - PropertyReadEffectFacet
    - ActionArgumentFacet
    range: string