Class: ControlledDictionaryEntry
"A controlled dictionary entry is a single (term/key, value) pair where the term/key is constrained to an explicitly defined set of values."
URI: master:ControlledDictionaryEntry
 classDiagram
    class ControlledDictionaryEntry
      DictionaryEntry <|-- ControlledDictionaryEntry
      ControlledDictionaryEntry : key
      ControlledDictionaryEntry : value
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- DictionaryEntry
- ControlledDictionaryEntry
 
 
 - DictionaryEntry
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| key | 1..1  String  | 
"A key property of a single dictionary entry | DictionaryEntry | 
| value | 1..1  String  | 
A string value | DictionaryEntry | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:ControlledDictionaryEntry | 
| native | master:ControlledDictionaryEntry | 
LinkML Source
Direct
name: ControlledDictionaryEntry
description: '"A controlled dictionary entry is a single (term/key, value) pair where
  the term/key is constrained to an explicitly defined set of values."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: DictionaryEntry
Induced
name: ControlledDictionaryEntry
description: '"A controlled dictionary entry is a single (term/key, value) pair where
  the term/key is constrained to an explicitly defined set of values."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: DictionaryEntry
attributes:
  key:
    name: key
    description: '"A key property of a single dictionary entry."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: key
    owner: ControlledDictionaryEntry
    domain_of:
    - DictionaryEntry
    - WindowsRegistrykeyFacet
    range: string
    required: true
    minimum_cardinality: 1
    maximum_cardinality: 1
  value:
    name: value
    description: A string value.
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: value
    owner: ControlledDictionaryEntry
    domain_of:
    - ControlledVocabulary
    - DictionaryEntry
    - DomainNameFacet
    - EnvironmentVariable
    - PropertyReadEffectFacet
    - ActionArgumentFacet
    range: string
    required: true
    minimum_cardinality: 1
    maximum_cardinality: 1