Skip to content

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: observable:EnvironmentVariable

classDiagram class EnvironmentVariable UcoInherentCharacterizationThing <|-- EnvironmentVariable EnvironmentVariable : name EnvironmentVariable ..> string : name EnvironmentVariable : value EnvironmentVariable ..> string : value

Inheritance

Slots

Name Cardinality and Range Description Inheritance
name 0..1
xsd:string
The name of a particular concept characterization direct
value 0..1
xsd:string
A string value direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/uco-observable

Mappings

Mapping Type Mapped Value
self observable:EnvironmentVariable
native observable: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-observable
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-observable
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-core
    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
    slot_uri: rdfs:label
    alias: name
    owner: EnvironmentVariable
    domain_of:
    - AlternateDataStreamFacet
    - EnvironmentVariable
    - OnlineServiceFacet
    - ProfileFacet
    - WindowsPESection
    - WindowsRegistryValue
    - UcoObject
    range: string
  value:
    name: value
    description: A string value.
    from_schema: https://w3id.org/lmodel/uco-core
    alias: value
    owner: EnvironmentVariable
    domain_of:
    - DomainNameFacet
    - EnvironmentVariable
    - PropertyReadEffectFacet
    - DictionaryEntry
    - ControlledVocabulary
    - ActionArgumentFacet
    range: string