Class: Dictionary
"A dictionary is list of (term/key, value) pairs with each term/key existing no more than once."
URI: master:Dictionary
 classDiagram
    class Dictionary
      UcoInherentCharacterizationThing <|-- Dictionary
      Dictionary <|-- ControlledDictionary
      Dictionary : entry
          Dictionary ..> DictionaryEntry : entry
Inheritance
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| entry | 0..1  DictionaryEntry  | 
"A dictionary entry | direct | 
Usages
| used by | used in | type | used | 
|---|---|---|---|
| EmailMessageFacet | otherHeaders | range | Dictionary | 
| HTTPConnectionFacet | httpRequestHeader | range | Dictionary | 
| NetworkFlowFacet | ipfix | range | Dictionary | 
| OperatingSystemFacet | environmentVariables | range | Dictionary | 
| ProcessFacet | environmentVariables | range | Dictionary | 
| WindowsProcessFacet | startupInfo | range | Dictionary | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:Dictionary | 
| native | master:Dictionary | 
| exact | wikidata:Q80585, wikidata:Q20706915 | 
| broad | wikidata:Q23622, GSSO:D016437, NCIT:C49461, sumo:Dictionary | 
LinkML Source
Direct
name: Dictionary
description: '"A dictionary is list of (term/key, value) pairs with each term/key
  existing no more than once."'
from_schema: https://w3id.org/lmodel/uco-master
exact_mappings:
- wikidata:Q80585
- wikidata:Q20706915
broad_mappings:
- wikidata:Q23622
- GSSO:D016437
- NCIT:C49461
- sumo:Dictionary
rank: 1000
is_a: UcoInherentCharacterizationThing
slots:
- entry
slot_usage:
  entry:
    name: entry
    multivalued: true
    domain_of:
    - ControlledDictionary
    - Dictionary
    required: true
    minimum_cardinality: 1
Induced
name: Dictionary
description: '"A dictionary is list of (term/key, value) pairs with each term/key
  existing no more than once."'
from_schema: https://w3id.org/lmodel/uco-master
exact_mappings:
- wikidata:Q80585
- wikidata:Q20706915
broad_mappings:
- wikidata:Q23622
- GSSO:D016437
- NCIT:C49461
- sumo:Dictionary
rank: 1000
is_a: UcoInherentCharacterizationThing
slot_usage:
  entry:
    name: entry
    multivalued: true
    domain_of:
    - ControlledDictionary
    - Dictionary
    required: true
    minimum_cardinality: 1
attributes:
  entry:
    name: entry
    description: '"A dictionary entry."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    multivalued: true
    alias: entry
    owner: Dictionary
    domain_of:
    - ControlledDictionary
    - Dictionary
    range: DictionaryEntry
    required: true
    minimum_cardinality: 1