Skip to content

Class: LabCAS-InstrumentValue (LabCASInstrumentValue) (DEPRECATED)

A named sub-class of ELabItemValue to hold the instrument identifier

  • NOTE this element has been deprecated with the following note:
    • (2024 June) this is too specific, use InstrumentIDValue instead
    • Element has been replaced by InstrumentIDValue

URI: microbial_experiment_schema:LabCASInstrumentValue

classDiagram class LabCASInstrumentValue click LabCASInstrumentValue href "../LabCASInstrumentValue" ELabItemValue <|-- LabCASInstrumentValue click ELabItemValue href "../ELabItemValue" LabCASInstrumentValue : value LabCASInstrumentValue --> "1" ELabItem : value click ELabItem href "../ELabItem"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
value 1
ELabItem
The actual metadata value for an attribute ELabItemValue

Usages

used by used in type used
GenericTemplateDeprecated labcas_instrument range LabCASInstrumentValue

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/usnistgov/microbial-experiment-schema

Mappings

Mapping Type Mapped Value
self microbial_experiment_schema:LabCASInstrumentValue
native microbial_experiment_schema:LabCASInstrumentValue

LinkML Source

Direct

name: LabCASInstrumentValue
description: A named sub-class of ELabItemValue to hold the instrument identifier
title: LabCAS-InstrumentValue
deprecated: (2024 June) this is too specific, use InstrumentIDValue instead
from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
deprecated_element_has_exact_replacement: InstrumentIDValue
is_a: ELabItemValue

Induced

name: LabCASInstrumentValue
description: A named sub-class of ELabItemValue to hold the instrument identifier
title: LabCAS-InstrumentValue
deprecated: (2024 June) this is too specific, use InstrumentIDValue instead
from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
deprecated_element_has_exact_replacement: InstrumentIDValue
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: LabCASInstrumentValue
    domain_of:
    - BooleanValue
    - NumberValue
    - StringValue
    - UriValue
    - DateValue
    - ArrayValue
    - ELabItemValue
    - FCInjectionModeValue
    - IncubationAtmosphereValue
    range: ELabItem
    required: true
    inlined: true