Class: Variable
classDiagram
class Variable
click Variable href "../Variable"
Intangible <|-- Variable
click Intangible href "../Intangible"
Variable : allowed_units
Variable --> "*" UnitConcept : allowed_units
click UnitConcept href "../UnitConcept"
Variable : type
Inheritance
- Entity [ Typed]
- Intangible
- Variable
- Intangible
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| allowed_units | * UnitConcept |
The units that are allowed for this variable | direct |
| type | 0..1 String |
A type for a thing | Typed |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Investigation | variables | range | Variable |
| Observation | variable_measured | range | Variable |
| Measurement | variable_measured | range | Variable |
| QualitativeObservation | variable_measured | range | Variable |
| Prediction | variable_predicted | range | Variable |
| SimplePrediction | variable_predicted | range | Variable |
| AggregatePrediction | variable_predicted | range | Variable |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/linkml-common
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | linkml_common:Variable |
| native | linkml_common:Variable |
LinkML Source
Direct
name: Variable
from_schema: https://w3id.org/linkml/linkml-common
is_a: Intangible
attributes:
allowed_units:
name: allowed_units
description: The units that are allowed for this variable
from_schema: https://w3id.org/linkml-common/meaurements
rank: 1000
domain_of:
- Variable
range: UnitConcept
multivalued: true
Induced
name: Variable
from_schema: https://w3id.org/linkml/linkml-common
is_a: Intangible
attributes:
allowed_units:
name: allowed_units
description: The units that are allowed for this variable
from_schema: https://w3id.org/linkml-common/meaurements
rank: 1000
alias: allowed_units
owner: Variable
domain_of:
- Variable
range: UnitConcept
multivalued: true
type:
name: type
description: A type for a thing. The range of this should be a class within the
schema. It is intended for schema-based classification. Anything beneath the
shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
alias: type
owner: Variable
domain_of:
- Typed
range: string