Class: WindowsRegistryValue
"A Windows registry value is a grouping of characteristics unique to a particular value within a Windows registry (a hierarchical database that stores low-level settings for the Microsoft Windows operating sytem and for applications that opt to use the registry. [based on https://en.wikipedia.org/wiki/Windows_Registry]"
URI: master:WindowsRegistryValue
 classDiagram
    class WindowsRegistryValue
      UcoInherentCharacterizationThing <|-- WindowsRegistryValue
      WindowsRegistryValue : data
      WindowsRegistryValue : dataType
      WindowsRegistryValue : name
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- WindowsRegistryValue
 
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| name | 0..1  String  | 
The name of a particular concept characterization | direct | 
| data | 0..1  String  | 
Information arranged for automatic processing | direct | 
| dataType | 0..1  String  | 
direct | 
Usages
| used by | used in | type | used | 
|---|---|---|---|
| WindowsRegistrykeyFacet | registryValues | range | WindowsRegistryValue | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:WindowsRegistryValue | 
| native | master:WindowsRegistryValue | 
LinkML Source
Direct
name: WindowsRegistryValue
description: '"A Windows registry value is a grouping of characteristics unique to
  a particular value within a Windows registry (a hierarchical database that stores
  low-level settings for the Microsoft Windows operating sytem and for applications
  that opt to use the registry. [based on https://en.wikipedia.org/wiki/Windows_Registry]"'
in_subset:
- microsoft
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: UcoInherentCharacterizationThing
slots:
- name
- data
- dataType
Induced
name: WindowsRegistryValue
description: '"A Windows registry value is a grouping of characteristics unique to
  a particular value within a Windows registry (a hierarchical database that stores
  low-level settings for the Microsoft Windows operating sytem and for applications
  that opt to use the registry. [based on https://en.wikipedia.org/wiki/Windows_Registry]"'
in_subset:
- microsoft
from_schema: https://w3id.org/lmodel/uco-master
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: WindowsRegistryValue
    domain_of:
    - UcoObject
    - AlternateDataStreamFacet
    - EnvironmentVariable
    - OnlineServiceFacet
    - ProfileFacet
    - WindowsPESection
    - WindowsRegistryValue
    range: string
  data:
    name: data
    description: Information arranged for automatic processing
    from_schema: https://w3id.org/lmodel/uco-master
    exact_mappings:
    - lm_core:Dataset
    - sumo:DigitalData
    - WIKIDATA:Q42848
    rank: 1000
    alias: data
    owner: WindowsRegistryValue
    domain_of:
    - WindowsRegistryValue
    range: string
  dataType:
    name: dataType
    from_schema: https://w3id.org/lmodel/uco-master
    exact_mappings:
    - NCIT:C42645
    - wikidata:Q190087
    rank: 1000
    alias: dataType
    owner: WindowsRegistryValue
    domain_of:
    - WindowsRegistryValue
    range: string