Skip to content

Class: Variable

URI: linkml_common:Variable

classDiagram class Variable Entity <|-- Variable Variable : allowed_units Variable --> UnitConcept : allowed_units Variable : type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
allowed_units 0..*
UnitConcept
The units that are allowed for this variable direct
type 0..1
String
A type for a thing Entity

Usages

used by used in type used
Investigation variables range Variable
Measurement variable_measured 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: Entity
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
    multivalued: true
    domain_of:
    - Variable
    range: UnitConcept

Induced

name: Variable
from_schema: https://w3id.org/linkml/linkml-common
is_a: Entity
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
    multivalued: true
    alias: allowed_units
    owner: Variable
    domain_of:
    - Variable
    range: UnitConcept
  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:
    - Entity
    - NamedThing
    range: string