Class: Operator ID Value (OperatorIDValue)
A named sub-class of ELabItemValue to hold an operator identifier value
URI: microbial_experiment_schema:OperatorIDValue
classDiagram
class OperatorIDValue
click OperatorIDValue href "../OperatorIDValue"
ELabItemValue <|-- OperatorIDValue
click ELabItemValue href "../ELabItemValue"
OperatorIDValue : value
OperatorIDValue --> "1" ELabItem : value
click ELabItem href "../ELabItem"
Inheritance
- ELabItemValue
- OperatorIDValue
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
value | 1 ELabItem |
The actual metadata value for an attribute | ELabItemValue |
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:OperatorIDValue |
native | microbial_experiment_schema:OperatorIDValue |
LinkML Source
Direct
name: OperatorIDValue
description: A named sub-class of ELabItemValue to hold an operator identifier value
title: Operator ID Value
from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
is_a: ELabItemValue
Induced
name: OperatorIDValue
description: A named sub-class of ELabItemValue to hold an operator identifier value
title: Operator ID Value
from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
is_a: ELabItemValue
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: OperatorIDValue
domain_of:
- BooleanValue
- NumberValue
- StringValue
- UriValue
- DateValue
- ArrayValue
- ELabItemValue
- FCInjectionModeValue
- IncubationAtmosphereValue
range: ELabItem
required: true
inlined: true