Skip to content

EnVar microschema · class

CodedValue

CodedValue

A value from a controlled vocabulary

3 fields 0 core

URI: envar:class/CodedValue

Core Conditionally core Recommended Optional
Optional Include when available 3 fields
Codeoptionalrequired

code · range Uriorcurie · cardinality 1

The code value as a CURIE

Code Labeloptional

code_label · range String · cardinality 0..1

Human-readable label for the code

Code Systemoptional

code_system · range Uriorcurie · cardinality 0..1

The code system URI

Full field reference — every slot, cardinality & inheritance
Field Name Tier Cardinality / Range Description
Code code optional 1
Uriorcurie
The code value as a CURIE
Code Label code_label optional 0..1
String
Human-readable label for the code
Code System code_system optional 0..1
Uriorcurie
The code system URI
Diagram & LinkML source
 classDiagram
    class CodedValue
    click CodedValue href "../../classes/CodedValue/"
      CodedValue : code

      CodedValue : code_label

      CodedValue : code_system

name: CodedValue
instantiates:
- ValueMicroschemaDefinition
description: A value from a controlled vocabulary
from_schema: https://w3id.org/linkml/microschemas/envar
rank: 1000
attributes:
  code:
    name: code
    description: The code value as a CURIE
    from_schema: https://w3id.org/linkml/microschemas/envar
    rank: 1000
    owner: CodedValue
    domain_of:
    - CodedValue
    range: uriorcurie
    required: true
  code_label:
    name: code_label
    description: Human-readable label for the code
    from_schema: https://w3id.org/linkml/microschemas/envar
    rank: 1000
    owner: CodedValue
    domain_of:
    - CodedValue
    range: string
  code_system:
    name: code_system
    description: The code system URI
    from_schema: https://w3id.org/linkml/microschemas/envar
    rank: 1000
    owner: CodedValue
    domain_of:
    - CodedValue
    range: uriorcurie

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self envar:CodedValue
native envar:CodedValue