Skip to content

Class: Objectives Value (ObjectivesValue)

An override of ArrayValue allowing only values from the ObjectivesEnum enum

URI: microbial_experiment_schema:ObjectivesValue

classDiagram class ObjectivesValue click ObjectivesValue href "../ObjectivesValue" ArrayValue <|-- ObjectivesValue click ArrayValue href "../ArrayValue" ObjectivesValue : value ObjectivesValue --> "1..*" ObjectivesEnum : value click ObjectivesEnum href "../ObjectivesEnum"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
value 1..*
ObjectivesEnum
The actual metadata value for an attribute ArrayValue

Usages

used by used in type used
GenericTemplateDeprecated objective range ObjectivesValue
MicroscopyAcquisition objective range ObjectivesValue
GenericTemplate objective range ObjectivesValue

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: ObjectivesValue
description: An override of ArrayValue allowing only values from the ObjectivesEnum
  enum
title: Objectives Value
from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
is_a: ArrayValue
slot_usage:
  value:
    name: value
    range: ObjectivesEnum

Induced

name: ObjectivesValue
description: An override of ArrayValue allowing only values from the ObjectivesEnum
  enum
title: Objectives Value
from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
is_a: ArrayValue
slot_usage:
  value:
    name: value
    range: ObjectivesEnum
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: ObjectivesValue
    domain_of:
    - BooleanValue
    - NumberValue
    - StringValue
    - UriValue
    - DateValue
    - ArrayValue
    - ELabItemValue
    - FCInjectionModeValue
    - IncubationAtmosphereValue
    range: ObjectivesEnum
    required: true
    multivalued: true
    inlined: false