Class: Agitation Value (AgitationValue)
A class to hold a numerical value representing an agitation speed
URI: microbial_experiment_schema:AgitationValue
classDiagram
class AgitationValue
click AgitationValue href "../AgitationValue"
NumberValue <|-- AgitationValue
click NumberValue href "../NumberValue"
AgitationValue : unit
AgitationValue --> "1" AgitationEnum : unit
click AgitationEnum href "../AgitationEnum"
AgitationValue : value
Inheritance
- NumberValue
- AgitationValue
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
value | 1 Decimal |
The actual metadata value for an attribute | NumberValue |
unit | 1 AgitationEnum |
The agitation speed unit corresponding to a metadata value | NumberValue |
Usages
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/usnistgov/microbial-experiment-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | microbial_experiment_schema:AgitationValue |
native | microbial_experiment_schema:AgitationValue |
LinkML Source
Direct
name: AgitationValue
description: A class to hold a numerical value representing an agitation speed
title: Agitation Value
from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
is_a: NumberValue
slot_usage:
unit:
name: unit
description: The agitation speed unit corresponding to a metadata value
range: AgitationEnum
required: true
Induced
name: AgitationValue
description: A class to hold a numerical value representing an agitation speed
title: Agitation Value
from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
is_a: NumberValue
slot_usage:
unit:
name: unit
description: The agitation speed unit corresponding to a metadata value
range: AgitationEnum
required: true
attributes:
value:
name: value
description: The actual metadata value for an attribute
title: value
from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
rank: 1000
alias: value
owner: AgitationValue
domain_of:
- BooleanValue
- NumberValue
- StringValue
- UriValue
- DateValue
- ArrayValue
- ELabItemValue
- FCInjectionModeValue
- IncubationAtmosphereValue
range: decimal
required: true
unit:
name: unit
description: The agitation speed unit corresponding to a metadata value
title: unit
from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
rank: 1000
alias: unit
owner: AgitationValue
domain_of:
- NumberValue
range: AgitationEnum
required: true