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