Skip to content

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: types:ControlledDictionaryEntry

classDiagram class ControlledDictionaryEntry DictionaryEntry <|-- ControlledDictionaryEntry ControlledDictionaryEntry : key ControlledDictionaryEntry ..> string : key ControlledDictionaryEntry : value ControlledDictionaryEntry ..> string : value

Inheritance

Slots

Name Cardinality and Range Description Inheritance
key 1..1
xsd:string
"A key property of a single dictionary entry DictionaryEntry
value 1..1
xsd:string
A string value DictionaryEntry

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self types:ControlledDictionaryEntry
native types: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-types
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-types
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-types
    rank: 1000
    alias: key
    owner: ControlledDictionaryEntry
    domain_of:
    - DictionaryEntry
    range: string
    required: true
    minimum_cardinality: 1
    maximum_cardinality: 1
  value:
    name: value
    description: A string value.
    from_schema: https://w3id.org/lmodel/uco-core
    alias: value
    owner: ControlledDictionaryEntry
    domain_of:
    - DictionaryEntry
    - ControlledVocabulary
    range: string
    required: true
    minimum_cardinality: 1
    maximum_cardinality: 1