EnVar microschema · class
CodedValue
CodedValue
A value from a controlled vocabulary
Fields
Core
Conditionally core
Recommended
Optional
Optional
Include when available
3 fields
Codeoptionalrequired
The code value as a CURIE
Code Labeloptional
Human-readable label for the code
Code Systemoptional
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
- from schema: https://w3id.org/linkml/microschemas/envar
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | envar:CodedValue |
| native | envar:CodedValue |