Class: Labelled

A mixin that provides slots for detailing meanings and multilingual descriptions

URI: [odm:class/Labelled](https://cdisc.org/odm2/class/Labelled)
erDiagram
Coding {
    AliasPredicate aliasType  
    string code  
    string codeSystem  
    string codeSystemVersion  
    string decode  
}
Labelled {
    string name  
    string description  
    stringList aliases  
    string label  
}

Labelled ||--}o Coding : "coding"

## Class Properties | Property | Value | | --- | --- | | Mixin | Yes | ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [name](../slots/name.md) | 0..1
[String](../types/String.md) | Short name or identifier, used for field names | direct | | [description](../slots/description.md) | 0..1
[String](../types/String.md) or 
[TranslatedText](../classes/TranslatedText.md) | Detailed description, shown in tooltips | direct | | [coding](../slots/coding.md) | *
[Coding](../classes/Coding.md) | Semantic tags for this element | direct | | [label](../slots/label.md) | 0..1
[String](../types/String.md) or 
[TranslatedText](../classes/TranslatedText.md) | Human-readable label, shown in UIs | direct | | [aliases](../slots/aliases.md) | *
[String](../types/String.md) or 
[TranslatedText](../classes/TranslatedText.md) | Alternative name or identifier | direct | ## Mixin Usage | mixed into | description | | --- | --- | | [IdentifiableElement](../classes/IdentifiableElement.md) | | | [GovernedElement](../classes/GovernedElement.md) | | ## Identifier and Mapping Information ### Schema Source * from schema: https://cdisc.org/dds ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | odm:Labelled | | native | odm:Labelled | ## LinkML Source ### Direct
name: Labelled
description: A mixin that provides slots for detailing meanings and multilingual descriptions
from_schema: https://cdisc.org/dds
mixin: true
attributes:
  name:
    name: name
    description: Short name or identifier, used for field names
    from_schema: https://cdisc.org/dds
    rank: 1000
    domain_of:
    - Labelled
    - DefClass
    - SubClass
    - Standard
    range: string
  description:
    name: description
    description: Detailed description, shown in tooltips
    from_schema: https://cdisc.org/dds
    rank: 1000
    domain_of:
    - Labelled
    - CodeListItem
    any_of:
    - range: string
    - range: TranslatedText
  coding:
    name: coding
    description: Semantic tags for this element
    from_schema: https://cdisc.org/dds
    rank: 1000
    domain_of:
    - Labelled
    - CodeListItem
    - SourceItem
    range: Coding
    multivalued: true
    inlined: true
    inlined_as_list: true
  label:
    name: label
    description: Human-readable label, shown in UIs
    from_schema: https://cdisc.org/dds
    exact_mappings:
    - skos:prefLabel
    rank: 1000
    domain_of:
    - Labelled
    any_of:
    - range: string
    - range: TranslatedText
  aliases:
    name: aliases
    description: Alternative name or identifier
    from_schema: https://cdisc.org/dds
    exact_mappings:
    - skos:altLabel
    rank: 1000
    domain_of:
    - Labelled
    - CodeListItem
    multivalued: true
    inlined: true
    inlined_as_list: true
    any_of:
    - range: string
    - range: TranslatedText
### Induced
name: Labelled
description: A mixin that provides slots for detailing meanings and multilingual descriptions
from_schema: https://cdisc.org/dds
mixin: true
attributes:
  name:
    name: name
    description: Short name or identifier, used for field names
    from_schema: https://cdisc.org/dds
    rank: 1000
    owner: Labelled
    domain_of:
    - Labelled
    - DefClass
    - SubClass
    - Standard
    range: string
  description:
    name: description
    description: Detailed description, shown in tooltips
    from_schema: https://cdisc.org/dds
    rank: 1000
    owner: Labelled
    domain_of:
    - Labelled
    - CodeListItem
    any_of:
    - range: string
    - range: TranslatedText
  coding:
    name: coding
    description: Semantic tags for this element
    from_schema: https://cdisc.org/dds
    rank: 1000
    owner: Labelled
    domain_of:
    - Labelled
    - CodeListItem
    - SourceItem
    range: Coding
    multivalued: true
    inlined: true
    inlined_as_list: true
  label:
    name: label
    description: Human-readable label, shown in UIs
    from_schema: https://cdisc.org/dds
    exact_mappings:
    - skos:prefLabel
    rank: 1000
    owner: Labelled
    domain_of:
    - Labelled
    any_of:
    - range: string
    - range: TranslatedText
  aliases:
    name: aliases
    description: Alternative name or identifier
    from_schema: https://cdisc.org/dds
    exact_mappings:
    - skos:altLabel
    rank: 1000
    owner: Labelled
    domain_of:
    - Labelled
    - CodeListItem
    multivalued: true
    inlined: true
    inlined_as_list: true
    any_of:
    - range: string
    - range: TranslatedText