Skip to content

Class: String Value (StringValue)

A class to hold a string value

URI: microbial_experiment_schema:StringValue

classDiagram class StringValue click StringValue href "../StringValue" StringValue <|-- FCInjectionModeValue click FCInjectionModeValue href "../FCInjectionModeValue" StringValue <|-- IncubationAtmosphereValue click IncubationAtmosphereValue href "../IncubationAtmosphereValue" StringValue <|-- NucleicAcidTypeValue click NucleicAcidTypeValue href "../NucleicAcidTypeValue" StringValue <|-- CytoFLEXAcquisitionTemplateNameValue click CytoFLEXAcquisitionTemplateNameValue href "../CytoFLEXAcquisitionTemplateNameValue" StringValue <|-- NucleicAcidExtractionTemplateNameValue click NucleicAcidExtractionTemplateNameValue href "../NucleicAcidExtractionTemplateNameValue" StringValue <|-- CellCultureInBrothTemplateNameValue click CellCultureInBrothTemplateNameValue href "../CellCultureInBrothTemplateNameValue" StringValue <|-- CytoFLEXVolumeCalibrationTemplateNameValue click CytoFLEXVolumeCalibrationTemplateNameValue href "../CytoFLEXVolumeCalibrationTemplateNameValue" StringValue <|-- FormaldehydeFixationTemplateNameValue click FormaldehydeFixationTemplateNameValue href "../FormaldehydeFixationTemplateNameValue" StringValue <|-- MicroscopyAcquisitionTemplateNameValue click MicroscopyAcquisitionTemplateNameValue href "../MicroscopyAcquisitionTemplateNameValue" StringValue <|-- CoulterAcquisitionTemplateNameValue click CoulterAcquisitionTemplateNameValue href "../CoulterAcquisitionTemplateNameValue" StringValue <|-- BactoBoxAcquisitionTemplateNameValue click BactoBoxAcquisitionTemplateNameValue href "../BactoBoxAcquisitionTemplateNameValue" StringValue <|-- LogCOMETSamplePrepTemplateNameValue click LogCOMETSamplePrepTemplateNameValue href "../LogCOMETSamplePrepTemplateNameValue" StringValue <|-- CFUTemplateNameValue click CFUTemplateNameValue href "../CFUTemplateNameValue" StringValue <|-- DifcoAmendedSporulationAgarProtocolTemplateNameValue click DifcoAmendedSporulationAgarProtocolTemplateNameValue href "../DifcoAmendedSporulationAgarProtocolTemplateNameValue" StringValue <|-- InitiateGrowthOfBSpizizeniiTemplateNameValue click InitiateGrowthOfBSpizizeniiTemplateNameValue href "../InitiateGrowthOfBSpizizeniiTemplateNameValue" StringValue <|-- SlideCleaningTemplateNameValue click SlideCleaningTemplateNameValue href "../SlideCleaningTemplateNameValue" StringValue : value

Inheritance

Slots

Name Cardinality and Range Description Inheritance
value 1
String
The actual metadata value for an attribute direct

Usages

used by used in type used
Experiment template_name range StringValue
ExperimentWithData core_data_path range StringValue
ExperimentWithData specific_data_path range StringValue
ExperimentWithData template_name range StringValue
ExperimentWithInstrument core_data_path range StringValue
ExperimentWithInstrument specific_data_path range StringValue
ExperimentWithInstrument template_name range StringValue
ExperimentWithInstrumentNoData template_name range StringValue
CytoFLEXAcquisition fc_acquisition_threshold_channel range StringValue
CytoFLEXAcquisition core_data_path range StringValue
CytoFLEXAcquisition specific_data_path range StringValue
NucleicAcidExtraction core_data_path range StringValue
NucleicAcidExtraction specific_data_path range StringValue
GenericTemplateDeprecated bead_lot_number_concentration_qc range StringValue
GenericTemplateDeprecated bead_lot_number_size_qc range StringValue
GenericTemplateDeprecated fc_acquisition_threshold_channel range StringValue
GenericTemplateDeprecated fc_fluorescent_channels range StringValue
GenericTemplateDeprecated library_prep range StringValue
GenericTemplateDeprecated qc_reagent_lot_number range StringValue
GenericTemplateDeprecated core_data_path range StringValue
GenericTemplateDeprecated specific_data_path range StringValue
GenericTemplateDeprecated template_name range StringValue
MicroscopyAcquisition core_data_path range StringValue
MicroscopyAcquisition specific_data_path range StringValue
GenericTemplate fc_acquisition_threshold_channel range StringValue
GenericTemplate library_prep range StringValue
GenericTemplate core_data_path range StringValue
GenericTemplate specific_data_path range StringValue
GenericTemplate template_name range StringValue
CoulterAcquisition core_data_path range StringValue
CoulterAcquisition specific_data_path range StringValue
BactoBoxAcquisition core_data_path range StringValue
BactoBoxAcquisition specific_data_path range StringValue
CFU core_data_path range StringValue
CFU specific_data_path range StringValue

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: StringValue
description: A class to hold a string value
title: String Value
from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
slots:
- value
slot_usage:
  value:
    name: value
    range: string

Induced

name: StringValue
description: A class to hold a string value
title: String Value
from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
slot_usage:
  value:
    name: value
    range: string
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: StringValue
    domain_of:
    - BooleanValue
    - NumberValue
    - StringValue
    - UriValue
    - DateValue
    - ArrayValue
    - ELabItemValue
    - FCInjectionModeValue
    - IncubationAtmosphereValue
    range: string
    required: true