Skip to content

Class: Dictionary

"A dictionary is list of (term/key, value) pairs with each term/key existing no more than once."

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

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self types:Dictionary
native types: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-types
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-types
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-types
    rank: 1000
    multivalued: true
    alias: entry
    owner: Dictionary
    domain_of:
    - ControlledDictionary
    - Dictionary
    range: DictionaryEntry
    required: true
    minimum_cardinality: 1