Class: VariableValue
The possible types for the value of a variable. Should be a LinkML data type or one of the defined CDM data types.
URI: kb_cdm:VariableValue
classDiagram
class VariableValue
click VariableValue href "../VariableValue/"
Table <|-- VariableValue
click Table href "../Table/"
VariableValue : value_type
VariableValue : variable_id
VariableValue : variable_value_id
Inheritance
- Table
- VariableValue
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
variable_value_id | 1 CdmId |
Internal CDM unique identifier for a variable value. | direct |
variable_id | 1 CdmId |
Internal CDM unique identifier for a variable. | direct |
value_type | 0..1 String |
direct |
Usages
used by | used in | type | used |
---|---|---|---|
Schema | variable_values | range | VariableValue |
Identifier and Mapping Information
Schema Source
- from schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | kb_cdm:VariableValue |
native | kb_cdm:VariableValue |
LinkML Source
Direct
name: VariableValue
description: The possible types for the value of a variable. Should be a LinkML data
type or one of the defined CDM data types.
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
is_a: Table
slots:
- variable_value_id
- variable_id
slot_usage:
variable_value_id:
name: variable_value_id
identifier: true
attributes:
value_type:
name: value_type
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_protocol
domain_of:
- Parameter
- Variable
- VariableValue
range: string
Induced
name: VariableValue
description: The possible types for the value of a variable. Should be a LinkML data
type or one of the defined CDM data types.
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
is_a: Table
slot_usage:
variable_value_id:
name: variable_value_id
identifier: true
attributes:
value_type:
name: value_type
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_protocol
alias: value_type
owner: VariableValue
domain_of:
- Parameter
- Variable
- VariableValue
range: string
variable_value_id:
name: variable_value_id
description: Internal CDM unique identifier for a variable value.
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
rank: 1000
slot_uri: CDM:variable_value_id
identifier: true
alias: variable_value_id
owner: VariableValue
domain_of:
- VariableValue
range: cdm_id
required: true
variable_id:
name: variable_id
description: Internal CDM unique identifier for a variable.
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
rank: 1000
slot_uri: CDM:variable_id
alias: variable_id
owner: VariableValue
domain_of:
- ExperimentCondition
- MeasurementSet
- ProtocolVariable
- Variable
- VariableValue
range: cdm_id
required: true