Skip to content

Class: DictionaryEntry

"A dictionary entry is a single (term/key, value) pair."

URI: master:DictionaryEntry

classDiagram class DictionaryEntry UcoInherentCharacterizationThing <|-- DictionaryEntry DictionaryEntry <|-- ControlledDictionaryEntry DictionaryEntry : key DictionaryEntry : value

Inheritance

Slots

Name Cardinality and Range Description Inheritance
key 0..1
String
"A key property of a single dictionary entry direct
value 0..1
String
A string value direct

Usages

used by used in type used
ControlledDictionary entry range DictionaryEntry
Dictionary entry range DictionaryEntry

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self master:DictionaryEntry
native master:DictionaryEntry
exact wikidata:Q4818718

LinkML Source

Direct

name: DictionaryEntry
description: '"A dictionary entry is a single (term/key, value) pair."'
from_schema: https://w3id.org/lmodel/uco-master
exact_mappings:
- wikidata:Q4818718
rank: 1000
is_a: UcoInherentCharacterizationThing
slots:
- key
- value
slot_usage:
  key:
    name: key
    domain_of:
    - DictionaryEntry
    - WindowsRegistrykeyFacet
    required: true
    minimum_cardinality: 1
    maximum_cardinality: 1
  value:
    name: value
    domain_of:
    - ControlledVocabulary
    - DictionaryEntry
    - DomainNameFacet
    - EnvironmentVariable
    - PropertyReadEffectFacet
    - ActionArgumentFacet
    required: true
    minimum_cardinality: 1
    maximum_cardinality: 1

Induced

name: DictionaryEntry
description: '"A dictionary entry is a single (term/key, value) pair."'
from_schema: https://w3id.org/lmodel/uco-master
exact_mappings:
- wikidata:Q4818718
rank: 1000
is_a: UcoInherentCharacterizationThing
slot_usage:
  key:
    name: key
    domain_of:
    - DictionaryEntry
    - WindowsRegistrykeyFacet
    required: true
    minimum_cardinality: 1
    maximum_cardinality: 1
  value:
    name: value
    domain_of:
    - ControlledVocabulary
    - DictionaryEntry
    - DomainNameFacet
    - EnvironmentVariable
    - PropertyReadEffectFacet
    - ActionArgumentFacet
    required: true
    minimum_cardinality: 1
    maximum_cardinality: 1
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: DictionaryEntry
    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: DictionaryEntry
    domain_of:
    - ControlledVocabulary
    - DictionaryEntry
    - DomainNameFacet
    - EnvironmentVariable
    - PropertyReadEffectFacet
    - ActionArgumentFacet
    range: string
    required: true
    minimum_cardinality: 1
    maximum_cardinality: 1